From 59d37726da41336841a5f5abf69dccb3808f169f Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Thu, 1 May 2025 13:52:42 -0400 Subject: [PATCH] Updated Optional Hardening (markdown) --- Optional-Hardening.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Optional-Hardening.md b/Optional-Hardening.md index f38f164..859fd1e 100644 --- a/Optional-Hardening.md +++ b/Optional-Hardening.md @@ -45,7 +45,7 @@ user_pref("extensions.formautofill.creditCards.enabled", false); *** ### 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. +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. You will only need this if you used an older version of Betterfox. ```javascript // PREF: do not allow embedded tweets, Instagram, Reddit, and Tiktok posts user_pref("urlclassifier.trackingSkipURLs", "");