[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
Tue Apr 25 08:46:13 UTC 2017


commit 6133397c142c1c58ec7da8aabd5a952a01d6fc6b
Author: Arthur Edelstein <arthuredelstein at gmail.com>
Date:   Mon Apr 24 10:35:08 2017 -0700

    fixup! TB4: Tor Browser's Firefox preference overrides.
    
    Fixes bug 10283 and disables the SpeechSynthesis 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 305666a..9ca4149 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -149,6 +149,7 @@ pref("ui.use_standins_for_native_colors", true); // https://bugzilla.mozilla.org
 pref("browser.reader.detectedFirstArticle", true);
 pref("reader.parse-on-load.enabled", false);
 pref("privacy.use_utc_timezone", true);
+pref("media.webspeech.synth.enabled", false); // Bug 10283: Disable SpeechSynthesis API
 
 // Third party stuff
 pref("network.cookie.cookieBehavior", 1);



More information about the tor-commits mailing list