24 lines
1.0 KiB
Diff
24 lines
1.0 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: June <june@eridan.me>
|
|
Date: Sun, 8 May 2022 01:34:58 +0000
|
|
Subject: [PATCH] enable process isolated sandboxed iframes by default
|
|
|
|
Signed-off-by: June <june@eridan.me>
|
|
---
|
|
third_party/blink/common/features.cc | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/third_party/blink/common/features.cc b/third_party/blink/common/features.cc
|
|
index a69da8c71d979..953924fa504a6 100644
|
|
--- a/third_party/blink/common/features.cc
|
|
+++ b/third_party/blink/common/features.cc
|
|
@@ -1642,7 +1642,7 @@ BASE_FEATURE(kWebRtcCombinedNetworkAndWorkerThread,
|
|
// sandboxes are isolated.
|
|
BASE_FEATURE(kIsolateSandboxedIframes,
|
|
"IsolateSandboxedIframes",
|
|
- base::FEATURE_DISABLED_BY_DEFAULT);
|
|
+ base::FEATURE_ENABLED_BY_DEFAULT);
|
|
const base::FeatureParam<IsolateSandboxedIframesGrouping>::Option
|
|
isolated_sandboxed_iframes_grouping_types[] = {
|
|
{IsolateSandboxedIframesGrouping::kPerSite, "per-site"},
|