[tor-commits] [tor-browser/tor-browser-60.6.1esr-9.0-1] Bug 1447592 Do not reset the Spoof English pref after disabling Resist Fingerprinting r=johannh
gk at torproject.org
gk at torproject.org
Fri May 17 07:43:38 UTC 2019
commit 69e7b6d159f3d7ec4d8e0987afe1925ade94c0f6
Author: Tom Ritter <tom at mozilla.com>
Date: Wed Apr 24 09:22:04 2019 -0500
Bug 1447592 Do not reset the Spoof English pref after disabling Resist Fingerprinting r=johannh
Backports this patch to esr60 just to keep RFPHelper in sync
---
toolkit/components/resistfingerprinting/RFPHelper.jsm | 1 -
1 file changed, 1 deletion(-)
diff --git a/toolkit/components/resistfingerprinting/RFPHelper.jsm b/toolkit/components/resistfingerprinting/RFPHelper.jsm
index 5aef203ad38b..91630d7c169e 100755
--- a/toolkit/components/resistfingerprinting/RFPHelper.jsm
+++ b/toolkit/components/resistfingerprinting/RFPHelper.jsm
@@ -99,7 +99,6 @@ class _RFPHelper {
this._addRFPObservers();
} else {
this._removeRFPObservers();
- Services.prefs.setIntPref(kPrefSpoofEnglish, 0);
}
}
More information about the tor-commits
mailing list