Skip to content

Instantly share code, notes, and snippets.

@Timi7007
Last active April 20, 2020 17:52
Show Gist options
  • Save Timi7007/d4435920155c7cb533d0f1e98e3d425b to your computer and use it in GitHub Desktop.
Save Timi7007/d4435920155c7cb533d0f1e98e3d425b to your computer and use it in GitHub Desktop.

Mandatory Addons:

  • uBlock Origin
  • HTTPS Everywhere

Highly recommended settings in about:config:

  • security.certerrors.permanentOverride;false
    • Don't save every TLS-cert-override forever, like in the old days.
  • security.enterprise_roots.enabled;false
    • Don't import TLS-cert roots from the OS's store, only use Mozilla approved ones.
  • security.certerrors.mitm.auto_enable_enterprise_roots;false
    • Seriously. DON'T!
  • network.trr.mode;5
    • Don't send all DNS-requests to Cloudflare using DoH.
  • toolkit.legacyUserProfileCustomizations.stylesheets;true
    • Allow the customizations that were normal before Firefox 69
  • browser.urlbar.openViewOnFocus;false
    • Set the url bar to the good old one that was default before Firefox 75
  • browser.urlbar.update1;false
    • Set the url bar to the good old one that was default before Firefox 75
  • browser.urlbar.update1.interventions;false
    • Set the url bar to the good old one that was default before Firefox 75
  • browser.urlbar.update1.searchTips;false
    • Set the url bar to the good old one that was default before Firefox 75
  • browser.urlbar.update1.view.stripHttps;false
    • Show https in URL bar-suggestions, like it used to be.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment