Last active
December 8, 2023 06:43
-
-
Save egdoc/ddcda7dcede9364701b8ae55e6fcdef4 to your computer and use it in GitHub Desktop.
firefox-policy
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": { | |
| "DisableSetDesktopBackground": true, | |
| "DisableTelemetry": true, | |
| "EnableTrackingProtection": { | |
| "Value": true | |
| }, | |
| "NoDefaultBookmarks": true, | |
| "OfferToSaveLogins": false, | |
| "Extensions": { | |
| "Install": [ | |
| "https://addons.mozilla.org/firefox/downloads/file/4103048/ublock_origin-1.49.2.xpi" | |
| ] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment