[tor-commits] [tor-browser/tor-browser-52.1.0esr-7.0-2] fixup! TB4: Tor Browser's Firefox preference overrides.

gk at torproject.org gk at torproject.org
Fri May 12 07:21:51 UTC 2017


commit 1b6559c0763f2ae0c9ad56307642e6d6462c3ede
Author: Arthur Edelstein <arthuredelstein at gmail.com>
Date:   Tue Apr 25 11:46:52 2017 -0700

    fixup! TB4: Tor Browser's Firefox preference overrides.
    
    Bug 10286: Disable Touch API
---
 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 b8c3f41..be74849 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -160,6 +160,7 @@ pref("privacy.use_utc_timezone", true);
 pref("media.webspeech.synth.enabled", false); // Bug 10283: Disable SpeechSynthesis API
 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
 
 // Third party stuff
 pref("network.cookie.cookieBehavior", 1);





More information about the tor-commits mailing list