From 6653820ad259eb5d4e9d0eb728f07e5886c665af Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:25:31 -0500 Subject: [PATCH] Updated Optional Hardening (markdown) --- Optional-Hardening.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Optional-Hardening.md b/Optional-Hardening.md index 43e1250..d9788d7 100644 --- a/Optional-Hardening.md +++ b/Optional-Hardening.md @@ -44,6 +44,16 @@ user_pref("extensions.formautofill.creditCards.enabled", false); *** +### Firefox Strict mode +Enable [Strict](https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop#w_strict-enhanced-tracking-protection) Enhanced Tracking Protection. + +```javascript +// PREF: enforce ETP Strict +user_pref("browser.contentblocking.category", "strict"); +``` + +*** + ### Block embedded social posts on webpages This matches the default behavior of [Strict](https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop#w_strict-enhanced-tracking-protection) Enhanced Tracking Protection. ```javascript