commit 6417fe352cdd2275664870ce0003fe3dfd2561eb Author: Georg Koppen gk@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
tor-commits@lists.torproject.org