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

Unified Diff: chrome/app/policy/policy_templates.json

Issue 10694037: Add a policy to disable proceeding through the Safe Browsing interstitials. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 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
Index: chrome/app/policy/policy_templates.json
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
index fd9e75e450e0df62b37363249cb2661bdc16e562..60325349e1910c37c3ed2dfc877ac9986bcab747 100644
--- a/chrome/app/policy/policy_templates.json
+++ b/chrome/app/policy/policy_templates.json
@@ -112,7 +112,7 @@
# persistent IDs for all fields (but not for groups!) are needed. These are
# specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
# because doing so would break the deployed wire format!
-# For your editing convenience: highest ID currently used: 149
+# For your editing convenience: highest ID currently used: 150
Mattias Nissler (ping if slow) 2012/07/02 09:51:56 I think we're past that already. Just saw 151 fly
Joao da Silva 2012/07/02 10:08:40 Just rebased, this is still good. Notice that the
#
# Placeholders:
# The following placeholder strings are automatically substituted:
@@ -2728,9 +2728,7 @@
'name': 'RestrictSigninToPattern',
'type': 'string',
'supported_on': ['chrome.*:21-'],
- 'features': {
- 'dynamic_refresh': True,
- },
+ 'features': {'dynamic_refresh': True},
'example_value': '*@domain.com',
'id': 147,
'caption': '''Restrict which users are allowed to sign in to <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
@@ -2740,6 +2738,20 @@
If this policy is left not set or blank, then any user can sign in to <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
},
+ {
+ 'name': 'DisableSafeBrowsingProceedAnyway',
+ 'type': 'main',
+ 'supported_on': ['chrome.*:22-', 'chrome_os:0.22-'],
+ 'features': {'dynamic_refresh': True},
+ 'example_value': True,
+ 'id': 150,
+ 'caption': '''Disable proceeding from the Safe Browsing warning page''',
+ 'desc': '''Disable proceeding from the Safe Browsing warning page.
+
+ The Safe Browsing service shows a warning page when users navigate to sites that are flagged as potentially mallicious. Enabling this setting prevents users from proceeding anyway from the warning page to the flagged site.
Mattias Nissler (ping if slow) 2012/07/02 09:51:56 malicious
Joao da Silva 2012/07/02 10:08:40 Done.
+
+ If this setting is disabled or not configured then users can choose to proceed to the flagged site after being shown the warning.''',
+ },
],
'messages': {
# Messages that are not associated to any policies.

Powered by Google App Engine
This is Rietveld 408576698