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 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
468 }, | 468 }, |
469 { | 469 { |
470 'name': 'DisableSpdy', | 470 'name': 'DisableSpdy', |
471 'type': 'main', | 471 'type': 'main', |
472 'schema': { 'type': 'boolean' }, | 472 'schema': { 'type': 'boolean' }, |
473 'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:30-'], | 473 'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:30-'], |
474 'features': { | 474 'features': { |
475 'dynamic_refresh': True, | 475 'dynamic_refresh': True, |
476 'per_profile': False, | 476 'per_profile': False, |
477 }, | 477 }, |
| 478 'deprecated': True, |
478 'example_value': True, | 479 'example_value': True, |
479 'id': 8, | 480 'id': 8, |
480 'caption': '''Disable SPDY protocol''', | 481 'caption': '''Disable SPDY protocol''', |
481 'tags': [], | 482 'tags': [], |
482 'desc': '''Disables use of the SPDY protocol in <ph name="PRODUCT_NAME">$1
<ex>Google Chrome</ex></ph>. | 483 'desc': '''This policy is deprecated, because SPDY/3.1 support is removed. |
| 484 |
| 485 Disables use of the SPDY protocol in <ph name="PRODUCT_NAME">$1<ex>Google
Chrome</ex></ph>. |
483 | 486 |
484 If this policy is enabled the SPDY protocol will not be available in <ph n
ame="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 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>. |
485 | 488 |
486 Setting this policy to disabled will allow the usage of SPDY. | 489 Setting this policy to disabled will allow the usage of SPDY. |
487 | 490 |
488 If this policy is left not set, SPDY will be available.''', | 491 If this policy is left not set, SPDY will be available.''', |
489 }, | 492 }, |
490 { | 493 { |
491 'name': 'DisabledSchemes', | 494 'name': 'DisabledSchemes', |
492 'type': 'list', | 495 'type': 'list', |
(...skipping 8372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8865 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 8868 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
8866 'text': 'Default Settings (users can override)', | 8869 'text': 'Default Settings (users can override)', |
8867 }, | 8870 }, |
8868 'doc_complex_policies_on_windows': { | 8871 'doc_complex_policies_on_windows': { |
8869 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', | 8872 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
8870 '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>'
'', | 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>'
'', |
8871 }, | 8874 }, |
8872 }, | 8875 }, |
8873 'placeholders': [], | 8876 'placeholders': [], |
8874 } | 8877 } |
OLD | NEW |