Last active
May 24, 2026 13:31
-
-
Save SheepCommander/3caf49b66c16e7975502032fa4a262fb to your computer and use it in GitHub Desktop.
Hardened and personalized firefox `policies.json` file, meant to be placed in `/usr/lib/firefox/distribution/policies.json` or `/etc/firefox/policies/policies.json` on linux. See: https://firefox-admin-docs.mozilla.org/reference/policies/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "policies": { | |
| "DisableTelemetry": true, | |
| "DisableFirefoxAccounts": true, | |
| "DisableFirefoxStudies": true, | |
| "DisableFeedbackCommands": true, | |
| "DisableProfileImport": true, | |
| "HTTPSOnlyMode": "force_enabled", | |
| "EnableTrackingProtection": { | |
| "Value": true, | |
| "Locked": true, | |
| "Cryptomining": true, | |
| "Fingerprinting": true, | |
| "EmailTracking": true | |
| }, | |
| "FirefoxHome": { | |
| "SponsoredTopSites": false, | |
| "Pocket": false, | |
| "SponsoredPocket": false, | |
| "SponsoredStories": false | |
| }, | |
| "FirefoxSuggest": { | |
| "WebSuggestions": false, | |
| "SponsoredSuggestions": false, | |
| "ImproveSuggest": false | |
| }, | |
| "OfferToSaveLogins": false, | |
| "PasswordManagerEnabled": false, | |
| "Preferences": { | |
| "signon.rememberSignons": { | |
| "Value": false, | |
| "Status": "locked" | |
| }, | |
| "browser.newtabpage.activity-stream.telemetry": { | |
| "Value": false, | |
| "Status": "locked" | |
| }, | |
| "browser.newtabpage.activity-stream.feeds.telemetry": { | |
| "Value": false, | |
| "Status": "locked" | |
| }, | |
| "browser.search.suggest.enabled": { | |
| "Value": false, | |
| "Status": "locked" | |
| }, | |
| "browser.urlbar.suggest.searches": { | |
| "Value": false, | |
| "Status": "locked" | |
| }, | |
| "toolkit.telemetry.enabled": { | |
| "Value": false, | |
| "Status": "locked" | |
| }, | |
| "ui.key.menuAccessKeyFocuses": { | |
| "Value": false, | |
| "Status": "locked" | |
| }, | |
| "general.autoScroll": { | |
| "Value": true, | |
| "Status": "locked" | |
| }, | |
| "browser.startup.page": { | |
| "Value": 3 | |
| }, | |
| "browser.sessionstore.resume_from_crash": { | |
| "Value": true | |
| } | |
| }, | |
| "ExtensionSettings": { | |
| "*": { | |
| "installation_mode": "allowed" | |
| }, | |
| "uBlock0@raymondhill.net": { | |
| "installation_mode": "force_installed", | |
| "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi" | |
| }, | |
| "{446900e4-71c2-419f-a6a7-df9c091e268b}": { | |
| "installation_mode": "force_installed", | |
| "install_url": "https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager/latest.xpi" | |
| }, | |
| "jid1-ZAdIEUB7XOzOJw@jetpack": { | |
| "installation_mode": "force_installed", | |
| "install_url": "https://addons.mozilla.org/firefox/downloads/latest/duckduckgo-for-firefox/latest.xpi" | |
| }, | |
| "sponsorBlocker@ajay.app": { | |
| "installation_mode": "force_installed", | |
| "install_url": "https://addons.mozilla.org/firefox/downloads/latest/sponsorblock/latest.xpi" | |
| }, | |
| "{8c04d4c5-18cb-4185-bf56-34aa83fddd81}": { | |
| "installation_mode": "force_installed", | |
| "install_url": "https://addons.mozilla.org/firefox/downloads/file/4049847/keqing_card_genshin_impact-1.1.xpi" | |
| } | |
| } | |
| } | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary of Features (introduced in same order as in JSON):
Cookies: Isolate cross-site cookiesandSuspected fingerprinters: Only in private windows, but they are not locked.Fix major site issues (recommended)norFix minor site issues, however they are not locked and users may enable them if they choose.Preferences:
Altkey will no longer bring up the Menu Bar (instead you may right click the top bar and toggle it manually).3means that firefox will restore previous session (rather than1which would show only a New Tab for the browser startup page).Extensions: