nixos/tests/custom-ca: reenable Firefox test

This commit is contained in:
Luke Granger-Brown 2021-06-13 01:23:18 +00:00
parent 1b74469cd0
commit 9415562f1f

View File

@ -109,9 +109,7 @@ in
environment.systemPackages = with pkgs; [
xdotool
# Firefox was disabled here, because we needed to disable p11-kit support in nss,
# which is why it will not use the system certificate store for the time being.
# firefox
firefox
chromium
qutebrowser
midori
@ -153,9 +151,7 @@ in
machine.fail("curl -fv https://bad.example.com")
browsers = {
# Firefox was disabled here, because we needed to disable p11-kit support in nss,
# which is why it will not use the system certificate store for the time being.
#"firefox": "Security Risk",
"firefox": "Security Risk",
"chromium": "not private",
"qutebrowser -T": "Certificate error",
"midori": "Security"