Skip to content

Instantly share code, notes, and snippets.

@waywardone
Last active February 28, 2020 03:58
Show Gist options
  • Save waywardone/9027f646ffcde70b98263c8562f3110c to your computer and use it in GitHub Desktop.
Save waywardone/9027f646ffcde70b98263c8562f3110c to your computer and use it in GitHub Desktop.

Create a policies.json and install to C:\...\Mozilla Firefox\distribution. Restart Firefox to apply. Reference: https://github.com/mozilla/policy-templates/blob/master/README.md

{
  "policies": {
    "EnableTrackingProtection": {
      "Value": true,
      "Locked": false,
      "Cryptomining": true,
      "Fingerprinting": true
    },
    "DisableFirefoxAccounts": true,
    "DisableFirefoxStudies": true,
    "DisableTelemetry": true,
    "DNSOverHTTPS": {
      "Enabled": false,
      "Locked": true        
    },
    "DontCheckDefaultBrowser": true,
    "NetworkPrediction": false,
    "PromptForDownloadLocation": true
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment