mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
25 lines
626 B
JSON
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"
|
||
|
}
|
||
|
}
|
||
|
}
|