Skip to content

Commit

Permalink
Enable COOP:RP origin trial
Browse files Browse the repository at this point in the history
Intent to experiment: https://groups.google.com/u/1/a/chromium.org/g/blink-dev/c/JBTWXSHE8M0?pli=1

The trial has started on the dashboard [1], but we forgot to enable
the feature that checks the trial token.

[1] https://developer.chrome.com/origintrials/#/view_trial/1827335548805578753

Bug: 1221127
Change-Id: Ib25ba0144d0cd324c3323ce3cd6c358749318656
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4640221
Reviewed-by: Colin Blundell <blundell@chromium.org>
Commit-Queue: Jonathan Hao <phao@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1161696}
  • Loading branch information
johnathan79717 authored and Chromium LUCI CQ committed Jun 23, 2023
1 parent 9a4945d commit 8aa45c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/network/public/cpp/features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ BASE_FEATURE(kCoopRestrictProperties,
// allows us to keep using CoopRestrictProperties to enable COOP: RP for WPTs.
BASE_FEATURE(kCoopRestrictPropertiesOriginTrial,
"CoopRestrictPropertiesOriginTrial",
base::FEATURE_DISABLED_BY_DEFAULT);
base::FEATURE_ENABLED_BY_DEFAULT);

// Enables or defaults splittup up server (not proxy) entries in the
// HttpAuthCache.
Expand Down

0 comments on commit 8aa45c1

Please sign in to comment.