Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7466)

Unified Diff: chrome/browser/resources/safe_browsing/download_file_types.asciipb

Issue 2866223002: Add htm and html to pingable download file types. (Closed)
Patch Set: add bug number and explanation Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/safe_browsing/README.md ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/safe_browsing/download_file_types.asciipb
diff --git a/chrome/browser/resources/safe_browsing/download_file_types.asciipb b/chrome/browser/resources/safe_browsing/download_file_types.asciipb
index 6641e0deac9396623af28db8aa7f1aca74968b8d..a61c08262c699eabd99cee312250dbcf93827ce9 100644
--- a/chrome/browser/resources/safe_browsing/download_file_types.asciipb
+++ b/chrome/browser/resources/safe_browsing/download_file_types.asciipb
@@ -8,7 +8,7 @@
##
## Top level settings
##
-version_id: 9
+version_id: 10
sampled_ping_probability: 0.01
default_file_type {
uma_value: 18
@@ -1808,6 +1808,28 @@ file_types {
auto_open_hint: DISALLOW_AUTO_OPEN
}
}
+file_types {
+ # HTML file. This extension is abused by UwS campaigns to evade referrer
+ # attribution via a two-level download scheme. crbug.com/719784
+ extension: "htm"
+ uma_value: 284
+ ping_setting: FULL_PING
+ platform_settings {
+ danger_level: NOT_DANGEROUS
+ auto_open_hint: ALLOW_AUTO_OPEN
+ }
+}
+file_types {
+ # HTML file. This extension is abused by UwS campaigns to evade referrer
+ # attribution via a two-level download scheme. crbug.com/719784
+ extension: "html"
+ uma_value: 285
+ ping_setting: FULL_PING
+ platform_settings {
+ danger_level: NOT_DANGEROUS
+ auto_open_hint: ALLOW_AUTO_OPEN
+ }
+}
file_types {
# Hypertext Template File. See https://support.microsoft.com/kb/181689.
extension: "htt"
« no previous file with comments | « chrome/browser/resources/safe_browsing/README.md ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698