From 9c1762e7bbb58cfeac1b86faf30310105d305034 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:38:01 -0400 Subject: [PATCH] enable privacy.antitracking.isolateContentScriptResources --- waterfox/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waterfox/user.js b/waterfox/user.js index c0e3522..09ff909 100644 --- a/waterfox/user.js +++ b/waterfox/user.js @@ -22,7 +22,7 @@ user_pref("browser.contentblocking.category", "strict"); user_pref("browser.download.start_downloads_in_tmp_dir", true); /** OCSP & CERTS / HPKP ***/ -//user_pref("privacy.antitracking.isolateContentScriptResources", true); // needed for next ESR if not a default pref +user_pref("privacy.antitracking.isolateContentScriptResources", true); // needed for next ESR if not a default pref user_pref("security.csp.reporting.enabled", false); /** DISK AVOIDANCE ***/