| 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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 | 273 |
| 274 URLs using a scheme from this list will not load and can not be navigated
to. | 274 URLs using a scheme from this list will not load and can not be navigated
to. |
| 275 | 275 |
| 276 If this policy is left not set or the list is empty all schemes will be ac
cessible in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', | 276 If this policy is left not set or the list is empty all schemes will be ac
cessible in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', |
| 277 'label': '''List of disabled protocol schemes''', | 277 'label': '''List of disabled protocol schemes''', |
| 278 }, | 278 }, |
| 279 { | 279 { |
| 280 'name': 'JavascriptEnabled', | 280 'name': 'JavascriptEnabled', |
| 281 'type': 'main', | 281 'type': 'main', |
| 282 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 282 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
| 283 'features': {'dynamic_refresh': 0}, | 283 'features': {'dynamic_refresh': 1}, |
| 284 'deprecated': True, | 284 'deprecated': True, |
| 285 'example_value': True, | 285 'example_value': True, |
| 286 'id': 9, | 286 'id': 9, |
| 287 'caption': '''Enable JavaScript''', | 287 'caption': '''Enable JavaScript''', |
| 288 'desc': '''This policy is deprecated, please use DefaultJavaScriptSetting
instead. | 288 'desc': '''This policy is deprecated, please use DefaultJavaScriptSetting
instead. |
| 289 | 289 |
| 290 Enables JavaScript in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph
> and prevents users from changing this setting. | 290 Enables JavaScript in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph
> and prevents users from changing this setting. |
| 291 | 291 |
| 292 If this setting is enabled or not configured, web pages can use JavaScript
. | 292 If this setting is enabled or not configured, web pages can use JavaScript
. |
| 293 | 293 |
| (...skipping 1857 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2151 'desc': '''The name of the feature that indicates for a given policy that
changes to it are respected by Chrome without a browser restart''', | 2151 'desc': '''The name of the feature that indicates for a given policy that
changes to it are respected by Chrome without a browser restart''', |
| 2152 'text': '''Dynamic Policy Refresh''' | 2152 'text': '''Dynamic Policy Refresh''' |
| 2153 }, | 2153 }, |
| 2154 'doc_deprecated': { | 2154 'doc_deprecated': { |
| 2155 'desc': '''Text appended in parentheses to the policy name to indicate t h
at it has been deprecated''', | 2155 'desc': '''Text appended in parentheses to the policy name to indicate t h
at it has been deprecated''', |
| 2156 'text': 'deprecated', | 2156 'text': 'deprecated', |
| 2157 } | 2157 } |
| 2158 }, | 2158 }, |
| 2159 'placeholders': [], | 2159 'placeholders': [], |
| 2160 } | 2160 } |
| OLD | NEW |