Skip to content
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

Add support for disabling client cert prompt in Firefox #11

Open
drGrove opened this issue Mar 23, 2019 · 0 comments
Open

Add support for disabling client cert prompt in Firefox #11

drGrove opened this issue Mar 23, 2019 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@drGrove
Copy link
Owner

drGrove commented Mar 23, 2019

Firefox supports disabling the client cert prompt via the following preference in prefs.js of a profile:

userpref("security.default_personal_cert", "Select Automatically");

This option should be user configurable and also contain a warning. This was set to Ask Every Time in FF 2.x because it was considered harmful since it's all encompassing, unlike Chromes implementation that allows this on a case by case basis.

@drGrove drGrove added the enhancement New feature or request label Mar 23, 2019
@drGrove drGrove added this to the v1.0 milestone Mar 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant