-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
disable enterprise roots #560
Comments
Yeah we don't want/need any automatically added CAs. Thank you! |
That was quick! Thanks! |
(Fun fact: on my machine, Firefox's cert store is the OS's cert store. But the trust goes the opposite way: the Arch Linux maintainers trust that Mozilla doesn't let any bogus CAs into their certificate program.) |
It's the same with many distros and OSs that they use the Mozilla's NSS cert store. Debian
Slackware
FreeBSD
|
@PhoenixClank I just have to say it was such a pleasure to read your issue report. You explained the issue clearly, provided details of why it is happened, and suggested a solution. I wish every issue report was presented so well in every repo! |
I think this pref should come with a warning that it will break (or won't it?) support for custom certificates added by the user to their OS trust store (on Debian |
We can add a warning, sure, but IMO it's better and maybe even expected for Firefox to only trust it's own CA store. |
There is a pref,
security.enterprise_roots.enabled
, that when true, causes Firefox to trust CA certificates in the OS's cert store that aren't found in Firefox's own cert store.There is behavior that automatically sets this pref to true when a TLS error occurs. The assumption is that the browser accesses the internet through a corporate proxy, or through some virus protection software, that feels the need to MitM the user's TLS traffic. So Firefox lets it.
The pref
security.certerrors.mitm.auto_enable_enterprise_roots
controls this behavior.I suggest that both of these prefs should be set to false.
The text was updated successfully, but these errors were encountered: