firefox: Initial version of role

* Install firefox
* Set homepage to https://www.foo.sh
* Disable password manager
This commit is contained in:
Timo Makinen 2021-03-11 20:25:59 +00:00
parent da2440a2af
commit 7c3d24d2c8
2 changed files with 18 additions and 0 deletions

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);