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: 294 | 126 # For your editing convenience: highest ID currently used: 295 |
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 1203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1340 'per_profile': True, | 1340 'per_profile': True, |
1341 }, | 1341 }, |
1342 'deprecated': True, | 1342 'deprecated': True, |
1343 'example_value': True, | 1343 'example_value': True, |
1344 'id': 65, | 1344 'id': 65, |
1345 'caption': '''Clear site data on browser shutdown (deprecated)''', | 1345 'caption': '''Clear site data on browser shutdown (deprecated)''', |
1346 'desc': '''This policy has been retired as of <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph> version 29.''', | 1346 'desc': '''This policy has been retired as of <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph> version 29.''', |
1347 'label': '''Clear site data on browser shutdown (deprecated)''', | 1347 'label': '''Clear site data on browser shutdown (deprecated)''', |
1348 }, | 1348 }, |
1349 { | 1349 { |
| 1350 'name': 'CaptivePortalAuthenticationIgnoresProxy', |
| 1351 'type': 'main', |
| 1352 'schema': { 'type': 'boolean' }, |
| 1353 'supported_on': ['chrome_os:41-'], |
| 1354 'features': { |
| 1355 'can_be_recommended': False, |
| 1356 'dynamic_refresh': True, |
| 1357 'per_profile': True, |
| 1358 }, |
| 1359 'example_value': True, |
| 1360 'default_for_enterprise_users': False, |
| 1361 'id': 295, |
| 1362 'caption': '''Captive portal authentication ignores proxy''', |
| 1363 'desc': '''This policy allows <ph name="PRODUCT_OS_NAME">$2<ex>Google Chro
me OS</ex></ph> to bypass any proxy for captive portal authentication. |
| 1364 |
| 1365 This policy only takes effect if a proxy is configured (for example throug
h policy, by the user in chrome://settings, or by extensions). |
| 1366 |
| 1367 If you enable this setting, any captive portal authentication pages (i.e.
all web pages starting from captive portal signin page until <ph name="PRODUCT_N
AME">$1<ex>Google Chrome</ex></ph> detects succesful internet connection) will b
e displayed in a separate window ignoring all policy settings and restrictions f
or the current user. |
| 1368 |
| 1369 If you disable this setting or leave it unset, any captive portal authenti
cation pages will be shown in a (regular) new browser tab, using the current use
r's proxy settings.''', |
| 1370 }, |
| 1371 { |
1350 'name': 'Proxy', | 1372 'name': 'Proxy', |
1351 'type': 'group', | 1373 'type': 'group', |
1352 'caption': '''Proxy server''', | 1374 'caption': '''Proxy server''', |
1353 '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. | 1375 '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. |
1354 | 1376 |
1355 If you choose to never use a proxy server and always connect directly, all
other options are ignored. | 1377 If you choose to never use a proxy server and always connect directly, all
other options are ignored. |
1356 | 1378 |
1357 If you choose to auto detect the proxy server, all other options are ignor
ed. | 1379 If you choose to auto detect the proxy server, all other options are ignor
ed. |
1358 | 1380 |
1359 For detailed examples, visit: | 1381 For detailed examples, visit: |
(...skipping 6002 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7362 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 7384 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
7363 'text': 'Default Settings (users can override)', | 7385 'text': 'Default Settings (users can override)', |
7364 }, | 7386 }, |
7365 'doc_complex_policies_on_windows': { | 7387 'doc_complex_policies_on_windows': { |
7366 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', | 7388 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
7367 '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>'''
, | 7389 '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>'''
, |
7368 }, | 7390 }, |
7369 }, | 7391 }, |
7370 'placeholders': [], | 7392 'placeholders': [], |
7371 } | 7393 } |
OLD | NEW |