-
Notifications
You must be signed in to change notification settings - Fork 0
/
2ke.patch
23 lines (23 loc) · 931 Bytes
/
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
--- 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
@@ -65,12 +65,12 @@
bool probabilistically_enabled;
} kExperimentalFeatures[]{
{&kAdSamplerTriggerFeature, false},
- {&kAdvancedProtectionStatusFeature, true},
- {&kBillingInterstitial, true},
- {&kCheckByURLLoaderThrottle, true},
- {&kForceEnableResetPasswordWebUI, true},
- {&kInspectDownloadedRarFiles, true},
- {&kSuspiciousSiteTriggerQuotaFeature, true},
+ {&kAdvancedProtectionStatusFeature, false},
+ {&kBillingInterstitial, false},
+ {&kCheckByURLLoaderThrottle, false},
+ {&kForceEnableResetPasswordWebUI, false},
+ {&kInspectDownloadedRarFiles, false},
+ {&kSuspiciousSiteTriggerQuotaFeature, false},
{&kThreatDomDetailsTagAndAttributeFeature, false},
{&kTriggerThrottlerDailyQuotaFeature, false},
};