Web eID: Difference between revisions
m →PKCS#11: Make it more explicit that PKCS#11 is needed for Belgian cards |
m Update Firefox policy from https://firefox-admin-docs.mozilla.org/reference/policies/securitydevices/ |
||
| (One intermediate revision by the same user not shown) | |||
| Line 71: | Line 71: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
{ | { | ||
programs.firefox.policies.SecurityDevices.p11-kit-proxy = "${pkgs.p11-kit}/lib/p11-kit-proxy.so"; | programs.firefox.policies.SecurityDevices.Add.p11-kit-proxy = "${pkgs.p11-kit}/lib/p11-kit-proxy.so"; | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
If you're building a firefox derivation yourself, you can override it with <code>extraPolicies.SecurityDevices.p11-kit-proxy "${pkgs.p11-kit}/lib/p11-kit-proxy.so";</code>. | If you're building a firefox derivation yourself, you can override it with <code>extraPolicies.SecurityDevices.Add.p11-kit-proxy "${pkgs.p11-kit}/lib/p11-kit-proxy.so";</code>. | ||
=== Google Chrome / Chromium === | === Google Chrome / Chromium === | ||