From f41d06c2a494ac7868a5e10eb57b017cbe85849a Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Thu, 1 Dec 2022 18:33:02 -0500 Subject: [PATCH] remove another link --- Securefox.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Securefox.js b/Securefox.js index 30e3389..ec9c733 100644 --- a/Securefox.js +++ b/Securefox.js @@ -16,9 +16,8 @@ // Firefox deletes all stored site data (incl. cookies, browser storage) if the site is a known tracker and hasn’t // been interacted with in the last 30 days. // [NOTE] FF86: "Strict" tracking protection enables dFPI. -// [1] https://blog.mozilla.org/firefox/control-trackers-with-firefox/ -// [2] https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop -// [3] https://www.reddit.com/r/firefox/comments/l7xetb/network_priority_for_firefoxs_enhanced_tracking/gle2mqn/?web2x&context=3 +// [1] https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop +// [2] https://www.reddit.com/r/firefox/comments/l7xetb/network_priority_for_firefoxs_enhanced_tracking/gle2mqn/?web2x&context=3 //user_pref("privacy.trackingprotection.enabled", true); // DEFAULT //user_pref("privacy.trackingprotection.pbmode.enabled", true); // DEFAULT //user_pref("browser.contentblocking.customBlockList.preferences.ui.enabled", false); // DEFAULT