re-enable cross-process iframe isolation

This commit is contained in:
oneflux 2025-04-21 15:12:43 -07:00
parent 34deb26d0c
commit 6eec88be8e

View file

@ -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);