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 6503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6514 'dynamic_refresh': True, | 6514 'dynamic_refresh': True, |
6515 'per_profile': True, | 6515 'per_profile': True, |
6516 }, | 6516 }, |
6517 'example_value': [ | 6517 'example_value': [ |
6518 { | 6518 { |
6519 "name": "Google", | 6519 "name": "Google", |
6520 "url": "google.com" | 6520 "url": "google.com" |
6521 }, { | 6521 }, { |
6522 "name": "Youtube", | 6522 "name": "Youtube", |
6523 "url": "youtube.com" | 6523 "url": "youtube.com" |
| 6524 }, { |
| 6525 "name": "Chrome links", |
| 6526 "children": [ |
| 6527 { |
| 6528 "name": "Chromium", |
| 6529 "url": "chromium.org" |
| 6530 }, |
| 6531 { |
| 6532 "name": "Chromium Developers", |
| 6533 "url": "dev.chromium.org" |
| 6534 } |
| 6535 ] |
6524 } | 6536 } |
6525 ], | 6537 ], |
6526 'id': 227, | 6538 'id': 227, |
6527 'caption': '''Managed Bookmarks''', | 6539 'caption': '''Managed Bookmarks''', |
6528 'desc': '''Configures a list of managed bookmarks. | 6540 'desc': '''Configures a list of managed bookmarks. |
6529 | 6541 |
6530 The policy is a list of bookmarks, and each bookmark is a dictionary conta
ining the bookmark "name" and target "url". | 6542 The policy is a list of bookmarks, and each bookmark is a dictionary conta
ining the bookmark "name" and the target "url". A bookmark can also be configure
d as a folder. In that case, define the folder "name" but don't define an "url";
instead, define the folder contents as another list of bookmarks under the "chi
ldren" key. Chrome will amend incomplete URLs as if they were submitted via the
Omnibox. For example, "google.com" becomes "http://google.com/". |
6531 | 6543 |
6532 A bookmark can also be configured as a folder. In that case, define the fo
lder "name" but don't define an "url"; instead, define the folder contents as an
other list of bookmarks under the "children" key. | 6544 These bookmarks are placed in a Managed bookmarks folder that can't be mod
ified by the user. Managed bookmarks are not synced to the user account and can'
t be modified by extensions.''', |
6533 | |
6534 These bookmarks are placed in a Managed bookmarks folder inside the Mobile
bookmarks. These bookmarks can't be modified by the user. | |
6535 | |
6536 When this policy is set then the Managed bookmarks are the default folder
opened when the bookmarks view is opened in <ph name="PRODUCT_NAME">$1<ex>Google
Chrome</ex></ph>. | |
6537 | |
6538 Managed bookmarks are not synced to the user account.''', | |
6539 }, | 6545 }, |
6540 { | 6546 { |
6541 'name': 'DataCompressionProxyEnabled', | 6547 'name': 'DataCompressionProxyEnabled', |
6542 'type': 'main', | 6548 'type': 'main', |
6543 'schema': { 'type': 'boolean' }, | 6549 'schema': { 'type': 'boolean' }, |
6544 'supported_on': ['android:31-'], | 6550 'supported_on': ['android:31-'], |
6545 'features': { | 6551 'features': { |
6546 'dynamic_refresh': True, | 6552 'dynamic_refresh': True, |
6547 'per_profile': True, | 6553 'per_profile': True, |
6548 }, | 6554 }, |
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6835 'dynamic_refresh': True, | 6841 'dynamic_refresh': True, |
6836 'per_profile': False, | 6842 'per_profile': False, |
6837 }, | 6843 }, |
6838 'example_value': 'ssl3', | 6844 'example_value': 'ssl3', |
6839 'id': 279, | 6845 'id': 279, |
6840 'caption': '''Minimum SSL version enabled''', | 6846 'caption': '''Minimum SSL version enabled''', |
6841 'desc': '''If this policy is not configured then <ph name="PRODUCT_NAME">$
1<ex>Google Chrome</ex></ph> will use a default minimum version, which is SSLv3
in Chrome 39 but may be TLS 1.0 in Chrome 40. | 6847 'desc': '''If this policy is not configured then <ph name="PRODUCT_NAME">$
1<ex>Google Chrome</ex></ph> will use a default minimum version, which is SSLv3
in Chrome 39 but may be TLS 1.0 in Chrome 40. |
6842 | 6848 |
6843 Otherwise it may be set to one of the following values: "sslv3", "tls1", "
tls1.1" or "tls1.2". When set, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex><
/ph> will not use SSL/TLS versions less than the specified version. An unrecogni
zed value will be ignored. | 6849 Otherwise it may be set to one of the following values: "sslv3", "tls1", "
tls1.1" or "tls1.2". When set, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex><
/ph> will not use SSL/TLS versions less than the specified version. An unrecogni
zed value will be ignored. |
6844 | 6850 |
6845 Note that, despite the number, "sslv3" is an earier version than "tls1".''
', | 6851 Note that, despite the number, "sslv3" is an earlier version than "tls1".'
'', |
6846 }, | 6852 }, |
6847 { | 6853 { |
6848 'name': 'SSLVersionFallbackMin', | 6854 'name': 'SSLVersionFallbackMin', |
6849 'type': 'string-enum', | 6855 'type': 'string-enum', |
6850 'schema': { | 6856 'schema': { |
6851 'type': 'string', | 6857 'type': 'string', |
6852 'enum': [ | 6858 'enum': [ |
6853 'ssl3', | 6859 'ssl3', |
6854 'tls1', | 6860 'tls1', |
6855 'tls1.1', | 6861 'tls1.1', |
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7018 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 7024 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
7019 'text': 'Default Settings (users can override)', | 7025 'text': 'Default Settings (users can override)', |
7020 }, | 7026 }, |
7021 'doc_complex_policies_on_windows': { | 7027 'doc_complex_policies_on_windows': { |
7022 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', | 7028 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
7023 '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>'''
, | 7029 '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>'''
, |
7024 }, | 7030 }, |
7025 }, | 7031 }, |
7026 'placeholders': [], | 7032 'placeholders': [], |
7027 } | 7033 } |
OLD | NEW |