From edd25555261c17f74580245b8305cf7edefa4267 Mon Sep 17 00:00:00 2001 From: tilpner Date: Thu, 5 Mar 2020 16:45:36 +0100 Subject: Initial commit --- examples/policies.json | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 examples/policies.json (limited to 'examples/policies.json') diff --git a/examples/policies.json b/examples/policies.json new file mode 100644 index 0000000..c0bf28a --- /dev/null +++ b/examples/policies.json @@ -0,0 +1,77 @@ +{ + "policies": { + "CaptivePortal": false, + "DisableAppUpdate": true, + "DisableFeedbackCommands": true, + "DisableFirefoxAccounts": true, + "DisableFirefoxStudies": true, + "DisableMasterPasswordCreation": true, + "DisablePocket": true, + "DisableProfileImport": true, + "DisableProfileRefresh": true, + "DisableSetDesktopBackground": true, + "DisableSystemAddonUpdate": true, + "DisableTelemetry": true, + "DontCheckDefaultBrowser": true, + "EnableTrackingProtection": { + "Cryptomining": true, + "Fingerprinting": true, + "Value": true + }, + "ExtensionSettings": { + "*": { + "installation_mode": "blocked" + }, + "ublock-origin": { + "installation_mode": "force_installed" + } + }, + "ExtensionUpdate": false, + "FirefoxHome": { + "Highlights": false, + "Pocket": false, + "Search": true, + "Snippets": false, + "TopSites": false + }, + "FlashPlugin": { + "Default": false + }, + "NewTabPage": false, + "NoDefaultBookmarks": true, + "OfferToSaveLogins": false, + "PasswordManagerEnabled": false, + "Permissions": { + "Location": { + "BlockNewRequests": true, + "Locked": true + } + }, + "Preferences": { + "browser.cache.disk.enable": false, + "browser.search.update": false, + "browser.urlbar.suggest.history": true, + "browser.urlbar.suggest.openpage": true, + "media.gmp-gmpopenh264.enabled": false, + "media.gmp-widevinecdm.enabled": false, + "network.IDN_show_punycode": false, + "places.history.enabled": false, + "security.ssl.errorReporting.enabled": false + }, + "RequestedLocales": [ + "de-DE" + ], + "SanitizeOnShutdown": { + "Cache": true, + "Cookies": true, + "Downloads": true, + "FormData": true, + "History": true, + "OfflineApps": true, + "Sessions": true, + "SiteSettings": true + }, + "SearchBar": "separate", + "SearchSuggestEnabled": false + } +} \ No newline at end of file -- cgit v1.2.3