commit 6133397c142c1c58ec7da8aabd5a952a01d6fc6b Author: Arthur Edelstein arthuredelstein@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);