add README

disable firefox webspeech popups
This commit is contained in:
Pim Kunis 2023-10-17 08:44:33 +02:00
parent af506f6f0d
commit 40752d4cc1
2 changed files with 21 additions and 0 deletions

View file

@ -10,6 +10,7 @@ let
"browser.shell.checkDefaultBrowser" = false;
"browser.translations.automaticallyPopup" = false;
"signon.rememberSignons" = false;
"media.webspeech.synth.dont_notify_on_error" = true;
};
in
{