Add Mozilla Firefox and Thunderbird

This commit is contained in:
Timo Makinen 2021-06-25 16:13:54 +00:00
parent fd3743f293
commit 8dd41ca4eb
4 changed files with 33 additions and 0 deletions

5
firefox/files/foo.sh.js Normal file
View file

@ -0,0 +1,5 @@
// set defaults but allow user to change
pref("startup.homepage_override_url", "https://www.foo.sh/");
pref("startup.homepage_welcome_url", "https://www.foo.sh/");
// lock these settings
lockPref("signon.rememberSignons", false);