Skip to content

Instantly share code, notes, and snippets.

@adityatelange
Last active January 12, 2026 19:02
Show Gist options
  • Select an option

  • Save adityatelange/57e0730b90759f389c2c5f3b4a1db5eb to your computer and use it in GitHub Desktop.

Select an option

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
{
"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