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 2199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2210 If this setting is disabled, the enterprise web store app (if it exists) w
ill be labeled with its URL.''', | 2210 If this setting is disabled, the enterprise web store app (if it exists) w
ill be labeled with its URL.''', |
2211 }, | 2211 }, |
2212 { | 2212 { |
2213 'name': 'EnableOriginBoundCerts', | 2213 'name': 'EnableOriginBoundCerts', |
2214 'type': 'main', | 2214 'type': 'main', |
2215 'supported_on': ['chrome.*:17-'], | 2215 'supported_on': ['chrome.*:17-'], |
2216 'features': {'dynamic_refresh': True}, | 2216 'features': {'dynamic_refresh': True}, |
2217 'future': True, | 2217 'future': True, |
2218 'example_value': True, | 2218 'example_value': True, |
2219 'id': 114, | 2219 'id': 114, |
2220 'caption': '''Enable TLS origin-bound certificates extension''', | 2220 'caption': '''Enable TLS domain-bound certificates extension''', |
2221 'desc': '''Specifies whether the TLS origin-bound certificates extension s
hould be enabled. | 2221 'desc': '''Specifies whether the TLS domain-bound certificates extension s
hould be enabled. |
2222 | 2222 |
2223 This setting is used to enable the TLS origin-bound certificates extension
for testing. This experimental setting will be removed in the future.''', | 2223 This setting is used to enable the TLS domain-bound certificates extension
for testing. This experimental setting will be removed in the future.''', |
2224 }, | 2224 }, |
2225 { | 2225 { |
2226 'name': 'EnableMemoryInfo', | 2226 'name': 'EnableMemoryInfo', |
2227 'type': 'main', | 2227 'type': 'main', |
2228 'supported_on': ['chrome.*:17-', 'chrome_os:0.18-'], | 2228 'supported_on': ['chrome.*:17-', 'chrome_os:0.18-'], |
2229 'features': {'dynamic_refresh': True}, | 2229 'features': {'dynamic_refresh': True}, |
2230 'future': True, | 2230 'future': True, |
2231 'example_value': False, | 2231 'example_value': False, |
2232 'id': 115, | 2232 'id': 115, |
2233 'caption': '''Enable reporting memory info (JS heap size) to page''', | 2233 'caption': '''Enable reporting memory info (JS heap size) to page''', |
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2611 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', | 2611 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', |
2612 'text': 'deprecated', | 2612 'text': 'deprecated', |
2613 }, | 2613 }, |
2614 'doc_recommended': { | 2614 'doc_recommended': { |
2615 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 2615 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
2616 'text': 'Recommended', | 2616 'text': 'Recommended', |
2617 }, | 2617 }, |
2618 }, | 2618 }, |
2619 'placeholders': [], | 2619 'placeholders': [], |
2620 } | 2620 } |
OLD | NEW |