-
Notifications
You must be signed in to change notification settings - Fork 9
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
Reddit feed is blocked by tracking protection #24
Comments
I have created an wiki entry from this issue: Reddit RSS feeds fail to load |
Quick non-generic hack for those who just want to make it work with their favorite bridge - you need to add the dpNoCache parameter to the PARAMETERS definition of a bridge (e.g. /usr/share/rss-bridge/bridges/VkBridge.php), like this:
|
Hi @linulin An other thing dropfeeds do a 1st request with 'dpNoCache' parameter, and if this one failed the it does an other one without 'dpNoCache' parameter and this one fails too for reddit feeds with trackingprotection enabled. In few words |
Oh, I'm sorry, I mixed different packages after finding this page through the dpNoCache search query. My previous comment applies to the rss-bridge package which I use as back-end for Drop Feeds to follow some non rss-friendly web sites, (and it does not even have a reddit bridge). |
Thank to you any way, because now I know rss-bridge ;-) |
When tracking protection is enabled (
privacy.trackingprotection.enabled
), Reddit RSS feeds fail to load:https://www.reddit.com/r/all/.rss
The resource at “https://www.reddit.com/r/all/.rss?dpNoCache=1527968752532” was blocked because tracking protection is enabled.
I looked into this and other people have reported it in general (https://www.reddit.com/r/redditdev/comments/82b51f/firefox_tracking_protection_preventing_http_get/). I was hoping https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/mozSystem would bypass this, but I think it isn't allowed with the all urls permission.
So I just wanted to document this in case anyone else has ideas about resolving it.
The text was updated successfully, but these errors were encountered: