| 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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 'type': 'main', | 323 'type': 'main', |
| 324 'schema': { 'type': 'boolean' }, | 324 'schema': { 'type': 'boolean' }, |
| 325 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 325 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
| 326 'features': {'dynamic_refresh': True}, | 326 'features': {'dynamic_refresh': True}, |
| 327 'deprecated': True, | 327 'deprecated': True, |
| 328 'example_value': True, | 328 'example_value': True, |
| 329 'id': 9, | 329 'id': 9, |
| 330 'caption': '''Enable JavaScript''', | 330 'caption': '''Enable JavaScript''', |
| 331 'desc': '''This policy is deprecated, please use DefaultJavaScriptSetting
instead. | 331 'desc': '''This policy is deprecated, please use DefaultJavaScriptSetting
instead. |
| 332 | 332 |
| 333 Enables JavaScript in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph
> and prevents users from changing this setting. | 333 Can be used to disabled JavaScript in <ph name="PRODUCT_NAME">$1<ex>Google
Chrome</ex></ph>. |
| 334 | 334 |
| 335 If this setting is enabled or not configured, web pages can use JavaScript
. | 335 If this setting is disabled, web pages cannot use JavaScript and the user
cannot change that setting. |
| 336 | 336 |
| 337 If this setting is disabled, web pages cannot use JavaScript. | 337 If this setting is enabled or not set, web pages can use JavaScript but th
e user can change that setting.''', |
| 338 | |
| 339 If this policy is left not set the default value will be used which is ena
bled and the user will be able to change it. | |
| 340 | |
| 341 If this policy is left not set, this will be enabled but the user will be
able to change it.''', | |
| 342 }, | 338 }, |
| 343 { | 339 { |
| 344 'name': 'IncognitoEnabled', | 340 'name': 'IncognitoEnabled', |
| 345 'type': 'main', | 341 'type': 'main', |
| 346 'schema': { 'type': 'boolean' }, | 342 'schema': { 'type': 'boolean' }, |
| 347 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 343 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
| 348 'features': {'dynamic_refresh': True}, | 344 'features': {'dynamic_refresh': True}, |
| 349 'deprecated': True, | 345 'deprecated': True, |
| 350 'example_value': False, | 346 'example_value': False, |
| 351 'id': 10, | 347 'id': 10, |
| (...skipping 3011 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3363 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', | 3359 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', |
| 3364 'text': 'deprecated', | 3360 'text': 'deprecated', |
| 3365 }, | 3361 }, |
| 3366 'doc_recommended': { | 3362 'doc_recommended': { |
| 3367 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 3363 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
| 3368 'text': 'Recommended', | 3364 'text': 'Recommended', |
| 3369 }, | 3365 }, |
| 3370 }, | 3366 }, |
| 3371 'placeholders': [], | 3367 'placeholders': [], |
| 3372 } | 3368 } |
| OLD | NEW |