Install UBlock Origin, set homepage, etc in Firefox via policies.json
This commit is contained in:
parent
e38027803e
commit
ba5c73b594
27
firefox-policies.json
Normal file
27
firefox-policies.json
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"policies": {
|
||||||
|
"DisablePocket": true,
|
||||||
|
"DontCheckDefaultBrowser": true,
|
||||||
|
"ExtensionSettings": {
|
||||||
|
"uBlock0@raymondhill.net": {
|
||||||
|
"installation_mode": "force_installed",
|
||||||
|
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Homepage": {
|
||||||
|
"URL": "https://claremontmakerspace.org"
|
||||||
|
},
|
||||||
|
"FirefoxHome": {
|
||||||
|
"Search": true,
|
||||||
|
"TopSites": false,
|
||||||
|
"Highlights": false,
|
||||||
|
"Pocket": false,
|
||||||
|
"Snippets": false
|
||||||
|
},
|
||||||
|
"OverrideFirstRunPage": "",
|
||||||
|
"OverridePostUpdatePage": "",
|
||||||
|
"SearchEngines": {
|
||||||
|
"Default": "DuckDuckGo"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -23,6 +23,12 @@ Upgrade All:
|
|||||||
- require:
|
- require:
|
||||||
- chocolateyBootstrap
|
- chocolateyBootstrap
|
||||||
|
|
||||||
|
Firefox Policies:
|
||||||
|
file.managed:
|
||||||
|
- name: 'C:\\Program Files\\Mozilla Firefox\distribution\policies.json'
|
||||||
|
- source: 'salt://firefox-policies.json'
|
||||||
|
- makedirs: true
|
||||||
|
|
||||||
# windowsUpdates:
|
# windowsUpdates:
|
||||||
# wua.uptodate:
|
# wua.uptodate:
|
||||||
# - drivers: true
|
# - drivers: true
|
||||||
|
Loading…
Reference in New Issue
Block a user