From 22ba76a06003adf72b43f8a4298c9a0edbe8b4e6 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Fri, 28 Mar 2025 13:23:07 -0400 Subject: [PATCH] Updated Optional Hardening (markdown) --- Optional-Hardening.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Optional-Hardening.md b/Optional-Hardening.md index a7fe5c1..4d592eb 100644 --- a/Optional-Hardening.md +++ b/Optional-Hardening.md @@ -91,15 +91,15 @@ user_pref("dom.security.https_only_mode_error_page_user_suggestions", true); Setup and enforce [DNS-over-HTTPS](https://support.mozilla.org/en-US/kb/firefox-dns-over-https) (DoH). #### DoH Provider -:star: Create a profile with [NextDNS](https://nextdns.io/?from=xujj63g5) and follow our [configuration guide](https://github.com/yokoffing/NextDNS-Config) for greater protection from ads, trackers, and security threats. This will allow you to customize your solutions to your network. - -Alternatively, use the DoH address below to protect against security threats, ads, and trackers. It uses [DNSwarden](https://dnswarden.com/) with Hagezi's [Light](https://github.com/hagezi/dns-blocklists?tab=readme-ov-file#light) and [Threat Intelligence Feed](https://github.com/hagezi/dns-blocklists?tab=readme-ov-file#tif) lists. +Use the DoH address below to protect against security threats, ads, and trackers. It uses [DNSwarden](https://dnswarden.com/) with Hagezi [Light](https://github.com/hagezi/dns-blocklists?tab=readme-ov-file#light) and [Threat Intelligence Feed](https://github.com/hagezi/dns-blocklists?tab=readme-ov-file#tif) lists. ```javascript // PREF: set DoH provider user_pref("network.trr.uri", "https://dns.dnswarden.com/00000000000000000000048"); // Hagezi Light + TIF ``` +Alternatively, you can follow our Control D [configuration guide](https://github.com/yokoffing/Control-D-Config) for more advanced features. + #### Enforce DoH ##### Option 1: Increased Protection [Increased Protection](https://support.mozilla.org/en-US/kb/dns-over-https#w_protection-levels-explained) will switch back to your local provider if there are any issues.