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

gk at torproject.org gk at torproject.org
Wed Aug 29 06:07:02 UTC 2018


commit 6417fe352cdd2275664870ce0003fe3dfd2561eb
Author: Georg Koppen <gk at torproject.org>
Date:   Tue Aug 28 22:23:19 2018 +0000

    fixup! TB4: Tor Browser's Firefox preference overrides.
    
    Disable the Web Authentication API for now until we have it
    evaluated in #26614.
---
 browser/app/profile/000-tor-browser.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index 7a0d26aa53cf..46c56ea0cede 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -152,6 +152,7 @@ pref("dom.webaudio.enabled", false); // Bug 13017: Disable Web Audio API
 pref("dom.maxHardwareConcurrency", 1); // Bug 21675: Spoof single-core cpu
 pref("dom.w3c_touch_events.enabled", 0); // Bug 10286: Always disable Touch API
 // 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);
 
 // Third party stuff



More information about the tbb-commits mailing list