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 977 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
988 | 988 |
989 See http://www.chromium.org/administrators/policy-list-3/user-data-directo
ry-variables for a list of variables that can be used. | 989 See http://www.chromium.org/administrators/policy-list-3/user-data-directo
ry-variables for a list of variables that can be used. |
990 | 990 |
991 If this policy is left not set the default download directory will be used
and the user will be able to change it.''', | 991 If this policy is left not set the default download directory will be used
and the user will be able to change it.''', |
992 'label': '''Set download directory''', | 992 'label': '''Set download directory''', |
993 }, | 993 }, |
994 { | 994 { |
995 'name': 'ClearSiteDataOnExit', | 995 'name': 'ClearSiteDataOnExit', |
996 'type': 'main', | 996 'type': 'main', |
997 'schema': { 'type': 'boolean' }, | 997 'schema': { 'type': 'boolean' }, |
998 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 998 'supported_on': ['chrome.*:11-29', 'chrome_os:0.11-0.29'], |
999 'features': { | 999 'features': { |
1000 'can_be_recommended': True, | 1000 'can_be_recommended': True, |
1001 'dynamic_refresh': True, | 1001 'dynamic_refresh': True, |
1002 'per_profile': True, | 1002 'per_profile': True, |
1003 }, | 1003 }, |
1004 'deprecated': True, | 1004 'deprecated': True, |
1005 'example_value': True, | 1005 'example_value': True, |
1006 'id': 65, | 1006 'id': 65, |
1007 'caption': '''Clear site data on browser shutdown (deprecated)''', | 1007 'caption': '''Clear site data on browser shutdown (deprecated)''', |
1008 'desc': '''This policy is an override for the "Clear cookies and other sit
e data when I close my browser" content settings option that <ph name="PRODUCT_N
AME">$1<ex>Google Chrome</ex></ph> supported prior to version 21. | 1008 'desc': '''This policy has been retired as of <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph> version 29.''', |
1009 | |
1010 This policy exists only for backward-compatibility and will go away in the
future. The recommended way to clear site data on exit on version 21 and later
is to configure the DefaultCookiesSetting policy to session-only. | |
1011 | |
1012 If this policy is enabled it will be translated to the appropriate policy
setting for the DefaultCookiesSetting policy, setting it to session-only if the
DefaultCookiesSetting policy is not configured or set to Allow. | |
1013 | |
1014 If this policy is disabled or left unconfigured the policy for storing sit
e data is determined by the DefaultCookiesSetting policy.''', | |
1015 'label': '''Clear site data on browser shutdown (deprecated)''', | 1009 'label': '''Clear site data on browser shutdown (deprecated)''', |
1016 }, | 1010 }, |
1017 { | 1011 { |
1018 'name': 'Proxy', | 1012 'name': 'Proxy', |
1019 'type': 'group', | 1013 'type': 'group', |
1020 'caption': '''Proxy server''', | 1014 'caption': '''Proxy server''', |
1021 'desc': '''Allows you to specify the proxy server used by <ph name="PRODUC
T_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing proxy set
tings. | 1015 'desc': '''Allows you to specify the proxy server used by <ph name="PRODUC
T_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing proxy set
tings. |
1022 | 1016 |
1023 If you choose to never use a proxy server and always connect directly, all
other options are ignored. | 1017 If you choose to never use a proxy server and always connect directly, all
other options are ignored. |
1024 | 1018 |
(...skipping 3787 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4812 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', | 4806 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', |
4813 'text': 'deprecated', | 4807 'text': 'deprecated', |
4814 }, | 4808 }, |
4815 'doc_recommended': { | 4809 'doc_recommended': { |
4816 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 4810 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
4817 'text': 'Default Settings (users can override)', | 4811 'text': 'Default Settings (users can override)', |
4818 }, | 4812 }, |
4819 }, | 4813 }, |
4820 'placeholders': [], | 4814 'placeholders': [], |
4821 } | 4815 } |
OLD | NEW |