firefox: Initial version of role
* Install firefox * Set homepage to https://www.foo.sh * Disable password manager
This commit is contained in:
parent
da2440a2af
commit
7c3d24d2c8
2 changed files with 18 additions and 0 deletions
5
roles/firefox/files/foo.sh.js
Normal file
5
roles/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