| 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"
|
|
|