Closed
Bug 1163771
Opened 9 years ago
Closed 7 years ago
tracking protection: patreon.com FB login broken
Categories
(Firefox :: Protections UI, defect)
Firefox
Protections UI
Tracking
()
RESOLVED
DUPLICATE
of bug 1226498
People
(Reporter: mwobensmith, Unassigned)
References
(Blocks 1 open bug, )
Details
https://www.patreon.com/login Cannot use FB login due to blocked resource “https://connect.facebook.net/en_US/all.js”
Comment 1•8 years ago
|
||
I have the same problem on arch linux.
Updated•8 years ago
|
Component: DOM: Security → Safe Browsing
Product: Core → Toolkit
Updated•8 years ago
|
Component: Safe Browsing → Tracking Protection
Product: Toolkit → Firefox
Version: 40 Branch → unspecified
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Comment 3•5 years ago
|
||
This is related to `tplogin` Looking at the devtools console, here are the blocked resources: The resource at “https://www.google-analytics.com/analytics.js” was blocked because tracking protection is enabled.[Learn More] login The resource at “https://connect.facebook.net/en_US/sdk.js” was blocked because tracking protection is enabled.[Learn More] login So these are the domains to test: www.google-analytics.com connect.facebook.net I opened the URL in a fresh browser profile (Firefox Nightly 63, uMatrix installed, normal mode) and loaded the page. The Facebook login popup did NOT open. I disabled the Spoof Referrer option in uMatrix and then *WHITELISTED*: -facebook.com -facebook.net -cloudflare.com After this, the login popup loaded. The other resources didn't help. http://prntscr.com/kgyczt In the popup window, after setting the "dom.disable_window_open_feature.toolbar: pref to true, I whitelisted: -fbcdn.net facebook.com and facebook.net can be found in the disconnect-blacklist.json and disconnect-entitylist.json. cloudflare.com is not present in any of the lists. So in conclusion: facebook.com - Social = [tp-social] fbcdn.net - Content = [tp-content] cloudflare.com - Not listed
You need to log in
before you can comment on or make changes to this bug.
Description
•