| 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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 'per_profile': False, | 318 'per_profile': False, |
| 319 }, | 319 }, |
| 320 'example_value': True, | 320 'example_value': True, |
| 321 'id': 261, | 321 'id': 261, |
| 322 'caption': '''Enable WPAD optimization''', | 322 'caption': '''Enable WPAD optimization''', |
| 323 'desc': '''Enables WPAD optimization in <ph name="PRODUCT_NAME">$1<ex>Goog
le Chrome</ex></ph> and prevents users from changing this setting. | 323 'desc': '''Enables WPAD optimization in <ph name="PRODUCT_NAME">$1<ex>Goog
le Chrome</ex></ph> and prevents users from changing this setting. |
| 324 | 324 |
| 325 Setting this to enabled causes Chrome to wait for a shorter interval for D
NS-based WPAD servers. | 325 Setting this to enabled causes Chrome to wait for a shorter interval for D
NS-based WPAD servers. |
| 326 | 326 |
| 327 If this policy is left not set, this will be enabled and the user will not | 327 If this policy is left not set, this will be enabled and the user will not |
| 328 be able to change it..''', | 328 be able to change it.''', |
| 329 }, | 329 }, |
| 330 { | 330 { |
| 331 'name': 'DisableSpdy', | 331 'name': 'DisableSpdy', |
| 332 'type': 'main', | 332 'type': 'main', |
| 333 'schema': { 'type': 'boolean' }, | 333 'schema': { 'type': 'boolean' }, |
| 334 'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:30-'], | 334 'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:30-'], |
| 335 'features': { | 335 'features': { |
| 336 'dynamic_refresh': True, | 336 'dynamic_refresh': True, |
| 337 'per_profile': False, | 337 'per_profile': False, |
| 338 }, | 338 }, |
| (...skipping 6135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6474 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', | 6474 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', |
| 6475 'text': 'deprecated', | 6475 'text': 'deprecated', |
| 6476 }, | 6476 }, |
| 6477 'doc_recommended': { | 6477 'doc_recommended': { |
| 6478 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 6478 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
| 6479 'text': 'Default Settings (users can override)', | 6479 'text': 'Default Settings (users can override)', |
| 6480 }, | 6480 }, |
| 6481 }, | 6481 }, |
| 6482 'placeholders': [], | 6482 'placeholders': [], |
| 6483 } | 6483 } |
| OLD | NEW |