diff --git a/modules/universal/env/home-manager.nix b/modules/universal/env/home-manager.nix index 7d9be38d3..cd9cf76c6 100644 --- a/modules/universal/env/home-manager.nix +++ b/modules/universal/env/home-manager.nix @@ -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: + defaultPref("security.OCSP.require", false); + ''; # aerc TUI mail client xdg.configFile."aerc/accounts.conf".source =