From 26192ee3515cebb648a7b3e051be51d21b1e1365 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Mon, 9 Oct 2023 19:13:30 -0400 Subject: [PATCH] Updated Optional Hardening (markdown) --- Optional-Hardening.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Optional-Hardening.md b/Optional-Hardening.md index 9bc2501..0c0e85b 100644 --- a/Optional-Hardening.md +++ b/Optional-Hardening.md @@ -152,8 +152,9 @@ You can allow exceptions if you want to stay logged in to some sites: Setup and enforce DNS-over-HTTPS (DoH). #### Mode -`3` has site-exceptions with a nice UI on the error page: - * Go to `☰` *→ Settings → Privacy & Security → DNS over HTTPS → Manage Exceptions* +`3` has site-exceptions with a nice UI on the error page. + +* `☰` *→ Settings → Privacy & Security → DNS over HTTPS → Manage Exceptions* :warning: Set to `2` if your workplace or university causes issues with alternative DNS. ```javascript @@ -173,7 +174,7 @@ user_pref("network.trr.uri", "https://dns.quad9.net/dns-query"); *** -### `default-browser-agent` (Windows only) +### default-browser-agent (Windows only) On Windows, Mozilla [collects information](https://techdows.com/2020/04/what-is-firefox-default-browser-agent-and-how-to-disable-it.html) on what you've set as your default browser. However, disabling `default-browser-agent.enabled` also breaks the `Make Default...` button to set Firefox as the default browser. Add it to your overrides if you do not use this part of the UI (or already have Firefox set as the default browser).