-
Notifications
You must be signed in to change notification settings - Fork 4
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
Does not detect Privacy Badger #16
Comments
Thank you for opening the issue, I will look into it! |
Well, this is starting to annoy my readers, I'm forced to turn off the plugin for now... |
@seefood Very sorry about that, and thank you for reporting this. |
Respectfully, in my opinion, Privacy Badger isn't an adblocker. It has many of the benefits (blocking tracking, and some ads), but doesn't do everything an adblocker would (for example, it doesn't block Google Search Ads - which are a common vector for malware). |
Regardless, people do use it as an ad blocker, and quite effectively I would add, such as myself and some of the readers on my blog, and we still get the popup. Putting aside the "official" intention of the product it's what it is used for that really matters here. |
I see where @iam-py-test is coming from, but I do have to agree with @seefood. If Privacy Badger does block some ads, the expectation will be not to see the note to install an ad-blocker. I am a bit tied up with other things at the moment, but this project is still very much on my radar and I will continue looking for a solution. I appreciate everyone's patience. |
Hi, I'm trying to look into closing some of these issues to help, and I was looking through to see what privacy badger sees as an ad, and it is solely a tracking blocker (if it happens to block an ad, it's simply because the ad was tracking you) as per their website. "As a result, Privacy Badger differs from traditional ad-blocking extensions in two key ways. First, while most other blocking extensions prioritize blocking ads, Privacy Badger is purely a tracker-blocker. The extension doesn’t block ads unless they happen to be tracking you; in fact, one of our goals is to incentivize advertisers to adopt better privacy practices." it seems like the only way to trigger privacy badger in general (because it's not an ad-blocker, its a tracker blocker) is to add a tracker to the code (and assume they will have it on file) which seems antithetical to the goal of the plugin, unless there's a way to find what they qualify as a tracker and put in something that can trigger the plugin without actually tracking the user. EDIT: yeah, you would need to trigger some things as below "At a more technical level, Privacy Badger keeps note of the “third party” domains that embed images, scripts and advertising in the pages you visit. Privacy Badger looks for tracking techniques like uniquely identifying cookies, local storage “supercookies,” and canvas fingerprinting. If it observes a single third-party host tracking you on three separate sites, Privacy Badger will automatically disallow content from that third-party tracker." |
That is no longer the case. Now it uses automatically-generated but prebuilt rules. |
Thank you both for looking into this, I really appreciate it! Yeah, this one is a bit tricky. Good point about exposing the site visitor's IP. Let me keep this ticket open while I think about this some more. |
https://privacybadger.org/
The text was updated successfully, but these errors were encountered: