Skip to content

Instantly share code, notes, and snippets.

@NicolaiSoeborg
Last active February 25, 2021 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NicolaiSoeborg/b18eae7b6c74645680e4460abf92512b to your computer and use it in GitHub Desktop.
Save NicolaiSoeborg/b18eae7b6c74645680e4460abf92512b to your computer and use it in GitHub Desktop.
# General:
browser.urlbar.trimURLs = false;
browser.quitShortcut.disabled = true;
# (you might want to add some more from: https://github.com/pyllyukko/user.js/blob/master/user.js)
# Tracking:
privacy.donottrackheader.enabled = true;
privacy.trackingprotection.enabled = true;
privacy.trackingprotection.socialtracking.enabled = true;
# Extensions:
extensions.pocket.enabled = false;
extensions.screenshots.disabled = true;
# Tabs in dev-tools you might disable:
devtools.accessibility.enabled = false;
devtools.memory.enabled = false;
devtools.storage.enabled = false;
devtools.styleeditor.enabled = false;
devtools.performance.enabled = false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment