Created
June 30, 2026 16:32
-
-
Save mjbradford89/c22b0f80b3408a4bedede929c2bfcc3c to your computer and use it in GitHub Desktop.
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": { | |
| "DisableProfileRefresh": true, | |
| "DontCheckDefaultBrowser": true, | |
| "OverrideFirstRunPage": "", | |
| "OverridePostUpdatePage": "", | |
| "DisableFirefoxStudies": true, | |
| "DisableTelemetry": true, | |
| "UserMessaging": { | |
| "WhatsNew": false, | |
| "ExtensionRecommendations": false, | |
| "FeatureRecommendations": false, | |
| "UrlbarInterventions": false, | |
| "SkipOnboarding": true, | |
| "MoreFromMozilla": false, | |
| "Locked": true | |
| }, | |
| "AppAutoUpdate": false, | |
| "BackgroundAppUpdate": false, | |
| "Preferences": { | |
| "browser.disableResetPrompt": { | |
| "Value": true, | |
| "Status": "locked" | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment