From 6eec88be8ed9171432c1d34613e0b6bb3d424493 Mon Sep 17 00:00:00 2001 From: oneflux Date: Mon, 21 Apr 2025 15:12:43 -0700 Subject: [PATCH] re-enable cross-process iframe isolation --- settings/camoufox.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/settings/camoufox.cfg b/settings/camoufox.cfg index 3a2e327..ee03b74 100644 --- a/settings/camoufox.cfg +++ b/settings/camoufox.cfg @@ -396,9 +396,6 @@ defaultPref("datareporting.policy.dataSubmissionPolicyBypassNotification", true) // CAMOUFOX: Removed pref to disable pdf.js // ------- -// Disable cross-process iframes, but not cross-process navigations. -// defaultPref("fission.webContentIsolationStrategy", 0); - // Disable BFCache in parent process. // We also separately disable BFCache in content via docSchell property. defaultPref("fission.bfcacheInParent", false);