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

Side by Side Diff: chrome/browser/resources/safe_browsing/download_file_types.asciipb

Issue 2508803010: Treat APKs as dangerous on Linux as well as on Android. (Closed)
Patch Set: Incremented the version_id. Created 4 years, 1 month 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 | « no previous file | no next file » | 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: 7 11 version_id: 8
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 2630 matching lines...) Expand 10 before | Expand all | Expand 10 after
2652 } 2652 }
2653 file_types { 2653 file_types {
2654 extension: "apk" 2654 extension: "apk"
2655 uma_value: 20 2655 uma_value: 20
2656 ping_setting: FULL_PING 2656 ping_setting: FULL_PING
2657 platform_settings { 2657 platform_settings {
2658 platform: PLATFORM_ANDROID 2658 platform: PLATFORM_ANDROID
2659 danger_level: ALLOW_ON_USER_GESTURE 2659 danger_level: ALLOW_ON_USER_GESTURE
2660 auto_open_hint: DISALLOW_AUTO_OPEN 2660 auto_open_hint: DISALLOW_AUTO_OPEN
2661 } 2661 }
2662 platform_settings {
2663 platform: PLATFORM_LINUX
2664 danger_level: ALLOW_ON_USER_GESTURE
2665 auto_open_hint: DISALLOW_AUTO_OPEN
2666 }
2662 } 2667 }
OLDNEW
« 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