-
Notifications
You must be signed in to change notification settings - Fork 0
/
2ke.patch
31 lines (29 loc) · 1.26 KB
/
2ke.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
--- a/components/safe_browsing/features.cc 2018-05-08
06:05:36.000000000 -0400
+++ b/components/safe_browsing/features.cc.new 2018-05-08
14:32:50.539706732 -0400
@@ -40,7 +40,7 @@
base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kEnterprisePasswordProtectionV1{
- "EnterprisePasswordProtectionV1", base::FEATURE_ENABLED_BY_DEFAULT};
+ "EnterprisePasswordProtectionV1", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kForceEnableResetPasswordWebUI{
"ForceEnableResetPasswordWebUI", base::FEATURE_DISABLED_BY_DEFAULT};
@@ -68,12 +68,12 @@
bool probabilistically_enabled;
} kExperimentalFeatures[]{
{&kAdSamplerTriggerFeature, false},
- {&kAdvancedProtectionStatusFeature, true},
+ {&kAdvancedProtectionStatusFeature, false},
{&kBillingInterstitial, false},
- {&kCheckByURLLoaderThrottle, true},
- {&kForceEnableResetPasswordWebUI, true},
- {&kInspectDownloadedRarFiles, true},
- {&kSuspiciousSiteTriggerQuotaFeature, true},
+ {&kCheckByURLLoaderThrottle, false},
+ {&kForceEnableResetPasswordWebUI, false},
+ {&kInspectDownloadedRarFiles, false},
+ {&kSuspiciousSiteTriggerQuotaFeature, false},
{&kThreatDomDetailsTagAndAttributeFeature, false},
{&kTriggerThrottlerDailyQuotaFeature, false},
};