| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e251c96ba784ce2131833fde357db728a0b33603
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/safe_browsing/download_file_types.asciipb
|
| @@ -0,0 +1,39 @@
|
| +# Copyright 2016 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +# Placeholder for list of file extensions that the download manager
|
| +# knows about.
|
| +# TODO(nparker): Populate this with full list..
|
| +version_id: 1
|
| +light_ping_probability: 0.0
|
| +file_types {
|
| + extension: "exe"
|
| + uma_value: 777
|
| + platform_settings {
|
| + danger_level: ALLOW_ON_USER_GESTURE
|
| + auto_open_hint: DISALLOW_AUTO_OPEN
|
| + ping_setting: FULL_PING
|
| + }
|
| +}
|
| +file_types {
|
| + extension: "zip"
|
| + uma_value: 888
|
| + is_archive: true
|
| + platform_settings {
|
| + danger_level: NOT_DANGEROUS
|
| + auto_open_hint: ALLOW_AUTO_OPEN
|
| + ping_setting: SAMPLED_PING
|
| + }
|
| +}
|
| +# file_types {...}
|
| +# file_types {...}
|
| +# file_types {...}
|
| +default_file_type {
|
| + uma_value: 19
|
| + platform_settings {
|
| + danger_level: ALLOW_ON_USER_GESTURE
|
| + auto_open_hint: DISALLOW_AUTO_OPEN
|
| + ping_setting: SAMPLED_PING
|
| + }
|
| +}
|
|
|