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 1392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1403 'name': 'BlockNotifications', | 1403 'name': 'BlockNotifications', |
1404 'value': 2, | 1404 'value': 2, |
1405 'caption': '''Do not allow any site to show desktop notifications' '' | 1405 'caption': '''Do not allow any site to show desktop notifications' '' |
1406 }, | 1406 }, |
1407 { | 1407 { |
1408 'name': 'AskNotifications', | 1408 'name': 'AskNotifications', |
1409 'value': 3, | 1409 'value': 3, |
1410 'caption': '''Ask every time a site wants to show desktop notifica tions''' | 1410 'caption': '''Ask every time a site wants to show desktop notifica tions''' |
1411 }, | 1411 }, |
1412 ], | 1412 ], |
1413 'supported_on': ['chrome.*:10-'], | 1413 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], |
markusheintz_
2011/11/22 08:51:58
Are you sure that is works for old versions as wel
Joao da Silva
2011/11/22 09:10:20
It was working before. This problem was a regressi
| |
1414 'features': {'dynamic_refresh': 1}, | 1414 'features': {'dynamic_refresh': 1}, |
1415 'example_value': 2, | 1415 'example_value': 2, |
1416 'id': 53, | 1416 'id': 53, |
1417 'caption': '''Default notification setting''', | 1417 'caption': '''Default notification setting''', |
1418 'desc': '''Allows you to set whether websites are allowed to display d esktop notifications. Displaying desktop notifications can be allowed by default , denied by default or the user can be asked every time a website wants to show desktop notifications. | 1418 'desc': '''Allows you to set whether websites are allowed to display d esktop notifications. Displaying desktop notifications can be allowed by default , denied by default or the user can be asked every time a website wants to show desktop notifications. |
1419 | 1419 |
1420 If this policy is left not set, 'AskNotifications' will be used and th e user will be able to change it.''', | 1420 If this policy is left not set, 'AskNotifications' will be used and th e user will be able to change it.''', |
1421 }, | 1421 }, |
1422 { | 1422 { |
1423 'name': 'DefaultGeolocationSetting', | 1423 'name': 'DefaultGeolocationSetting', |
(...skipping 788 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2212 'desc': '''The name of the feature that indicates for a given policy that changes to it are respected by Chrome without a browser restart''', | 2212 'desc': '''The name of the feature that indicates for a given policy that changes to it are respected by Chrome without a browser restart''', |
2213 'text': '''Dynamic Policy Refresh''' | 2213 'text': '''Dynamic Policy Refresh''' |
2214 }, | 2214 }, |
2215 'doc_deprecated': { | 2215 'doc_deprecated': { |
2216 'desc': '''Text appended in parentheses to the policy name to indicate t h at it has been deprecated''', | 2216 'desc': '''Text appended in parentheses to the policy name to indicate t h at it has been deprecated''', |
2217 'text': 'deprecated', | 2217 'text': 'deprecated', |
2218 } | 2218 } |
2219 }, | 2219 }, |
2220 'placeholders': [], | 2220 'placeholders': [], |
2221 } | 2221 } |
OLD | NEW |