Commit f103e2b6 authored by Łukasz Anforowicz's avatar Łukasz Anforowicz Committed by Chromium LUCI CQ

Revert "Enable |request_initiator_site_lock| enforcement on Android."

This reverts commit f0314d14.

Reason for revert: Enforcement is not yet ready for M89 (see https://crbug.com/1151438) - need to temporarily disable before the branch point.

Original change's description:
> Reland "Enable |request_initiator_site_lock| enforcement on Android."
>
> This reverts commit 207fb0e1.
>
> Reason for revert: Trying again on M89 (with new crash keys from https://crrev.com/c/2575368)
>
> TBR=yhirano@chromium.org,lukasza@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com
>
> # Not skipping CQ checks because original CL landed > 1 day ago.
>
> Bug: 920634
> Bug: 1151008
> Bug: 1151438
> Change-Id: Iff849597312d7843b1fff809a00743d0785680e8
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2578100
> Reviewed-by: Łukasz Anforowicz <lukasza@chromium.org>
> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#834521}

TBR=yhirano@chromium.org,lukasza@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com

# Not skipping CQ checks because original CL landed > 1 day ago.

Bug: 920634
Bug: 1151438
Change-Id: Ibd1aea1a23c2cc04256724de5b8a8685f866de9e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2623468Reviewed-by: default avatarŁukasz Anforowicz <lukasza@chromium.org>
Reviewed-by: default avatarYutaka Hirano <yhirano@chromium.org>
Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org>
Cr-Commit-Position: refs/heads/master@{#842607}
parent 2229a562
...@@ -155,7 +155,11 @@ const base::Feature kDisableKeepaliveFetch{"DisableKeepaliveFetch", ...@@ -155,7 +155,11 @@ const base::Feature kDisableKeepaliveFetch{"DisableKeepaliveFetch",
// See also https://crbug.com/920634 // See also https://crbug.com/920634
const base::Feature kRequestInitiatorSiteLockEnfocement = { const base::Feature kRequestInitiatorSiteLockEnfocement = {
"RequestInitiatorSiteLockEnfocement", "RequestInitiatorSiteLockEnfocement",
#if defined(OS_ANDROID)
base::FEATURE_DISABLED_BY_DEFAULT};
#else
base::FEATURE_ENABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
#endif
// When the CertVerifierService is enabled, certificate verification will not be // When the CertVerifierService is enabled, certificate verification will not be
// performed in the network service, but will instead be brokered to a separate // performed in the network service, but will instead be brokered to a separate
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment