You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because we use requestDomains in DNR "allowAllRequests" rules, disabled site domains always include subdomains.
Is it important to be able to disable Privacy Badger on site without disabling it on subdomains of that site?
If the answer is no, we should update MV2 Privacy Badger to work the same way, and remove the leading wildcard from the disabled sites domain input placeholder and any documentation. We should also update the validation for the disabled sites input, and remove wildcards from any existing disabled sites.
Reading better, I think consistency is the way to go and thus my answer would be no, disabling a site without disabling subdomains is not important.
Otherwise I would imagine there to be confusion with mismatching behaviour of tracking sites, if anyone noticed it, and I try to keep my policies in sync between Firefox and Chromium, which I understand to be MV2 and MV3 in that order.
Because we use
requestDomains
in DNR "allowAllRequests" rules, disabled site domains always include subdomains.Is it important to be able to disable Privacy Badger on site without disabling it on subdomains of that site?
If the answer is no, we should update MV2 Privacy Badger to work the same way, and remove the leading wildcard from the disabled sites domain input placeholder and any documentation. We should also update the validation for the disabled sites input, and remove wildcards from any existing disabled sites.
DNR "allowAllRequests" rules:
privacybadger/src/lib/dnr/utils.js
Lines 445 to 467 in 7d8d051
Content script matching logic that we made to work the same way:
privacybadger/src/lib/dnr/utils.js
Lines 36 to 46 in 7d8d051
The text was updated successfully, but these errors were encountered: