From 57b673753ac23f4810db6aaae7c427ff712ede57 Mon Sep 17 00:00:00 2001 From: HJ <11689349+yokoffing@users.noreply.github.com> Date: Sun, 20 Aug 2023 13:15:54 -0400 Subject: [PATCH] Updated Optional Hardening (markdown) --- Optional-Hardening.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Optional-Hardening.md b/Optional-Hardening.md index b16d9e0..e2ab26c 100644 --- a/Optional-Hardening.md +++ b/Optional-Hardening.md @@ -58,8 +58,8 @@ user_pref("browser.sessionstore.privacy_level", 2); *** -### DNS-over-HTTPS (DoH) -Enforce your DoH settings. See [here](https://github.com/yokoffing/Betterfox/blob/dbaff70e63c74a856c30efbdbace5c63cf655888/Securefox.js#L612-L621). +### Secure DNS (DoH) +Enforce your DNS-over-HTTPS (DoH) settings. See [here](https://github.com/yokoffing/Betterfox/blob/dbaff70e63c74a856c30efbdbace5c63cf655888/Securefox.js#L612-L621). ``` user_pref("network.trr.uri", "PASTE_YOUR_DOH_ADDRESS_HERE"); user_pref("network.trr.mode", 3); // enforce TRR (without System fallback)