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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2582 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', | 2582 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', |
2583 'text': 'deprecated', | 2583 'text': 'deprecated', |
2584 }, | 2584 }, |
2585 'doc_recommended': { | 2585 'doc_recommended': { |
2586 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 2586 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
2587 'text': 'Recommended', | 2587 'text': 'Recommended', |
2588 }, | 2588 }, |
2589 }, | 2589 }, |
2590 'placeholders': [], | 2590 'placeholders': [], |
2591 } | 2591 } |
OLD | NEW |