From 76392e72fecefbbcc90b59b35b08f09ff4d71085 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Wed, 22 Apr 2026 09:09:07 -0400 Subject: [PATCH] fix url --- Securefox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Securefox.js b/Securefox.js index 9c5d0b3..9795a1c 100644 --- a/Securefox.js +++ b/Securefox.js @@ -46,7 +46,7 @@ user_pref("browser.contentblocking.category", "strict"); // [HIDDEN PREF] // Opener and redirect heuristics are granted for 30 days, see [3] // [1] https://blog.mozilla.org/security/2021/07/13/smartblock-v2/ // [2] https://hg.mozilla.org/mozilla-central/rev/e5483fd469ab#l4.12 -// [3] https://developer.mozilla.org/docs/Web/Privacy/State_Partitioning#storage_access_heuristics +// [3] https://developer.mozilla.org/docs/Web/Privacy/Guides/State_Partitioning#storage_access_heuristics //user_pref("privacy.antitracking.enableWebcompat", false); //user_pref("privacy.restrict3rdpartystorage.heuristic.recently_visited", false); //user_pref("privacy.restrict3rdpartystorage.heuristic.redirect", false);