neko/.docker/policies.json

63 lines
1.6 KiB
JSON
Raw Normal View History

2020-01-13 21:05:38 +13:00
{
"policies": {
"DisableAppUpdate": true,
"DisableTelemetry": true,
"DontCheckDefaultBrowser": true,
2020-01-14 00:28:14 +13:00
"DisableFirefoxAccounts": true,
"DisablePrivateBrowsing": true,
"DisableProfileImport": true,
2020-01-13 21:05:38 +13:00
"BlockAboutConfig": true,
2020-01-14 00:28:14 +13:00
"BlockAboutProfiles": true,
"BlockAboutSupport": true,
2020-01-13 21:05:38 +13:00
"OverrideFirstRunPage": "",
"OfferToSaveLogins": false,
"PromptForDownloadLocation":false,
2020-01-14 00:28:14 +13:00
"DisableSetDesktopBackground":false,
"DisableDeveloperTools":false,
"DisableFeedbackCommands":false,
"DisableFirefoxScreenshots":false,
"DisableProfileRefresh":false,
"OfferToSaveLoginsDefault":false,
"PasswordManagerEnabled":false,
"SanitizeOnShutdown": {
"Cache": true,
"Cookies": true,
"Downloads": true,
"FormData": true,
"History": true,
"Sessions": true,
"SiteSettings": true,
"OfflineApps": true
},
"FirefoxHome": {
"Search": true,
"TopSites": true,
"Highlights": false,
"Pocket": false,
"Snippets": false,
"Locked": false
},
2020-01-13 21:05:38 +13:00
"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"
2020-01-14 00:28:14 +13:00
},
"Bookmarks": [
{
"Title": "9 Anime",
"URL": "https://9anime.xyz/",
"Favicon": "https://9anime.xyz/favicon.png",
"Placement": "toolbar"
}
]
2020-01-13 21:05:38 +13:00
}
}