From 8e800ef80631a6918392d123ec666e5dd407cc25 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 14 Feb 2024 12:11:30 +0200 Subject: [PATCH] browser-extensions: fix link --- pages/browser-extensions.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/browser-extensions.markdown b/pages/browser-extensions.markdown index 3ed4e39..ed709bb 100644 --- a/pages/browser-extensions.markdown +++ b/pages/browser-extensions.markdown @@ -176,7 +176,7 @@ These likely also exist, but just without the `vendor-` part when searhcing. # Firefox about:config -_On LibreAwoo, refer to my [conf/librewolf.overrides.cfg.js in my shell-things repo](https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/conf/librewolf.overrides.cfg.js)._ +_On LibreAwoo or autoconfig, refer to my [conf/librewolf.overrides.cfg in my shell-things repo](https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/conf/librewolf.overrides.cfg) which has kind of replaced this section?._ - `security.certerrors.mitm.auto_enable_enterprise_roots` to `false` in order to not trust system CA store in case of enterprise MITM - `security.OCSP.require` to `true` in order to not allow [OCSP](https://en.wikipedia.org/wiki/OCSP_stapling) soft fail. This may be a bit paranoid, but _only the paranoid survive._