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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 # templates and documentation. The policy definition list that Chrome sees | 116 # templates and documentation. The policy definition list that Chrome sees |
117 # will include policies marked with 'future'. If a WIP policy isn't meant to | 117 # will include policies marked with 'future'. If a WIP policy isn't meant to |
118 # be seen by the policy providers either, the 'supported_on' key should be set | 118 # be seen by the policy providers either, the 'supported_on' key should be set |
119 # to an empty list. | 119 # to an empty list. |
120 # | 120 # |
121 # IDs: | 121 # IDs: |
122 # Since a Protocol Buffer definition is generated from this file, unique and | 122 # Since a Protocol Buffer definition is generated from this file, unique and |
123 # persistent IDs for all fields (but not for groups!) are needed. These are | 123 # persistent IDs for all fields (but not for groups!) are needed. These are |
124 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, | 124 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
125 # because doing so would break the deployed wire format! | 125 # because doing so would break the deployed wire format! |
126 # For your editing convenience: highest ID currently used: 284 | 126 # For your editing convenience: highest ID currently used: 285 |
127 # | 127 # |
128 # Placeholders: | 128 # Placeholders: |
129 # The following placeholder strings are automatically substituted: | 129 # The following placeholder strings are automatically substituted: |
130 # $1 -> Google Chrome / Chromium | 130 # $1 -> Google Chrome / Chromium |
131 # $2 -> Google Chrome OS / Chromium OS | 131 # $2 -> Google Chrome OS / Chromium OS |
132 # $3 -> Google Chrome Frame / Chromium Frame | 132 # $3 -> Google Chrome Frame / Chromium Frame |
133 # $6 is reserved for doc_writer | 133 # $6 is reserved for doc_writer |
134 # | 134 # |
135 # Device Policy: | 135 # Device Policy: |
136 # An additional flag device_only (optional, defaults to False) indicates | 136 # An additional flag device_only (optional, defaults to False) indicates |
(...skipping 1101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1238 'per_profile': True, | 1238 'per_profile': True, |
1239 }, | 1239 }, |
1240 'deprecated': True, | 1240 'deprecated': True, |
1241 'example_value': True, | 1241 'example_value': True, |
1242 'id': 65, | 1242 'id': 65, |
1243 'caption': '''Clear site data on browser shutdown (deprecated)''', | 1243 'caption': '''Clear site data on browser shutdown (deprecated)''', |
1244 'desc': '''This policy has been retired as of <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph> version 29.''', | 1244 'desc': '''This policy has been retired as of <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph> version 29.''', |
1245 'label': '''Clear site data on browser shutdown (deprecated)''', | 1245 'label': '''Clear site data on browser shutdown (deprecated)''', |
1246 }, | 1246 }, |
1247 { | 1247 { |
| 1248 'name': 'CaptivePortalAuthenticationIgnoresProxy', |
| 1249 'type': 'int-enum', |
| 1250 'schema': { |
| 1251 'type': 'integer', |
| 1252 'enum': [ 0, 1, 2 ], |
| 1253 }, |
| 1254 'items': [ |
| 1255 { |
| 1256 'name': 'False', |
| 1257 'value': 0, |
| 1258 'caption': '''Captive portal authentication will use current proxy set
tings.''', |
| 1259 }, |
| 1260 { |
| 1261 'name': 'True', |
| 1262 'value': 1, |
| 1263 'caption': '''Captive portal authentication window will ignore proxy s
ettings.''', |
| 1264 }, |
| 1265 { |
| 1266 'name': 'UserDefined', |
| 1267 'value': 2, |
| 1268 'caption': '''Users will be able to configure this parameter.''', |
| 1269 }, |
| 1270 ], |
| 1271 'supported_on': ['chrome_os:41-'], |
| 1272 'features': { |
| 1273 'can_be_recommended': False, |
| 1274 'dynamic_refresh': True, |
| 1275 'per_profile': True, |
| 1276 }, |
| 1277 'example_value': 0, |
| 1278 'id': 285, |
| 1279 'caption': '''Captive portal authentication ignores proxy''', |
| 1280 'desc': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will bypa
ss any proxy for Captive Portal authentication. |
| 1281 |
| 1282 This policy only takes effect if proxy is configured (either through polic
y, or by the user in chrome://settings). |
| 1283 |
| 1284 If you enable this setting, any captive portal authentication pages will b
e displayed in a separate window ignoring all proxy settings. |
| 1285 |
| 1286 If you disable this setting or leave it unset, any captive portal authenti
cation pages will be shown in a (regular) new browser tab. |
| 1287 |
| 1288 If you set this policy to 'UserDefined', users would be able to configure
this parameter.''', |
| 1289 }, |
| 1290 { |
1248 'name': 'Proxy', | 1291 'name': 'Proxy', |
1249 'type': 'group', | 1292 'type': 'group', |
1250 'caption': '''Proxy server''', | 1293 'caption': '''Proxy server''', |
1251 '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. | 1294 '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. |
1252 | 1295 |
1253 If you choose to never use a proxy server and always connect directly, all
other options are ignored. | 1296 If you choose to never use a proxy server and always connect directly, all
other options are ignored. |
1254 | 1297 |
1255 If you choose to auto detect the proxy server, all other options are ignor
ed. | 1298 If you choose to auto detect the proxy server, all other options are ignor
ed. |
1256 | 1299 |
1257 For detailed examples, visit: | 1300 For detailed examples, visit: |
(...skipping 5903 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7161 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 7204 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
7162 'text': 'Default Settings (users can override)', | 7205 'text': 'Default Settings (users can override)', |
7163 }, | 7206 }, |
7164 'doc_complex_policies_on_windows': { | 7207 'doc_complex_policies_on_windows': { |
7165 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', | 7208 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
7166 '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>'''
, | 7209 '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>'''
, |
7167 }, | 7210 }, |
7168 }, | 7211 }, |
7169 'placeholders': [], | 7212 'placeholders': [], |
7170 } | 7213 } |
OLD | NEW |