Skip to content

Commit

Permalink
chore: Disable webspeech in firefox by default
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Jan 2, 2025
1 parent 9b7f290 commit 7945679
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Bazzite Global
pref("gfx.webrender.all", true);
pref("media.ffmpeg.vaapi.enabled", true);
pref("reader.parse-on-load.enabled", false);
pref("media.webspeech.synth.enabled", false);

0 comments on commit 7945679

Please sign in to comment.