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