OLD | NEW |
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 8127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8138 'name': 'BrowserAddPersonEnabled', | 8138 'name': 'BrowserAddPersonEnabled', |
8139 'type': 'main', | 8139 'type': 'main', |
8140 'schema': { 'type': 'boolean' }, | 8140 'schema': { 'type': 'boolean' }, |
8141 'supported_on': ['chrome.*:39-'], | 8141 'supported_on': ['chrome.*:39-'], |
8142 'features': { | 8142 'features': { |
8143 'dynamic_refresh': True, | 8143 'dynamic_refresh': True, |
8144 'per_profile': False, | 8144 'per_profile': False, |
8145 }, | 8145 }, |
8146 'example_value': True, | 8146 'example_value': True, |
8147 'id': 276, | 8147 'id': 276, |
8148 'caption': '''Enable add person in profile manager''', | 8148 'caption': '''Enable add person in user manager''', |
8149 'tags': [], | 8149 'tags': [], |
8150 'desc': '''If this policy is set to true or not configured, <ph name="PROD
UCT_NAME">$1<ex>Google Chrome</ex></ph> will allow Add Person from the user mana
ger. | 8150 'desc': '''If this policy is set to true or not configured, <ph name="PROD
UCT_NAME">$1<ex>Google Chrome</ex></ph> will allow Add Person from the user mana
ger. |
8151 | 8151 |
8152 If this policy is set to false, <ph name="PRODUCT_NAME">$1<ex>Google Chrom
e</ex></ph> will not allow creation of new profiles from the profile manager.'''
, | 8152 If this policy is set to false, <ph name="PRODUCT_NAME">$1<ex>Google Chrom
e</ex></ph> will not allow creation of new profiles from the user manager.''', |
8153 }, | 8153 }, |
8154 { | 8154 { |
8155 'name': 'ForceBrowserSignin', | 8155 'name': 'ForceBrowserSignin', |
8156 'type': 'main', | 8156 'type': 'main', |
8157 'future': True, | 8157 'future': True, |
8158 'schema': { 'type': 'boolean' }, | 8158 'schema': { 'type': 'boolean' }, |
8159 'supported_on': ['chrome.*:55-', 'android:57-'], | 8159 'supported_on': ['chrome.*:55-', 'android:57-'], |
8160 'features': { | 8160 'features': { |
8161 'dynamic_refresh': False, | 8161 'dynamic_refresh': False, |
8162 'per_profile': False, | 8162 'per_profile': False, |
(...skipping 1583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9746 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 9746 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
9747 'text': 'Default Settings (users can override)', | 9747 'text': 'Default Settings (users can override)', |
9748 }, | 9748 }, |
9749 'doc_complex_policies_on_windows': { | 9749 'doc_complex_policies_on_windows': { |
9750 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', | 9750 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
9751 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL
ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e
x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>'
'', | 9751 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL
ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e
x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>'
'', |
9752 }, | 9752 }, |
9753 }, | 9753 }, |
9754 'placeholders': [], | 9754 'placeholders': [], |
9755 } | 9755 } |
OLD | NEW |