mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 18:24:02 +00:00
![Dana Keeler](/assets/img/avatar_default.png)
Before this patch, PSM would register content type handlers to handle certain certificate types. This was an easy way to install a client certificate after generating a key with <keygen>, but keygen has been removed. This was also an easy way to install root certificates, but that's actually a considerable security risk. We kept this functionality for so long because it was the only way to add a 3rd-party root certificate to Fennec's certificate store. Now that Fennec is EOL, we can remove it. (Fenix will need a way to trust 3rd party root certificates, but the path forward there is to implement the enterprise roots feature for Android.) Differential Revision: https://phabricator.services.mozilla.com/D66118 --HG-- extra : moz-landing-system : lando