-
-
Notifications
You must be signed in to change notification settings - Fork 390
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
slashdot.org #2212
Comments
Hello! Were you able to follow the debug instructions to find the domain that breaks the site when blocked, and to get the debug output for that domain? |
The problem arises on slashdot.org and on all the subdomains...
Il giorno mar 6 nov 2018 alle ore 14:16 Alexei <notifications@github.com>
ha scritto:
… Hello! Were you able to follow the debug instructions
<https://github.com/EFForg/privacybadger/wiki/Find-out-why-Privacy-Badger-is-blocking-a-domain>
to find the domain that breaks the site when blocked, and to get the debug
output for that domain?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2212 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AI2jHBn5a3P0IAhaaq1JLdPejqnBPMLyks5usYvCgaJpZM4YQEje>
.
|
Which domains does Privacy Badger block on Slashdot sites for you? |
Yes |
is anyone able to reproduce this? thanks |
I wasn't yet able to reproduce but I see that other users run into the same problem when their Privacy Badger somehow learns to block "a.fsdn.com". You should be able to fix this for yourself by toggling "a.fsdn.com" to "green" in Privacy Badger's popup. Could you run the following JavaScript code in your Privacy Badger's background page console and let us know what it shows? (function () {
const STR = getBaseDomain("a.fsdn.com");
console.log("**** ACTION_MAP for", STR);
_.each(badger.storage.getBadgerStorageObject('action_map').getItemClones(), (obj, domain) => {
if (domain.indexOf(STR) != -1) console.log(domain, JSON.stringify(obj, null, 2));
});
console.log("**** SNITCH_MAP for", STR);
_.each(badger.storage.getBadgerStorageObject('snitch_map').getItemClones(), (sites, domain) => {
if (domain.indexOf(STR) != -1) console.log(domain, JSON.stringify(sites, null, 2));
});
}()); To get to the background page console in Chrome, visit In Firefox, visit |
This might be related to #1538. |
|
after running that I removed the fsdn data, but slashdot is still broken |
How did you remove the fsdn data? Did you reload Slashdot afterwards? I can reproduce breakage when |
Error report counts by page domain and exact blocked "fsdn.com" subdomain:
|
I still have the same problem on I had to enable the webdomain |
Yep, that makes sense. We haven't released the fix yet, only finished it, so this won't be fixed automatically for all Badger users until the next release, which should be early next week. |
What is your browser and browser version?
63.0.1
the previous versions had the same problem
What is broken and where?
on slashdot.org and on all the subdomains (it, news etc), the site is completely broken (it shows only the text, no color at all)
The text was updated successfully, but these errors were encountered: