browser: gracefully handle OCSP outages

This commit is contained in:
2022-10-08 21:54:00 -07:00
parent 39b963e87b
commit 22602283c9

View File

@@ -173,6 +173,12 @@ in
} }
} }
''; '';
home.file.".librewolf/librewolf.overrides.cfg".text = ''
// if we can't query the revocation status of a SSL cert because the issuer is offline,
// treat it as unrevoked.
// see: <https://librewolf.net/docs/faq/#im-getting-sec_error_ocsp_server_error-what-can-i-do>
defaultPref("security.OCSP.require", false);
'';
# aerc TUI mail client # aerc TUI mail client
xdg.configFile."aerc/accounts.conf".source = xdg.configFile."aerc/accounts.conf".source =