|
@@ -1628,11 +1628,10 @@ user_pref("browser.zoom.siteSpecific", false);
|
|
// [2] https://wicg.github.io/netinfo/
|
|
// [2] https://wicg.github.io/netinfo/
|
|
// [3] https://bugzilla.mozilla.org/show_bug.cgi?id=960426
|
|
// [3] https://bugzilla.mozilla.org/show_bug.cgi?id=960426
|
|
user_pref("dom.netinfo.enabled", false);
|
|
user_pref("dom.netinfo.enabled", false);
|
|
-// 4608: disable speech recognition
|
|
|
|
- // [1] https://developer.mozilla.org/docs/Web/API/SpeechRecognition
|
|
|
|
|
|
+// 4608: disable the SpeechSynthesis (Text-to-Speech) part of the Web Speech API
|
|
|
|
+ // [1] https://developer.mozilla.org/docs/Web/API/Web_Speech_API
|
|
// [2] https://developer.mozilla.org/docs/Web/API/SpeechSynthesis
|
|
// [2] https://developer.mozilla.org/docs/Web/API/SpeechSynthesis
|
|
// [3] https://wiki.mozilla.org/HTML5_Speech_API
|
|
// [3] https://wiki.mozilla.org/HTML5_Speech_API
|
|
-user_pref("media.webspeech.recognition.enable", false);
|
|
|
|
user_pref("media.webspeech.synth.enabled", false);
|
|
user_pref("media.webspeech.synth.enabled", false);
|
|
// 4609: disable location-aware browsing
|
|
// 4609: disable location-aware browsing
|
|
// [NOTE] Use Mozilla's API key if required
|
|
// [NOTE] Use Mozilla's API key if required
|