From 4912f69e90e97c73f5d06533469050ea9b642694 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Thu, 9 Apr 2026 16:30:06 -0400 Subject: [PATCH] Updated Optional Hardening (markdown) --- Optional-Hardening.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Optional-Hardening.md b/Optional-Hardening.md index 60d0f6a..84d9acd 100644 --- a/Optional-Hardening.md +++ b/Optional-Hardening.md @@ -44,16 +44,6 @@ 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. 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", ""); -user_pref("urlclassifier.features.socialtracking.skipURLs", ""); -``` - -*** - ### Captive portal detection Captive portals allow you to connect to public Wi-Fi by redirecting to login pages (think hotels, airports, etc.). You can safely disable Mozilla's [captive portal detection](https://support.mozilla.org/en-US/kb/captive-portal) on most **desktop** computers.