Add Mozilla Firefox and Thunderbird
This commit is contained in:
parent
fd3743f293
commit
8dd41ca4eb
4 changed files with 33 additions and 0 deletions
5
firefox/files/foo.sh.js
Normal file
5
firefox/files/foo.sh.js
Normal 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);
|
Loading…
Add table
Add a link
Reference in a new issue