Skip to content

Commit

Permalink
Auto select user certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
zt-sv committed Feb 10, 2025
1 parent 8f3fbec commit e76f4eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions firefox/overrides-prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ user_pref("_overrides.parrot", "overrides: started");

user_pref("ui.systemUsesDarkTheme", 1);

// Auto select user certificates
user_pref("network.cors_preflight.allow_client_cert", true);
user_pref("security.default_personal_cert", "Select Automatically");

/*** [SECTION 1700]: CONTAINERS
If you want to *really* leverage containers, we highly recommend Temporary Containers [2].
Read the article by the extension author [3], and check out the github wiki/repo [4].
Expand Down

0 comments on commit e76f4eb

Please sign in to comment.