[tor-commits] [tor-browser/tor-browser-60.4.0esr-8.5-1] fixup! TB4: Tor Browser's Firefox preference overrides.

gk at torproject.org gk at torproject.org
Mon Jan 14 15:01:14 UTC 2019


commit 198e007fff1d7f1367a8917cc074a8a0f17548f6
Author: Georg Koppen <gk at torproject.org>
Date:   Wed Jan 9 07:18:40 2019 +0000

    fixup! TB4: Tor Browser's Firefox preference overrides.
    
    This fixes bug 29028.
---
 browser/app/profile/000-tor-browser.js | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index e19dd0dd59ae..2b238dd87c1b 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -154,9 +154,6 @@ pref("dom.vr.enabled", false); // Bug 21607: Disable WebVR for now
 // Disable randomised Firefox HTTP cache decay user test groups (Bug: 13575)
 pref("security.webauth.webauthn", false); // Bug 26614: Disable Web Authentication API for now
 pref("browser.cache.frecency_experiment", -1);
-// Until https://bugzilla.mozilla.org/show_bug.cgi?id=1446472 is solved fall
-// back to old canvas behavior.
-pref("privacy.resistFingerprinting.autoDeclineNoUserInputCanvasPrompts", false);
 
 // Third party stuff
 pref("privacy.firstparty.isolate", true); // Always enforce first party isolation



More information about the tor-commits mailing list