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]