| 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 2814 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2825 'required': ['protocol', 'url'] | 2825 'required': ['protocol', 'url'] |
| 2826 } | 2826 } |
| 2827 }, | 2827 }, |
| 2828 'supported_on': ['chrome.*:37-', 'chrome_os:37-'], | 2828 'supported_on': ['chrome.*:37-', 'chrome_os:37-'], |
| 2829 'features': { | 2829 'features': { |
| 2830 'dynamic_refresh': False, | 2830 'dynamic_refresh': False, |
| 2831 'per_profile': True, | 2831 'per_profile': True, |
| 2832 'can_be_recommended': True, | 2832 'can_be_recommended': True, |
| 2833 'can_be_mandatory' : False, | 2833 'can_be_mandatory' : False, |
| 2834 }, | 2834 }, |
| 2835 'example_value': [{'protocol': 'mailto', 'url': 'https://mail.google.c
om/mail/?extsrc=mailto&url=%s', 'default': 'true'}], | 2835 'example_value': [{'protocol': 'mailto', 'url': 'https://mail.google.c
om/mail/?extsrc=mailto&url=%s', 'default': True}], |
| 2836 'id': 268, | 2836 'id': 268, |
| 2837 'caption': '''Register protocol handlers''', | 2837 'caption': '''Register protocol handlers''', |
| 2838 'desc': '''Allows you to register a list of protocol handlers. This ca
n only be a recommended policy. The property |protocol| should be set to the sch
eme such as 'mailto' and the property |url| should be set to the URL pattern of
the application that handles the scheme. The pattern can include a '%s', which i
f present will be replaced by the handled URL. | 2838 'desc': '''Allows you to register a list of protocol handlers. This ca
n only be a recommended policy. The property |protocol| should be set to the sch
eme such as 'mailto' and the property |url| should be set to the URL pattern of
the application that handles the scheme. The pattern can include a '%s', which i
f present will be replaced by the handled URL. |
| 2839 | 2839 |
| 2840 The protocol handlers registered by policy are merged with the ones re
gistered by the user and both are available for use. The user can override the p
rotocol handlers installed by policy by installing a new default handler, but ca
nnot remove a protocol handler registered by policy.''', | 2840 The protocol handlers registered by policy are merged with the ones re
gistered by the user and both are available for use. The user can override the p
rotocol handlers installed by policy by installing a new default handler, but ca
nnot remove a protocol handler registered by policy.''', |
| 2841 }, | 2841 }, |
| 2842 { | 2842 { |
| 2843 'name': 'PopupsBlockedForUrls', | 2843 'name': 'PopupsBlockedForUrls', |
| 2844 'type': 'list', | 2844 'type': 'list', |
| 2845 'schema': { | 2845 'schema': { |
| (...skipping 4062 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6908 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 6908 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
| 6909 'text': 'Default Settings (users can override)', | 6909 'text': 'Default Settings (users can override)', |
| 6910 }, | 6910 }, |
| 6911 'doc_complex_policies_on_windows': { | 6911 'doc_complex_policies_on_windows': { |
| 6912 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', | 6912 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
| 6913 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL
ICIES_URL">http://www.chromium.org/administrators/complex-policies-on-windows<ex
>http://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>'''
, | 6913 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL
ICIES_URL">http://www.chromium.org/administrators/complex-policies-on-windows<ex
>http://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>'''
, |
| 6914 }, | 6914 }, |
| 6915 }, | 6915 }, |
| 6916 'placeholders': [], | 6916 'placeholders': [], |
| 6917 } | 6917 } |
| OLD | NEW |