Skip to content

Instantly share code, notes, and snippets.

@avoidik
Last active February 25, 2026 12:26
Show Gist options
  • Select an option

  • Save avoidik/0e5319b71188bdfce12930f13d8a3138 to your computer and use it in GitHub Desktop.

Select an option

Save avoidik/0e5319b71188bdfce12930f13d8a3138 to your computer and use it in GitHub Desktop.
Firefox policies
{
"policies": {
"DisableTelemetry": true,
"DisableFirefoxStudies": true,
"ManualAppUpdateOnly": true,
"AutofillAddressEnabled": false,
"AutofillCreditCardEnabled": false,
"DisableFormHistory": true,
"NetworkPrediction": false,
"OfferToSaveLogins": false,
"OfferToSaveLoginsDefault": false,
"SearchSuggestEnabled": false,
"DisableBuiltinPDFViewer": true,
"DontCheckDefaultBrowser": true,
"DisablePocket": true,
"SearchBar": "separate",
"UserMessaging": {
"ExtensionRecommendations": false,
"FeatureRecommendations": false,
"UrlbarInterventions": false,
"SkipOnboarding": true,
"MoreFromMozilla": false,
"FirefoxLabs": true,
"Locked": false
},
"FirefoxSuggest": {
"WebSuggestions": false,
"SponsoredSuggestions": false,
"ImproveSuggest": false,
"Locked": false
},
"GenerativeAI": {
"Enabled": false,
"Chatbot": false,
"LinkPreviews": false,
"TabGroups": false,
"Locked": false
}
}
}
@avoidik
Copy link
Copy Markdown
Author

avoidik commented Aug 12, 2025

Windows - create a distribution directory and put policies.json file in there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment