From d67823af4fcebac68efa51fdf396560347593769 Mon Sep 17 00:00:00 2001 From: Hal <11689349+yokoffing@users.noreply.github.com> Date: Tue, 21 Nov 2023 11:09:46 -0500 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 5501352..0be9994 100644 --- a/Optional-Hardening.md +++ b/Optional-Hardening.md @@ -186,11 +186,11 @@ user_pref("security.ssl.require_safe_negotiation", true); *** ### default-browser-agent -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. +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. -:warning: Breaks **Make Default...** button in the settings for Firefox (Windows). +:warning: Breaks **Make Default...** button to set Firefox as the default browser on Windows. -:bulb: Add this pref if you do not use this part of the UI or if you have already set Firefox as the default browser. +:bulb: Add this pref if you do not use this UI or if you have already set Firefox as the default browser. ```javascript // PREF: disable telemetry of what default browser you use [WINDOWS]