-
-
Notifications
You must be signed in to change notification settings - Fork 385
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
Privacy Badger blocks website while performing Mailchimp signup #2521
Comments
Hello and thanks for the report. Could you explain a bit more how to reproduce this? Where can I click this activation link? When the breakage happens, what does Privacy Badger report as blocked? |
Thanks for the quick reply. The problem seems to happen only in combination with Google Chrome and the Mail Client of Mac. To get the issue, you need to subscribe to my newsletter and click on the activation in the mail. Alternatively, try to click this link (as long as if doesn't expire): Privacy badger says reports "structurefy.com" as blocked. |
OK, thank you. That link does a couple of 302 redirects that end with |
Thanks for the info. How do I remove the 302 redirects? So there's nothing I can do to fix the problem? Do I have to wait for the Google Chrome fix? |
We're going to resolve #1997 eventually, likely sooner than later. (Chrome won't help here.) Most users will probably never run into this because Privacy Badger needs to see tracking by a domain happen on three separate sites before blocking the domain. When you click the Mailchimp link, Privacy Badger thinks If you want, you can see which sites your Badger thinks it saw tracking by |
Ok, but could you please explain to me again why most users won't run into this problem? thank you! |
Because they don't do any of the website admin things that you do that can end up making Privacy Badger think it saw tracking multiple times. Perhaps you tested the signup flow three times, getting a different Mailchimp domain each time. We should be able to say what happened looking at the debug output. |
Also, I'm no longer clear on what's going on here, as rapid-navigation-related problems to Privacy Badger mean seeing domains belonging to the previous site as trackers on the new, just-navigated-to site. Whereas here we seem to have the navigated-to site blocked ... on the navigated-to site. Which version of Privacy Badger do you have? Do you mind attaching a screenshot of Privacy Badger's popup when the problem occurs? Could you also share the debug output for "structurefy.com"? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Thanks again, this is very helpful. When the problem occurs, could you open the popup (that says structurify was blocked on structurify ...), right-click on it, click "Inspect", select the Console tab, run the following code and share the output? chrome.extension.getBackgroundPage().badger.tabData[POPUP_DATA.tabId].frames[0] |
If we run into a misattribution bug where tabData contains the wrong tab URL, we ought to make that clear in error reports and in the UI (if only in the Share text for now). Third-party domains already come from tabData, so should the tab URL. Prompted by the following posts: - #2521 (comment) - #2521 (comment)
If we run into a misattribution bug where tabData contains the wrong tab URL, we ought to make that clear in error reports and in the UI (if only in the Share text for now). Third-party domains already come from tabData, so should the tab URL. Prompted by the following posts: - #2521 (comment) - #2521 (comment)
Can you reproduce this problem in any other way, or only when you click the Mailchimp link from the Mail app? Can you reproduce if you click the link from a webmail client? |
The problem still exists. The only combination where the problem occurs/occurred is Google-Chrome in combination with Mac Os Mail-Client. Even if I use Google Web-Mail, everything works fine. |
Why did you ask - did you commit a bugfix? |
Just trying to figure out how to reproduce. I see that other people run into this occasionally, and it seems related to following links from email newsletters and such. |
ok, please let me know if I can help you in any way |
Privacy Badger breaks my website structurefy.com after clicking the activation-link of the Mailchimp-Signup. My CSS & JS-files get blocked.
When I click the activate-Link, I get the following message for dozens of my files:
Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
As soon as I disable Privacy Badger, everything works fine.
How to fix it?
The text was updated successfully, but these errors were encountered: