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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 'features': {'dynamic_refresh': 0}, | 199 'features': {'dynamic_refresh': 0}, |
200 'example_value': True, | 200 'example_value': True, |
201 'caption': '''Enable JavaScript''', | 201 'caption': '''Enable JavaScript''', |
202 'desc': '''Enables JavaScript in <ph name="PRODUCT_NAME">$1<ex>Google Chro
me</ex></ph> and prevents users from changing this setting. | 202 'desc': '''Enables JavaScript in <ph name="PRODUCT_NAME">$1<ex>Google Chro
me</ex></ph> and prevents users from changing this setting. |
203 | 203 |
204 If this setting is enabled or not configured, web pages can use JavaScript
. | 204 If this setting is enabled or not configured, web pages can use JavaScript
. |
205 | 205 |
206 If this setting is disabled, web pages cannot use JavaScript.''', | 206 If this setting is disabled, web pages cannot use JavaScript.''', |
207 }, | 207 }, |
208 { | 208 { |
| 209 'name': 'IncognitoEnabled', |
| 210 'type': 'main', |
| 211 'supported_on': ['chrome.*:11-'], |
| 212 'features': {'dynamic_refresh': 1}, |
| 213 'example_value': False, |
| 214 'caption': '''Enable Incognito mode''', |
| 215 'desc': '''Enables Incognito mode in <ph name="PRODUCT_NAME">$1<ex>Google
Chrome</ex></ph>. |
| 216 |
| 217 If this setting is enabled or not configured, users can open web pages in
incognito mode. |
| 218 |
| 219 If this setting is disabled, users cannot open web pages in incognito mode
.''', |
| 220 }, |
| 221 { |
209 'name': 'SavingBrowserHistoryDisabled', | 222 'name': 'SavingBrowserHistoryDisabled', |
210 'type': 'main', | 223 'type': 'main', |
211 'supported_on': ['chrome.*:8-'], | 224 'supported_on': ['chrome.*:8-'], |
212 'features': {'dynamic_refresh': 1}, | 225 'features': {'dynamic_refresh': 1}, |
213 'example_value': True, | 226 'example_value': True, |
214 'caption': '''Disable saving browser history''', | 227 'caption': '''Disable saving browser history''', |
215 'desc': '''Disables saving browser history in <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph> and prevents users from changing this setting. | 228 'desc': '''Disables saving browser history in <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph> and prevents users from changing this setting. |
216 | 229 |
217 If this setting is enabled, browsing history is not saved. | 230 If this setting is enabled, browsing history is not saved. |
218 | 231 |
(...skipping 937 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1156 { | 1169 { |
1157 'key': '$4', | 1170 'key': '$4', |
1158 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting-
started' | 1171 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting-
started' |
1159 }, | 1172 }, |
1160 { | 1173 { |
1161 'key': '$5', | 1174 'key': '$5', |
1162 'value': 'http://www.chromium.org/administrators/policy-templates' | 1175 'value': 'http://www.chromium.org/administrators/policy-templates' |
1163 }, | 1176 }, |
1164 ] | 1177 ] |
1165 } | 1178 } |
OLD | NEW |