Skip to content

Instantly share code, notes, and snippets.

@vikramrojo
Created August 6, 2020 18:37
Show Gist options
  • Save vikramrojo/62e59fba827593afcdca9ee211a45722 to your computer and use it in GitHub Desktop.
Save vikramrojo/62e59fba827593afcdca9ee211a45722 to your computer and use it in GitHub Desktop.
{
"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