From 9f01b3d22cad0e047ffd896b250ad63f8763b100 Mon Sep 17 00:00:00 2001 From: Ivy Bowman Date: Sun, 18 Feb 2024 10:34:49 -0500 Subject: [PATCH] Add firefox json --- policies.json | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 policies.json diff --git a/policies.json b/policies.json new file mode 100644 index 0000000..643fabc --- /dev/null +++ b/policies.json @@ -0,0 +1,94 @@ +{ + "policies": { + "BlockAboutAddons": true, + "BlockAboutConfig": true, + "BlockAboutProfiles": true, + "BlockAboutSupport": true, + "DisableFeedbackCommands": true, + "DisableFirefoxAccounts": true, + "DisableFirefoxScreenshots": true, + "DisableFirefoxStudies": true, + "DisableForgetButton": true, + "DisableFormHistory": true, + "DisableMasterPasswordCreation": true, + "DisablePasswordReveal": true, + "DisablePocket": true, + "DisablePrivateBrowsing": true, + "DisableProfileImport": true, + "DisableProfileRefresh": true, + "DisableSafeMode": true, + "DisableSetDesktopBackground": true, + "OfferToSaveLogins": false, + "OverrideFirstRunPage": "", + "OverridePostUpdatePage": "", + "PasswordManagerEnabled": false, + "SanitizeOnShutdown": true, + "NoDefaultBookmarks": true, + "ShowHomeButton": true, + "Homepage": { + "URL": "http://start.duckduckgo.com/|https://techolympics.org/session-info/", + "Locked": true, + "StartPage": "homepage-locked" + }, + "FirefoxHome": { + "Search": true, + "TopSites": true, + "SponsoredTopSites": false, + "Highlights": false, + "Pocket": false, + "SponsoredPocket": false, + "Snippets": false, + "Locked": true + }, + "FirefoxSuggest": { + "WebSuggestions": true, + "SponsoredSuggestions": false, + "ImproveSuggest": false, + "Locked": true + }, + "SearchEngines": { + "Add": [ + { + "Name": "DuckDuckGo Safe", + "URLTemplate": "https://safe.duckduckgo.com/q={searchTerms}", + "Method": "GET", + "IconURL": "https://safe.duckduckgo.com/favicon.ico", + "Alias": "duckduckgosafe", + "Description": "Duck Duck Go Safe Search", + "PostData": "name=value&q={searchTerms}", + "SuggestURLTemplate": "https://safe.duckduckgo.com/suggestions/q={searchTerms}" + } + ], + "Default": "DuckDuckGo Safe", + "Remove": ["Amazon.com", "Bing", "eBay", "DuckDuckGo", "Wikipedia"], + "PreventInstalls": true + }, + "ExtensionSettings": { + "*": { + "blocked_install_message": "This extension is not approved.", + "installation_mode": "blocked" + }, + "uBlock0@raymondhill.net": { + "installation_mode": "force_installed", + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi" + }, + "https-everywhere@eff.org": { + "installation_mode": "allowed" + } + }, + "UserMessaging": { + "WhatsNew": false, + "ExtensionRecommendations": false, + "FeatureRecommendations": false, + "UrlbarInterventions": false, + "SkipOnboarding": true, + "MoreFromMozilla": false, + "Locked": true + }, + "PopupBlocking": { + "Default": true, + "Locked": true + } + + } + } \ No newline at end of file