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

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

Issue 2881093003: Treat .scf files as dangerous. (Closed)
Patch Set: Fix comment, per vakh 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 | « no previous file | no next file » | 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 a61c08262c699eabd99cee312250dbcf93827ce9..f98530a99be23698451da0ff001ee26c30879132 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: 10
+version_id: 11
sampled_ping_probability: 0.01
default_file_type {
uma_value: 18
@@ -2058,13 +2058,16 @@ file_types {
file_types {
# Microsoft Windows Explorer Command.
# See https://support.microsoft.com/kb/190355 for an example
+ #
+ # http://crbug.com/722524: Can trigger dangerous network requests just
+ # by being displayed in Windows Explorer.
extension: "scf"
uma_value: 49
ping_setting: FULL_PING
platform_settings {
platform: PLATFORM_WINDOWS
- danger_level: ALLOW_ON_USER_GESTURE
- auto_open_hint: ALLOW_AUTO_OPEN
+ danger_level: DANGEROUS
+ auto_open_hint: DISALLOW_AUTO_OPEN
}
}
file_types {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698