Created
August 6, 2020 18:37
-
-
Save vikramrojo/62e59fba827593afcdca9ee211a45722 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": { | |
| "DisableFirefoxAccounts": true, | |
| "DisableFirefoxStudies": true, | |
| "DisablePocket": true, | |
| "DisableProfileRefresh": true, | |
| "DisableTelemetry": true, | |
| "DontCheckDefaultBrowser": true, | |
| "EnableTrackingProtection": { "Value": true, "Locked": false }, | |
| "NewTabPage": false, | |
| "Proxy": { "Mode": "none", "Locked": false }, | |
| "SanitizeOnShutdown": true, | |
| "WebsiteFilter": { | |
| "Block": [ | |
| "*://*.twitter.com/*", | |
| "*://*.facebook.com/*", | |
| "*://*.instagram.com/*", | |
| "*://*.quora.com/*", | |
| "*://*.reddit.com/*", | |
| "*://*.youtube.com/*", | |
| "*://*.cragistlist.org/*", | |
| "*://*.ebay.com/*", | |
| "*://*.amazon.com/*" | |
| ], | |
| "Exceptions": [] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment