Skip to content

Instantly share code, notes, and snippets.

@ThomasLeister
Created February 23, 2017 10:23
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 ThomasLeister/48de98195933bc162b176abb25ec8aee to your computer and use it in GitHub Desktop.
Save ThomasLeister/48de98195933bc162b176abb25ec8aee to your computer and use it in GitHub Desktop.
Let Firefox use Windows CA trust store
/*
* Store this script in your Firefox application directory:
* C:\Program Files (x86)\Mozilla Firefox\defaults\pref
* ... and restart Firefox. Firefox should use the Windows trust store after the next start
*/
/* Activate Windows trust store support (experimental)*/
pref("security.enterprise_roots.enabled", true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment