Commit 97b390b0 authored by Lukasz Anforowicz's avatar Lukasz Anforowicz Committed by Commit Bot

Enable CorbAllowlistAlsoAppliesToOorCors by default.

PSA where we announced that we are enabling this feature in M83 Canary
and Dev releases:
https://groups.google.com/a/chromium.org/forum/#!topic/chromium-extensions/aCd_OgX_aSw/discussion

Design doc:
https://docs.google.com/document/d/15QPPRwnWl5YboQ6foTM65IfFW0KHRPqHHk-IoGN04-Y

Bug: 920638, 1055980
Change-Id: I237e65a24decd204c5f26a5654f229e6a85bfcf2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2102641
Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org>
Reviewed-by: default avatarYutaka Hirano <yhirano@chromium.org>
Reviewed-by: default avatarCharlie Reis <creis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#750731}
parent 4ff36e72
......@@ -187,7 +187,7 @@ const base::FeatureParam<std::string> kEmergencyLegacyCookieAccessParam{
// [1]
// https://www.chromium.org/Home/chromium-security/extension-content-script-fetches
const base::Feature kCorbAllowlistAlsoAppliesToOorCors = {
"CorbAllowlistAlsoAppliesToOorCors", base::FEATURE_DISABLED_BY_DEFAULT};
"CorbAllowlistAlsoAppliesToOorCors", base::FEATURE_ENABLED_BY_DEFAULT};
const char kCorbAllowlistAlsoAppliesToOorCorsParamName[] =
"AllowlistForCorbAndCors";
......
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