-
Notifications
You must be signed in to change notification settings - Fork 0
/
2ke.patch
34 lines (31 loc) · 1.37 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
32
33
34
--- 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 @@
"ForceEnableResetPasswordWebUI", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kInspectDownloadedRarFiles{
- "InspectDownloadedRarFiles", base::FEATURE_ENABLED_BY_DEFAULT};
+ "InspectDownloadedRarFiles", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kSuspiciousSiteTriggerQuotaFeature{
"SafeBrowsingSuspiciousSiteTriggerQuota", base::FEATURE_ENABLED_BY_DEFAULT};
@@ -65,14 +65,14 @@
bool probabilistically_enabled;
} kExperimentalFeatures[]{
{&kAdSamplerTriggerFeature, false},
- {&kBillingInterstitial, true},
- {&kCheckByURLLoaderThrottle, true},
- {&kForceEnableResetPasswordWebUI, true},
- {&kInspectDownloadedRarFiles, true},
- {&kSuspiciousSiteTriggerQuotaFeature, true},
+ {&kBillingInterstitial, false},
+ {&kCheckByURLLoaderThrottle, false},
+ {&kForceEnableResetPasswordWebUI, false},
+ {&kInspectDownloadedRarFiles, false},
+ {&kSuspiciousSiteTriggerQuotaFeature, false},
{&kThreatDomDetailsTagAndAttributeFeature, false},
{&kTriggerThrottlerDailyQuotaFeature, false},
- {&kUseLocalBlacklistsV2, true},
+ {&kUseLocalBlacklistsV2, false},
};
// Adds the name and the enabled/disabled status of a given feature.