Bug 1841104 - Add fingerprinting protection to ETP Strict. r=pbz,settings-reviewers,mconley
Differential Revision: https://phabricator.services.mozilla.com/D187383
This commit is contained in:
@@ -914,6 +914,15 @@ var gPrivacyPane = {
|
||||
gPrivacyPane.networkCookieBehaviorReadPrefs.bind(gPrivacyPane)
|
||||
);
|
||||
|
||||
Preferences.get("privacy.fingerprintingProtection").on(
|
||||
"change",
|
||||
gPrivacyPane.fingerprintingProtectionReadPrefs.bind(gPrivacyPane)
|
||||
);
|
||||
Preferences.get("privacy.fingerprintingProtection.pbmode").on(
|
||||
"change",
|
||||
gPrivacyPane.fingerprintingProtectionReadPrefs.bind(gPrivacyPane)
|
||||
);
|
||||
|
||||
setEventListener(
|
||||
"trackingProtectionExceptions",
|
||||
"command",
|
||||
|
||||
Reference in New Issue
Block a user