-
-
Notifications
You must be signed in to change notification settings - Fork 388
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
Keeps blocking CSP reports in Firefox even though i disabled it #3046
Comments
Hello and thanks for opening an issue! These are CSP reports that we block unconditionally (#2892) to mitigate https://bugzilla.mozilla.org/show_bug.cgi?id=1267027 and https://bugzilla.mozilla.org/show_bug.cgi?id=1588957. Blocking them shouldn't cause any issues. |
Did you figure out the domain or domains responsible for breaking the quickstart videos? |
Really? If you block CSP unconditionally, then I don't need to enable the same option in uBO right? I've also seen breakage when there's other privacy add-ons enabled. For example, it's been a while, but there was a time when I was testing PB, uBO, Disconnect, and DuckDuckGo add-ons, in addition to Firefox's built in Enhanced Tracking Protection. There were times, it seemed, when it didn't matter if i told them all to allow everything, site was still broken, especially around captchas and that sort of thing. When Dis. and DDG were disabled, though, things started working as expected. Seems like there was some sort of race condition or competition over which add-on does what and couldn't play nice together even if told to allow everything. Just wondering if you know anything about that. I tested further and it appears the real culprit was Firefox's Strict Enhanced Tracking Protection and { "GET": { "scheme": "https", "host": "fast.wistia.com", "filename": "/assets/external/E-v1.js" } } { "Status": "200", "Version": "HTTP/2", "Transferred": "147.34 kB (874.64 kB size)", "Referrer Policy": "strict-origin-when-cross-origin", "DNS Resolution": "System", "Blocking": "Enhanced Tracking Protection", "": "This URL matches a known tracker and it would be blocked with Content Blocking enabled." } |
Was having trouble loading content (quickstart videos) from https://mailtrap.io/home (free account if anyone wants to debug) and so I went thru the normal routine removing more and more restrictions of PB and uBO and tracking protection until I had PB disabled for the site. Then I watched network connections in the DevTools and I noticed many messages in red "Blocked by Privacy Badger" still, here is one:
I also checked thru my PB settings but didn't notice errors.rw.rw mentioned anywhere. I had to disable the whole add-on/extension in order for PB to stop blocking resources.
Is this intended for some reason? If so, I don't understand what "Disable for this site" button is really doing or used for? Thanks
The text was updated successfully, but these errors were encountered: