-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
Option to check/honor EFF DNT postings #306
Comments
Ideally this could be implemented as a subscribable whitelist? |
A list of (exception) rules in the abp/ublock/pb/adn format would be pretty nice for any other tools wanting to adopt EFF's DNT mechanism. An issue is the maintenance... though a script (run by EFF) could automatically updated this list. This might also eliminate a fair number of requests being made by PrivacyBadger (and soon, AdNauseam) as each extension is checking and re-checking for the same DNT files over and over. See PB ticket. I guess the question for EFF is whether this goes against PB's philosophy, that each client figures out how to act on its own, based on real-time data (though it already uses a centralized cookie-block list)... any thoughts on this @cooperq or other PB devs? |
I am currently working on an ABP format white list for DNT compatible domains, privacy badger won't be using this for various reasons, but I am hoping to convince abp and others to use it. |
Note: we should consider what to do when a user selects the respect-DNT option while, at the same time, NOT enabling the send-DNT-header in the browser itself. The options are:
See EFForg/privacybadger#474 and EFForg/privacybadgerfirefox-legacy#767 For me, the viable options are 3 and 5, both in conjunction with 1 (a warning)... |
I vote for 1+3 Mushon Zer-Aviv
|
@mushon Need to think about how/whether we show the DNT list under 3rd-party settings; we may want people to be able to see when its out of date and trigger an update-check (like other lists), yet we don't want them to be able to toggle it on/off (instead, this should be automatically done when they select either of the honorDNT options) Options:
Related question: do we want to offer the option of enabling this list (and sending the DNT header) when both 'hiding' and 'clicking' are disabled? |
FWIW in privacy badger we just automatically send the DNT:1 header. I agree that 3 is the best option, you should probably make clear to the user that this means the DNT header will be sent (AFAIK you can not programatically set the DNT header in chrome.) |
Permallink to EFF DNT whitelist: https://www.eff.org/files/effdntlist.txt |
Per our discussion, I think we will go with the following:
|
done in 3.0.5 |
as eff.org/pb does...
something like:
The text was updated successfully, but these errors were encountered: