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 6499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
6510 'chrome.*:37-', | 6510 'chrome.*:37-', |
6511 'chrome_os:37-', | 6511 'chrome_os:37-', |
6512 ], | 6512 ], |
6513 'features': { | 6513 'features': { |
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" |
Thiemo Nagel
2014/10/20 09:05:38
I'd suggest to add scheme and directory parts to m
Joao da Silva
2014/10/20 09:21:39
The URLs in this policy work as if they were enter
Thiemo Nagel
2014/10/20 09:57:07
Interesting. Rather than changing the example I'd
Joao da Silva
2014/10/20 14:22:14
Done.
| |
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 target "url". |
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 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. |
6533 | 6545 |
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
6835 'dynamic_refresh': True, | 6847 'dynamic_refresh': True, |
6836 'per_profile': False, | 6848 'per_profile': False, |
6837 }, | 6849 }, |
6838 'example_value': 'ssl3', | 6850 'example_value': 'ssl3', |
6839 'id': 279, | 6851 'id': 279, |
6840 'caption': '''Minimum SSL version enabled''', | 6852 '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. | 6853 '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 | 6854 |
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. | 6855 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 | 6856 |
6845 Note that, despite the number, "sslv3" is an earier version than "tls1".'' ', | 6857 Note that, despite the number, "sslv3" is an earlier version than "tls1".' '', |
6846 }, | 6858 }, |
6847 ], | 6859 ], |
6848 'messages': { | 6860 'messages': { |
6849 # Messages that are not associated to any policies. | 6861 # Messages that are not associated to any policies. |
6850 'win_supported_winxpsp2': { | 6862 'win_supported_winxpsp2': { |
6851 'desc': '''A label specifying the oldest possible compatible version of Wi ndows. This text will appear right next to a label containing the text 'Supporte d on:'.''', | 6863 'desc': '''A label specifying the oldest possible compatible version of Wi ndows. This text will appear right next to a label containing the text 'Supporte d on:'.''', |
6852 'text': '''Microsoft Windows XP SP2 or later''' | 6864 'text': '''Microsoft Windows XP SP2 or later''' |
6853 }, | 6865 }, |
6854 'mac_chrome_preferences': { | 6866 'mac_chrome_preferences': { |
6855 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chromium are being edited''', | 6867 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chromium are being edited''', |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
6961 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', | 6973 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', |
6962 'text': 'Default Settings (users can override)', | 6974 'text': 'Default Settings (users can override)', |
6963 }, | 6975 }, |
6964 'doc_complex_policies_on_windows': { | 6976 'doc_complex_policies_on_windows': { |
6965 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', | 6977 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', |
6966 '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>''' , | 6978 '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>''' , |
6967 }, | 6979 }, |
6968 }, | 6980 }, |
6969 'placeholders': [], | 6981 'placeholders': [], |
6970 } | 6982 } |
OLD | NEW |