Files
cromite/build/patches/enable-process-isolated-sandboxed-iframes-by-default.patch
2022-05-28 12:06:53 +02:00

24 lines
1.0 KiB
Diff

From: June <june@eridan.me>
Date: Sun, 8 May 2022 01:34:58 +0000
Subject: enable process isolated sandboxed iframes by default
Signed-off-by: June <june@eridan.me>
---
content/public/common/content_features.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -467,7 +467,7 @@ const char kIsolateOriginsFieldTrialParamName[] = "OriginsList";
// the attribute. Note: At present, only iframes with origin-restricted
// sandboxes are isolated.
const base::Feature kIsolateSandboxedIframes{"IsolateSandboxedIframes",
- base::FEATURE_DISABLED_BY_DEFAULT};
+ base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kLazyFrameLoading{"LazyFrameLoading",
base::FEATURE_ENABLED_BY_DEFAULT};
--
2.25.1