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

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

Issue 11186002: Add a SafeSearch preference, policy and implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changes suggested by comments. Created 8 years, 2 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 cd188dc1c115d235638983dfe230904d625a00ef..b9372996742daec5f928cb8616d4894ed8f9b93d 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: 161
+# For your editing convenience: highest ID currently used: 162
#
# Placeholders:
# The following placeholder strings are automatically substituted:
@@ -553,6 +553,24 @@
If this policy is left not set, this will be enabled but the user will be able to change it.''',
},
{
+ 'name': 'ForceSafeSearch',
+ 'type': 'main',
+ 'schema': { 'type': 'boolean' },
+ 'supported_on': ['chrome.*:24-', 'chrome_os:0.24-'],
+ 'features': {
+ 'dynamic_refresh': True,
+ 'can_be_recommended': False,
+ },
+ 'example_value': False,
+ 'id': 162,
+ 'caption': '''Force SafeSearch''',
+ 'desc': '''Forces queries in Google Web Search to be done with SafeSearch set to active and prevents users from changing this setting.
+
+ If you enable this setting, SafeSearch in Google Search is always active.
+
+ If you disable this setting, SafeSearch in Google Search is not enforced.''',
+ },
+ {
'name': 'SafeBrowsingEnabled',
'type': 'main',
'schema': { 'type': 'boolean' },

Powered by Google App Engine
This is Rietveld 408576698