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

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

Issue 10694107: Revert 145523 - Add a policy to disable proceeding through the Safe Browsing interstitials. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | chrome/browser/policy/configuration_policy_handler_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/policy/policy_templates.json
===================================================================
--- chrome/app/policy/policy_templates.json (revision 145621)
+++ chrome/app/policy/policy_templates.json (working copy)
@@ -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: 150
+# For your editing convenience: highest ID currently used: 149
#
# Placeholders:
# The following placeholder strings are automatically substituted:
@@ -2728,7 +2728,9 @@
'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>.''',
@@ -2738,20 +2740,6 @@
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 malicious site.
-
- 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.
« no previous file with comments | « no previous file | chrome/browser/policy/configuration_policy_handler_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698