Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox's tracking protection can interfere with feed requests #38

Closed
mafro1 opened this issue Oct 15, 2018 · 12 comments
Closed

Firefox's tracking protection can interfere with feed requests #38

mafro1 opened this issue Oct 15, 2018 · 12 comments

Comments

@mafro1
Copy link

mafro1 commented Oct 15, 2018

Icon for livemarks shows up for reddit.com homepage but live feed preview displays nothing and it doesn't pull anything into the bookmark. (site url or feed). I originally imported this using the firefox generated opml file then deleted and manually tried to add https://www.reddit.com/.rss

any suggestions?

@eikaramba
Copy link

same here for e.g. http://www.reddit.com/r/programming/.rss?sort=new

@eikaramba
Copy link

eikaramba commented Oct 18, 2018

the issue is because of "tracking protection" feature in FF. i disabled it and now it works. need more debugging to see how to get around this without disabling the whole feature

Update: strangely enough it still works after enabling the tracking protection again.

@evilpie
Copy link
Collaborator

evilpie commented Oct 26, 2018

We need to find some way to solve this problem. I think one solution that got suggested would be to explicit request permissions for those URLs, because explicit host permissions unlike <all_urls> actually trumps tracking protection.

@evilpie evilpie changed the title issue with reddit? Firefox's tracking protection can interfere with feed requets Oct 29, 2018
@evilpie evilpie changed the title Firefox's tracking protection can interfere with feed requets Firefox's tracking protection can interfere with feed requests Oct 29, 2018
@nt1m
Copy link
Owner

nt1m commented Nov 17, 2018

@evilpie Maybe we could add a notification when a feed failed to fetch ? With an indication that tracking protection might be behind the problem

@nt1m
Copy link
Owner

nt1m commented Dec 13, 2018

@nt1m
Copy link
Owner

nt1m commented Dec 19, 2018

It seems like we can start prompting optional permissions for the hosts we want to bypass tracking protection from.

@nt1m
Copy link
Owner

nt1m commented Dec 19, 2018

I'm working on a way to work around this.

nt1m added a commit that referenced this issue Dec 19, 2018
@belegdol
Copy link

belegdol commented Jun 9, 2019

reddit
How do I whitelist Reddit so that the extension works? I clicked the shield icon while on the subreddit in question and selected Turn off Blocking for This Site, but the RSS feed still does not load.

@nt1m
Copy link
Owner

nt1m commented Jun 16, 2019

Black Menu for Google opens up an extension page that allows you to unblock content blocking. Maybe that can be used here: image

@nt1m
Copy link
Owner

nt1m commented Jun 16, 2019

image

@evilpie
Copy link
Collaborator

evilpie commented May 5, 2020

This should now finally be fixed in Firefox 77 by https://bugzilla.mozilla.org/show_bug.cgi?id=1629436.

@evilpie evilpie closed this as completed May 5, 2020
@nt1m
Copy link
Owner

nt1m commented May 6, 2020

@evilpie Thanks for following and updating the issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants