LeOSium_old/patches/0001-Vanadium/0087-enable-process-isolate...

24 lines
1.0 KiB
Diff
Raw Normal View History

2023-11-18 11:23:04 +01:00
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"},