Last active
January 12, 2026 19:02
-
-
Save adityatelange/57e0730b90759f389c2c5f3b4a1db5eb to your computer and use it in GitHub Desktop.
Firefox policy https://mozilla.github.io/policy-templates/ Stays at /usr/lib/firefox/distribution/policies.json
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": { | |
| "DisableAccounts": true, | |
| "DisableFirefoxAccounts": true, | |
| "DisableFirefoxStudies": true, | |
| "DisableFeedbackCommands": true, | |
| "DisableTelemetry": true, | |
| "DisableSetDesktopBackground": true, | |
| "SkipTermsOfUse": true, | |
| "DisplayMenuBar": "never", | |
| "GenerativeAI": { | |
| "Enabled": false, | |
| "Chatbot": false, | |
| "LinkPreviews": false, | |
| "TabGroups": false, | |
| "Locked": true | |
| }, | |
| "UserMessaging": { | |
| "ExtensionRecommendations": false, | |
| "FeatureRecommendations": false, | |
| "MoreFromMozilla": false, | |
| "FirefoxLabs": false, | |
| "Locked": true | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment