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 8833 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8844 'tags': [], | 8844 'tags': [], |
8845 'desc': '''If the policy is set, the UDP port range used by WebRTC is rest
ricted to the specified port interval (endpoints included). | 8845 'desc': '''If the policy is set, the UDP port range used by WebRTC is rest
ricted to the specified port interval (endpoints included). |
8846 | 8846 |
8847 If the policy is not set, or if it is set to the empty string or an invali
d port range, WebRTC is allowed to use any available local UDP port.''', | 8847 If the policy is not set, or if it is set to the empty string or an invali
d port range, WebRTC is allowed to use any available local UDP port.''', |
8848 }, | 8848 }, |
8849 { | 8849 { |
8850 'name': 'WebRestrictionsAuthority', | 8850 'name': 'WebRestrictionsAuthority', |
8851 'id': 341, | 8851 'id': 341, |
8852 'type': 'string', | 8852 'type': 'string', |
8853 'schema' : { 'type': 'string' }, | 8853 'schema' : { 'type': 'string' }, |
8854 'tags': ['filtering'], | 8854 'tags': ['filtering', 'admin-sharing'], |
8855 'supported_on': ['webview_android:54-'], | 8855 'supported_on': ['webview_android:54-'], |
| 8856 'future': True, |
8856 'caption': '''Set an external source of URL restrictions''', | 8857 'caption': '''Set an external source of URL restrictions''', |
8857 'desc' : '''When this policy is set to a non-empty string the WebView will
read URL restrictions from the content provider with the given authority name.'
'', | 8858 'desc' : '''When this policy is set to a non-empty string the WebView will
read URL restrictions from the content provider with the given authority name.'
'', |
8858 'features': { | 8859 'features': { |
8859 'dynamic_refresh': True, | 8860 'dynamic_refresh': True, |
8860 'per_profile': False, | 8861 'per_profile': False, |
8861 }, | 8862 }, |
8862 'example_value': 'com.android.chrome.SupervisedUserProvider' | 8863 'example_value': 'com.android.chrome.SupervisedUserProvider' |
8863 }, | 8864 }, |
8864 { | 8865 { |
8865 'name': 'ComponentUpdatesEnabled', | 8866 'name': 'ComponentUpdatesEnabled', |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9001 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 9002 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
9002 'text': 'Default Settings (users can override)', | 9003 'text': 'Default Settings (users can override)', |
9003 }, | 9004 }, |
9004 'doc_complex_policies_on_windows': { | 9005 'doc_complex_policies_on_windows': { |
9005 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', | 9006 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
9006 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL
ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e
x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>'
'', | 9007 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL
ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e
x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>'
'', |
9007 }, | 9008 }, |
9008 }, | 9009 }, |
9009 'placeholders': [], | 9010 'placeholders': [], |
9010 } | 9011 } |
OLD | NEW |