neko/.docker/policies.json
2020-01-13 08:05:38 +00:00

25 lines
626 B
JSON

{
"policies": {
"DisableAppUpdate": true,
"DisableTelemetry": true,
"DontCheckDefaultBrowser": true,
"BlockAboutConfig": true,
"OverrideFirstRunPage": "",
"OfferToSaveLogins": false,
"PromptForDownloadLocation":false,
"ExtensionSettings": {
"uBlock0@raymondhill.net": {
"installation_mode": "force_installed",
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
}
},
"WebsiteFilter": {
"Block": [],
"Exceptions": []
},
"Homepage": {
"Additional": [],
"StartPage": "none"
}
}
}