Skip to content

Commit

Permalink
Merge pull request #216 from nodiscc/patch-11
Browse files Browse the repository at this point in the history
Disable speech synthesis
  • Loading branch information
pyllyukko committed Feb 25, 2017
2 parents 699ed2c + 6b1f655 commit 201dcb5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,14 @@ user_pref("dom.enable_performance", false);

// Speech recognition
// https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html
// https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition
// https://wiki.mozilla.org/HTML5_Speech_API
user_pref("media.webspeech.recognition.enable", false);

// Speech synthesis
// https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis
user_pref("media.webspeech.synth.enabled", false);

// Disable getUserMedia screen sharing
// https://mozilla.github.io/webrtc-landing/gum_test.html
user_pref("media.getusermedia.screensharing.enabled", false);
Expand Down

0 comments on commit 201dcb5

Please sign in to comment.