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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # See README.md before editing this file. 5 # See README.md before editing this file.
6 # Keep sorted by extension within logical groupings where possible. 6 # Keep sorted by extension within logical groupings where possible.
7 7
8 ## 8 ##
9 ## Top level settings 9 ## Top level settings
10 ## 10 ##
11 version_id: 9 11 version_id: 10
12 sampled_ping_probability: 0.01 12 sampled_ping_probability: 0.01
13 default_file_type { 13 default_file_type {
14 uma_value: 18 14 uma_value: 18
15 ping_setting: SAMPLED_PING 15 ping_setting: SAMPLED_PING
16 platform_settings { 16 platform_settings {
17 danger_level: NOT_DANGEROUS 17 danger_level: NOT_DANGEROUS
18 auto_open_hint: ALLOW_AUTO_OPEN 18 auto_open_hint: ALLOW_AUTO_OPEN
19 } 19 }
20 } 20 }
21 21
(...skipping 1780 matching lines...) Expand 10 before | Expand all | Expand 10 after
1802 extension: "hta" 1802 extension: "hta"
1803 uma_value: 36 1803 uma_value: 36
1804 ping_setting: FULL_PING 1804 ping_setting: FULL_PING
1805 platform_settings { 1805 platform_settings {
1806 platform: PLATFORM_WINDOWS 1806 platform: PLATFORM_WINDOWS
1807 danger_level: ALLOW_ON_USER_GESTURE 1807 danger_level: ALLOW_ON_USER_GESTURE
1808 auto_open_hint: DISALLOW_AUTO_OPEN 1808 auto_open_hint: DISALLOW_AUTO_OPEN
1809 } 1809 }
1810 } 1810 }
1811 file_types { 1811 file_types {
1812 # HTML file. This extension is abused by UwS campaigns to evade referrer
1813 # attribution via a two-level download scheme. crbug.com/719784
1814 extension: "htm"
1815 uma_value: 284
1816 ping_setting: FULL_PING
1817 platform_settings {
1818 danger_level: NOT_DANGEROUS
1819 auto_open_hint: ALLOW_AUTO_OPEN
1820 }
1821 }
1822 file_types {
1823 # HTML file. This extension is abused by UwS campaigns to evade referrer
1824 # attribution via a two-level download scheme. crbug.com/719784
1825 extension: "html"
1826 uma_value: 285
1827 ping_setting: FULL_PING
1828 platform_settings {
1829 danger_level: NOT_DANGEROUS
1830 auto_open_hint: ALLOW_AUTO_OPEN
1831 }
1832 }
1833 file_types {
1812 # Hypertext Template File. See https://support.microsoft.com/kb/181689. 1834 # Hypertext Template File. See https://support.microsoft.com/kb/181689.
1813 extension: "htt" 1835 extension: "htt"
1814 uma_value: 79 1836 uma_value: 79
1815 ping_setting: FULL_PING 1837 ping_setting: FULL_PING
1816 platform_settings { 1838 platform_settings {
1817 platform: PLATFORM_WINDOWS 1839 platform: PLATFORM_WINDOWS
1818 danger_level: ALLOW_ON_USER_GESTURE 1840 danger_level: ALLOW_ON_USER_GESTURE
1819 auto_open_hint: DISALLOW_AUTO_OPEN 1841 auto_open_hint: DISALLOW_AUTO_OPEN
1820 } 1842 }
1821 } 1843 }
(...skipping 846 matching lines...) Expand 10 before | Expand all | Expand 10 after
2668 platform: PLATFORM_CHROME_OS 2690 platform: PLATFORM_CHROME_OS
2669 danger_level: ALLOW_ON_USER_GESTURE 2691 danger_level: ALLOW_ON_USER_GESTURE
2670 auto_open_hint: DISALLOW_AUTO_OPEN 2692 auto_open_hint: DISALLOW_AUTO_OPEN
2671 } 2693 }
2672 platform_settings { 2694 platform_settings {
2673 platform: PLATFORM_LINUX 2695 platform: PLATFORM_LINUX
2674 danger_level: ALLOW_ON_USER_GESTURE 2696 danger_level: ALLOW_ON_USER_GESTURE
2675 auto_open_hint: DISALLOW_AUTO_OPEN 2697 auto_open_hint: DISALLOW_AUTO_OPEN
2676 } 2698 }
2677 } 2699 }
OLDNEW
« 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