From 07fc35b9dc76d2cc55af3c208c10ec7b0ecd226e Mon Sep 17 00:00:00 2001 From: Ivan Efremov Date: Fri, 9 Apr 2021 14:10:38 +0700 Subject: [PATCH] Disable BraveDomainBlock. --- seed/seed.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/seed/seed.json b/seed/seed.json index 4239372a..f0156861 100644 --- a/seed/seed.json +++ b/seed/seed.json @@ -1,6 +1,34 @@ { "version": "1", "studies": [ + { + "name": "BraveDomainBlockStudy", + "experiments": [ + { + "name": "Enabled", + "probability_weight": 0, + "feature_association": { + "enable_feature": ["BraveDomainBlock"] + } + }, + { + "name": "Disabled", + "probability_weight": 100, + "feature_association": { + "disable_feature": ["BraveDomainBlock"] + } + }, + { + "name": "Default", + "probability_weight": 0 + } + ], + "filter": { + "max_version": "89.1.23", + "channel": ["RELEASE"], + "platform": ["WINDOWS", "MAC", "LINUX", "ANDROID"] + } + }, { "name": "EphemeralStorageStudy", "experiments": [