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

Side by Side Diff: components/policy/resources/policy_templates.json

Issue 559033002: Updated the documentation of the SafeSearch policy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 6 years, 3 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 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 { 1 {
2 # policy_templates.json - Metafile for policy templates 2 # policy_templates.json - Metafile for policy templates
3 # 3 #
4 # The content of this file is evaluated as a Python expression. 4 # The content of this file is evaluated as a Python expression.
5 # 5 #
6 # This file is used as input to generate the following policy templates: 6 # This file is used as input to generate the following policy templates:
7 # ADM, ADMX+ADML, MCX/plist and html documentation. 7 # ADM, ADMX+ADML, MCX/plist and html documentation.
8 # 8 #
9 # Policy templates are user interface definitions or documents about the 9 # Policy templates are user interface definitions or documents about the
10 # policies that can be used to configure Chrome. Each policy is a name-value 10 # policies that can be used to configure Chrome. Each policy is a name-value
(...skipping 778 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 'schema': { 'type': 'boolean' }, 789 'schema': { 'type': 'boolean' },
790 'supported_on': ['chrome.*:25-', 'chrome_os:25-', 'android:30-'], 790 'supported_on': ['chrome.*:25-', 'chrome_os:25-', 'android:30-'],
791 'features': { 791 'features': {
792 'can_be_recommended': False, 792 'can_be_recommended': False,
793 'dynamic_refresh': True, 793 'dynamic_refresh': True,
794 'per_profile': True, 794 'per_profile': True,
795 }, 795 },
796 'example_value': False, 796 'example_value': False,
797 'id': 162, 797 'id': 162,
798 'caption': '''Force SafeSearch''', 798 'caption': '''Force SafeSearch''',
799 'desc': '''Forces queries in Google Web Search to be done with SafeSearch set to active and prevents users from changing this setting. 799 'desc': '''Forces queries in Google Web Search to be done with SafeSearch set to active and prevents users from changing this setting. This setting also f orces Safety Mode on YouTube.
800 800
801 If you enable this setting, SafeSearch in Google Search is always active. 801 If you enable this setting, SafeSearch in Google Search and YouTube is alw ays active.
802 802
803 If you disable this setting or do not set a value, SafeSearch in Google Se arch is not enforced.''', 803 If you disable this setting or do not set a value, SafeSearch in Google Se arch and YouTube is not enforced.''',
804 }, 804 },
805 { 805 {
806 'name': 'SafeBrowsingEnabled', 806 'name': 'SafeBrowsingEnabled',
807 'type': 'main', 807 'type': 'main',
808 'schema': { 'type': 'boolean' }, 808 'schema': { 'type': 'boolean' },
809 'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:30-'], 809 'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:30-'],
810 'features': { 810 'features': {
811 'can_be_recommended': True, 811 'can_be_recommended': True,
812 'dynamic_refresh': True, 812 'dynamic_refresh': True,
813 'per_profile': True, 813 'per_profile': True,
(...skipping 5992 matching lines...) Expand 10 before | Expand all | Expand 10 after
6806 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 6806 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
6807 'text': 'Default Settings (users can override)', 6807 'text': 'Default Settings (users can override)',
6808 }, 6808 },
6809 'doc_complex_policies_on_windows': { 6809 'doc_complex_policies_on_windows': {
6810 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 6810 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
6811 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">http://www.chromium.org/administrators/complex-policies-on-windows<ex >http://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>''' , 6811 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">http://www.chromium.org/administrators/complex-policies-on-windows<ex >http://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>''' ,
6812 }, 6812 },
6813 }, 6813 },
6814 'placeholders': [], 6814 'placeholders': [],
6815 } 6815 }
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