From 6e47a285476740d2f39f355ceb9bbfc97945bf0c Mon Sep 17 00:00:00 2001 From: Arthur Edelstein Date: Fri, 16 Aug 2024 10:21:33 -0700 Subject: [PATCH] enable BraveWebcompatExceptionsService in Nightly (#1180) Resolves #1179 --- seed/seed.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/seed/seed.json b/seed/seed.json index 4c49e02e..b5c24156 100644 --- a/seed/seed.json +++ b/seed/seed.json @@ -3029,6 +3029,36 @@ ] }, "name": "WorkaroundNewWindowFlash" + }, + { + "experiments": [ + { + "feature_association": { + "enable_feature": [ + "BraveWebcompatExceptionsService" + ] + }, + "name": "Enabled", + "probability_weight": 100 + }, + { + "name": "Default", + "probability_weight": 0 + } + ], + "filter": { + "channel": [ + "NIGHTLY" + ], + "min_version": "128.1.70.66", + "platform": [ + "WINDOWS", + "MAC", + "LINUX", + "ANDROID" + ] + }, + "name": "BraveWebcompatExceptionsServiceStudy" } ], "version": "1"