From e03af3aea8f719bae4706801ecd8374e1deb992b Mon Sep 17 00:00:00 2001 From: Ivan Efremov Date: Tue, 13 Apr 2021 12:53:05 +0700 Subject: [PATCH] Reenable domain blocking as this is managed in the code. (see https://github.com/brave/brave-browser/issues/15149) --- seed/seed.json | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/seed/seed.json b/seed/seed.json index 1d88110c..4239372a 100644 --- a/seed/seed.json +++ b/seed/seed.json @@ -1,34 +1,6 @@ { "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": "90.1.23.*", - "channel": ["RELEASE"], - "platform": ["WINDOWS", "MAC", "LINUX", "ANDROID"] - } - }, { "name": "EphemeralStorageStudy", "experiments": [