Chromium Code Reviews| 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 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 379 If you disable this setting, search suggestions are never used. | 379 If you disable this setting, search suggestions are never used. |
| 380 | 380 |
| 381 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 381 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
| 382 | 382 |
| 383 If this policy is left not set, this will be enabled but the user will be able to change it.''', | 383 If this policy is left not set, this will be enabled but the user will be able to change it.''', |
| 384 }, | 384 }, |
| 385 { | 385 { |
| 386 'name': 'DnsPrefetchingEnabled', | 386 'name': 'DnsPrefetchingEnabled', |
| 387 'type': 'main', | 387 'type': 'main', |
| 388 'schema': { 'type': 'boolean' }, | 388 'schema': { 'type': 'boolean' }, |
| 389 'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:30-'], | 389 'supported_on': ['chrome.*:8-53', 'chrome_os:11-53', 'android:30-53'], |
| 390 'features': { | 390 'features': { |
| 391 'can_be_recommended': True, | 391 'can_be_recommended': True, |
| 392 'dynamic_refresh': True, | 392 'dynamic_refresh': True, |
| 393 'per_profile': True, | 393 'per_profile': True, |
| 394 }, | 394 }, |
| 395 'deprecated': True, | |
| 395 'example_value': True, | 396 'example_value': True, |
| 396 'id': 7, | 397 'id': 7, |
| 397 'caption': '''Enable network prediction''', | 398 'caption': '''Enable network prediction''', |
| 398 'tags': [], | 399 'tags': [], |
| 399 'desc': '''Enables network prediction in <ph name="PRODUCT_NAME">$1<ex>Goo gle Chrome</ex></ph> and prevents users from changing this setting. | 400 'desc': '''Enables network prediction in <ph name="PRODUCT_NAME">$1<ex>Goo gle Chrome</ex></ph> and prevents users from changing this setting. |
|
pastarmovj
2016/07/22 08:06:25
Please add to the description that this policy is
| |
| 400 | 401 |
| 401 This controls not only DNS prefetching but also TCP and SSL preconnection and prerendering of web pages. The policy name refers to DNS prefetching for his torical reasons. | 402 This controls not only DNS prefetching but also TCP and SSL preconnection and prerendering of web pages. The policy name refers to DNS prefetching for his torical reasons. |
| 402 | 403 |
| 403 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 404 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
| 404 | 405 |
| 405 If this policy is left not set, this will be enabled but the user will be able to change it.''', | 406 If this policy is left not set, this will be enabled but the user will be able to change it.''', |
| 406 }, | 407 }, |
| 407 { | 408 { |
| 408 'name': 'NetworkPredictionOptions', | 409 'name': 'NetworkPredictionOptions', |
| 409 'type': 'int-enum', | 410 'type': 'int-enum', |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 463 'desc': '''Allows to turn off WPAD (Web Proxy Auto-Discovery) optimization in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 464 'desc': '''Allows to turn off WPAD (Web Proxy Auto-Discovery) optimization in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
| 464 | 465 |
| 465 If this policy is set to false, WPAD optimization is disabled causing <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to wait longer for DNS-based W PAD servers. If the policy is not set or is enabled, WPAD optimization is enabl ed. | 466 If this policy is set to false, WPAD optimization is disabled causing <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to wait longer for DNS-based W PAD servers. If the policy is not set or is enabled, WPAD optimization is enabl ed. |
| 466 | 467 |
| 467 Independent of whether or how this policy is set, the WPAD optimization se tting cannot be changed by users.''', | 468 Independent of whether or how this policy is set, the WPAD optimization se tting cannot be changed by users.''', |
| 468 }, | 469 }, |
| 469 { | 470 { |
| 470 'name': 'DisableSpdy', | 471 'name': 'DisableSpdy', |
| 471 'type': 'main', | 472 'type': 'main', |
| 472 'schema': { 'type': 'boolean' }, | 473 'schema': { 'type': 'boolean' }, |
| 473 'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:30-'], | 474 'supported_on': ['chrome.*:8-53', 'chrome_os:11-53', 'android:30-53'], |
| 474 'features': { | 475 'features': { |
| 475 'dynamic_refresh': True, | 476 'dynamic_refresh': True, |
| 476 'per_profile': False, | 477 'per_profile': False, |
| 477 }, | 478 }, |
| 478 'deprecated': True, | 479 'deprecated': True, |
| 479 'example_value': True, | 480 'example_value': True, |
| 480 'id': 8, | 481 'id': 8, |
| 481 'caption': '''Disable SPDY protocol''', | 482 'caption': '''Disable SPDY protocol''', |
| 482 'tags': [], | 483 'tags': [], |
| 483 'desc': '''This policy is deprecated, because SPDY/3.1 support is removed. | 484 'desc': '''This policy is deprecated in M53 and removed in M54, because SP DY/3.1 support is removed. |
| 484 | 485 |
| 485 Disables use of the SPDY protocol in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 486 Disables use of the SPDY protocol in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
| 486 | 487 |
| 487 If this policy is enabled the SPDY protocol will not be available in <ph n ame="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 488 If this policy is enabled the SPDY protocol will not be available in <ph n ame="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
| 488 | 489 |
| 489 Setting this policy to disabled will allow the usage of SPDY. | 490 Setting this policy to disabled will allow the usage of SPDY. |
| 490 | 491 |
| 491 If this policy is left not set, SPDY will be available.''', | 492 If this policy is left not set, SPDY will be available.''', |
| 492 }, | 493 }, |
| 493 { | 494 { |
| (...skipping 8374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 8868 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', | 8869 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', |
| 8869 'text': 'Default Settings (users can override)', | 8870 'text': 'Default Settings (users can override)', |
| 8870 }, | 8871 }, |
| 8871 'doc_complex_policies_on_windows': { | 8872 'doc_complex_policies_on_windows': { |
| 8872 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', | 8873 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', |
| 8873 '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>' '', | 8874 '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>' '', |
| 8874 }, | 8875 }, |
| 8875 }, | 8876 }, |
| 8876 'placeholders': [], | 8877 'placeholders': [], |
| 8877 } | 8878 } |
| OLD | NEW |