Skip to content

Instantly share code, notes, and snippets.

@egdoc
Last active December 8, 2023 06:43
Show Gist options
  • Select an option

  • Save egdoc/ddcda7dcede9364701b8ae55e6fcdef4 to your computer and use it in GitHub Desktop.

Select an option

Save egdoc/ddcda7dcede9364701b8ae55e6fcdef4 to your computer and use it in GitHub Desktop.
firefox-policy
{
"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