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 1000 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1011 }, | 1011 }, |
1012 'example_value': True, | 1012 'example_value': True, |
1013 'id': 12, | 1013 'id': 12, |
1014 'caption': '''Enable printing''', | 1014 'caption': '''Enable printing''', |
1015 'tags': [], | 1015 'tags': [], |
1016 'desc': '''Enables printing in <ph name="PRODUCT_NAME">$1<ex>Google Chrome </ex></ph> and prevents users from changing this setting. | 1016 'desc': '''Enables printing in <ph name="PRODUCT_NAME">$1<ex>Google Chrome </ex></ph> and prevents users from changing this setting. |
1017 | 1017 |
1018 If this setting is enabled or not configured, users can print. | 1018 If this setting is enabled or not configured, users can print. |
1019 | 1019 |
1020 If this setting is disabled, users cannot print from <ph name="PRODUCT_NAM E">$1<ex>Google Chrome</ex></ph>. Printing is disabled in the wrench menu, exten sions, JavaScript applications, etc. It is still possible to print from plugins that bypass <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> while printing . For example, certain Flash applications have the print option in their context menu, which is not covered by this policy.''', | 1020 If this setting is disabled, users cannot print from <ph name="PRODUCT_NAM E">$1<ex>Google Chrome</ex></ph>. Printing is disabled in the wrench menu, exten sions, JavaScript applications, etc. It is still possible to print from plugins that bypass <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> while printing . For example, certain Flash applications have the print option in their context menu, which is not covered by this policy.''', |
1021 'arc_support': 'This policy has no effect on Android apps.', | |
1021 }, | 1022 }, |
1022 { | 1023 { |
1023 'name': 'CloudPrintProxyEnabled', | 1024 'name': 'CloudPrintProxyEnabled', |
1024 'type': 'main', | 1025 'type': 'main', |
1025 'schema': { 'type': 'boolean' }, | 1026 'schema': { 'type': 'boolean' }, |
1026 'supported_on': ['chrome.*:17-'], | 1027 'supported_on': ['chrome.*:17-'], |
1027 'features': { | 1028 'features': { |
1028 'dynamic_refresh': True, | 1029 'dynamic_refresh': True, |
1029 'per_profile': True, | 1030 'per_profile': True, |
1030 }, | 1031 }, |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1093 }, | 1094 }, |
1094 'example_value': False, | 1095 'example_value': False, |
1095 'id': 283, | 1096 'id': 283, |
1096 'caption': '''Force YouTube Safety Mode''', | 1097 'caption': '''Force YouTube Safety Mode''', |
1097 'tags': ['filtering'], | 1098 'tags': ['filtering'], |
1098 'desc': '''Forces YouTube Safety Mode to active and prevents users from ch anging this setting. | 1099 'desc': '''Forces YouTube Safety Mode to active and prevents users from ch anging this setting. |
1099 | 1100 |
1100 If you enable this setting, Safety Mode on YouTube is always active. | 1101 If you enable this setting, Safety Mode on YouTube is always active. |
1101 | 1102 |
1102 If you disable this setting or do not set a value, Safety Mode on YouTube is not enforced.''', | 1103 If you disable this setting or do not set a value, Safety Mode on YouTube is not enforced.''', |
1104 'arc_support': 'This policy has no effect on the Android YouTube app. If y ou want to enforce Safety Mode on YouTube, you should disallow installation of t he Android YouTube app.', | |
1103 }, | 1105 }, |
1104 { | 1106 { |
1105 'name': 'SafeBrowsingEnabled', | 1107 'name': 'SafeBrowsingEnabled', |
1106 'type': 'main', | 1108 'type': 'main', |
1107 'schema': { 'type': 'boolean' }, | 1109 'schema': { 'type': 'boolean' }, |
1108 'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:30-'], | 1110 'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:30-'], |
1109 'features': { | 1111 'features': { |
1110 'can_be_recommended': True, | 1112 'can_be_recommended': True, |
1111 'dynamic_refresh': True, | 1113 'dynamic_refresh': True, |
1112 'per_profile': True, | 1114 'per_profile': True, |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1181 name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> memorize passwords | 1183 name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> memorize passwords |
1182 and provide them automatically the next time they log in to a site. | 1184 and provide them automatically the next time they log in to a site. |
1183 | 1185 |
1184 If this settings is disabled, users cannot save new passwords but they | 1186 If this settings is disabled, users cannot save new passwords but they |
1185 may still use passwords that have been saved previously. | 1187 may still use passwords that have been saved previously. |
1186 | 1188 |
1187 If this policy is enabled or disabled, users cannot change or override | 1189 If this policy is enabled or disabled, users cannot change or override |
1188 it in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. If this | 1190 it in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. If this |
1189 policy is unset, password saving is allowed (but can be turned off by | 1191 policy is unset, password saving is allowed (but can be turned off by |
1190 the user).''', | 1192 the user).''', |
1193 'arc_support': 'This policy has no effect on Android apps.', | |
1191 }, | 1194 }, |
1192 { | 1195 { |
1193 'name': 'PasswordManagerAllowShowPasswords', | 1196 'name': 'PasswordManagerAllowShowPasswords', |
1194 'type': 'main', | 1197 'type': 'main', |
1195 'schema': { 'type': 'boolean' }, | 1198 'schema': { 'type': 'boolean' }, |
1196 'supported_on': ['chrome.*:8-50', 'chrome_os:11-50'], | 1199 'supported_on': ['chrome.*:8-50', 'chrome_os:11-50'], |
1197 'features': { | 1200 'features': { |
1198 'dynamic_refresh': True, | 1201 'dynamic_refresh': True, |
1199 'per_profile': True, | 1202 'per_profile': True, |
1200 }, | 1203 }, |
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1349 'per_profile': True, | 1352 'per_profile': True, |
1350 }, | 1353 }, |
1351 'example_value': True, | 1354 'example_value': True, |
1352 'id': 20, | 1355 'id': 20, |
1353 'caption': '''Disable synchronization of data with Google''', | 1356 'caption': '''Disable synchronization of data with Google''', |
1354 'tags': ['filtering', 'google-sharing'], | 1357 'tags': ['filtering', 'google-sharing'], |
1355 'desc': '''Disables data synchronization in <ph name="PRODUCT_NAME">$1<ex> Google Chrome</ex></ph> using Google-hosted synchronization services and prevent s users from changing this setting. | 1358 'desc': '''Disables data synchronization in <ph name="PRODUCT_NAME">$1<ex> Google Chrome</ex></ph> using Google-hosted synchronization services and prevent s users from changing this setting. |
1356 | 1359 |
1357 If you enable this setting, users cannot change or override this setting i n <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 1360 If you enable this setting, users cannot change or override this setting i n <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
1358 | 1361 |
1359 If this policy is left not set Google Sync will be available for the user to choose whether to use it or not.''', | 1362 If this policy is left not set Google Sync will be available for the user to choose whether to use it or not. |
1363 | |
1364 To fully disable Google Sync, it is recommended that you disable the Googl e Sync service in the Google Admin console.''', | |
1365 'arc_support': 'Disabling Google Sync will cause Android Backup and Restor e to not function properly.', | |
1360 }, | 1366 }, |
1361 { | 1367 { |
1362 'name': 'SigninAllowed', | 1368 'name': 'SigninAllowed', |
1363 'type': 'main', | 1369 'type': 'main', |
1364 'schema': { 'type': 'boolean' }, | 1370 'schema': { 'type': 'boolean' }, |
1365 'supported_on': ['chrome.*:27-', 'android:38-'], | 1371 'supported_on': ['chrome.*:27-', 'android:38-'], |
1366 'features': { | 1372 'features': { |
1367 'dynamic_refresh': True, | 1373 'dynamic_refresh': True, |
1368 'per_profile': True, | 1374 'per_profile': True, |
1369 }, | 1375 }, |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1505 'caption': '''Set download directory''', | 1511 'caption': '''Set download directory''', |
1506 'tags': ['local-data-access'], | 1512 'tags': ['local-data-access'], |
1507 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Goo gle Chrome</ex></ph> will use for downloading files. | 1513 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Goo gle Chrome</ex></ph> will use for downloading files. |
1508 | 1514 |
1509 If you set this policy, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ ph> will use the provided directory regardless whether the user has specified on e or enabled the flag to be prompted for download location every time. | 1515 If you set this policy, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ ph> will use the provided directory regardless whether the user has specified on e or enabled the flag to be prompted for download location every time. |
1510 | 1516 |
1511 See https://www.chromium.org/administrators/policy-list-3/user-data-direct ory-variables for a list of variables that can be used. | 1517 See https://www.chromium.org/administrators/policy-list-3/user-data-direct ory-variables for a list of variables that can be used. |
1512 | 1518 |
1513 If this policy is left not set the default download directory will be used and the user will be able to change it.''', | 1519 If this policy is left not set the default download directory will be used and the user will be able to change it.''', |
1514 'label': '''Set download directory''', | 1520 'label': '''Set download directory''', |
1521 'arc_support': 'This policy has no effect on Android apps. Android apps al ways use the default downloads directory and cannot access any files downloaded by <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> into a non-defaul t downloads directory.', | |
1515 }, | 1522 }, |
1516 { | 1523 { |
1517 'name': 'ClearSiteDataOnExit', | 1524 'name': 'ClearSiteDataOnExit', |
1518 'type': 'main', | 1525 'type': 'main', |
1519 'schema': { 'type': 'boolean' }, | 1526 'schema': { 'type': 'boolean' }, |
1520 'supported_on': ['chrome.*:11-28', 'chrome_os:11-28'], | 1527 'supported_on': ['chrome.*:11-28', 'chrome_os:11-28'], |
1521 'features': { | 1528 'features': { |
1522 'can_be_recommended': True, | 1529 'can_be_recommended': True, |
1523 'dynamic_refresh': True, | 1530 'dynamic_refresh': True, |
1524 'per_profile': True, | 1531 'per_profile': True, |
(...skipping 26 matching lines...) Expand all Loading... | |
1551 This policy only takes effect if a proxy is configured (for example throug h policy, by the user in chrome://settings, or by extensions). | 1558 This policy only takes effect if a proxy is configured (for example throug h policy, by the user in chrome://settings, or by extensions). |
1552 | 1559 |
1553 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. | 1560 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. |
1554 | 1561 |
1555 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.''', | 1562 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.''', |
1556 }, | 1563 }, |
1557 { | 1564 { |
1558 'name': 'Proxy', | 1565 'name': 'Proxy', |
1559 'type': 'group', | 1566 'type': 'group', |
1560 'caption': '''Proxy server''', | 1567 'caption': '''Proxy server''', |
1561 '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. ARC-apps will be able to use this proxy server too. | 1568 '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. |
1562 | 1569 |
1563 If you choose to never use a proxy server and always connect directly, all other options are ignored. | 1570 If you choose to never use a proxy server and always connect directly, all other options are ignored. |
1564 | 1571 |
1565 If you choose to auto detect the proxy server, all other options are ignor ed. | 1572 If you choose to auto detect the proxy server, all other options are ignor ed. |
1566 | 1573 |
1567 For detailed examples, visit: | 1574 For detailed examples, visit: |
1568 <ph name="PROXY_HELP_URL">https://www.chromium.org/developers/design-docum ents/network-settings#TOC-Command-line-options-for-proxy-sett<ex>https://www.chr omium.org/developers/design-documents/network-settings#TOC-Command-line-options- for-proxy-sett</ex></ph>. | 1575 <ph name="PROXY_HELP_URL">https://www.chromium.org/developers/design-docum ents/network-settings#TOC-Command-line-options-for-proxy-sett<ex>https://www.chr omium.org/developers/design-documents/network-settings#TOC-Command-line-options- for-proxy-sett</ex></ph>. |
1569 | 1576 |
1570 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> and ARC-apps ignore all proxy-related options specified from the command line. | 1577 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> and ARC-apps ignore all proxy-related options specified from the command line. |
1571 | 1578 |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1618 'ios:34-47', | 1625 'ios:34-47', |
1619 ], | 1626 ], |
1620 'features': { | 1627 'features': { |
1621 'dynamic_refresh': True, | 1628 'dynamic_refresh': True, |
1622 'per_profile': True, | 1629 'per_profile': True, |
1623 }, | 1630 }, |
1624 'example_value': 'direct', | 1631 'example_value': 'direct', |
1625 'id': 21, | 1632 'id': 21, |
1626 'caption': '''Choose how to specify proxy server settings''', | 1633 'caption': '''Choose how to specify proxy server settings''', |
1627 'tags': [], | 1634 'tags': [], |
1628 'desc': '''Allows you to specify the proxy server used by <ph name="PR ODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing proxy settings. ARC-apps will be able to use this proxy server too. | 1635 'desc': '''Allows you to specify the proxy server used by <ph name="PR ODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing proxy settings. |
1629 | 1636 |
1630 If you choose to never use a proxy server and always connect directly, all other options are ignored. | 1637 If you choose to never use a proxy server and always connect directly, all other options are ignored. |
1631 | 1638 |
1632 If you choose to use system proxy settings, all other options are igno red. | 1639 If you choose to use system proxy settings, all other options are igno red. |
1633 | 1640 |
1634 If you choose to auto detect the proxy server, all other options are i gnored. | 1641 If you choose to auto detect the proxy server, all other options are i gnored. |
1635 | 1642 |
1636 If you choose fixed server proxy mode, you can specify further options in 'Address or URL of proxy server' and 'Comma-separated list of proxy bypass r ules'. Only the HTTP proxy server with the highest priority is available for ARC -apps. | 1643 If you choose fixed server proxy mode, you can specify further options in 'Address or URL of proxy server' and 'Comma-separated list of proxy bypass r ules'. Only the HTTP proxy server with the highest priority is available for ARC -apps. |
1637 | 1644 |
1638 If you choose to use a .pac proxy script, you must specify the URL to the script in 'URL to a proxy .pac file'. | 1645 If you choose to use a .pac proxy script, you must specify the URL to the script in 'URL to a proxy .pac file'. |
1639 | 1646 |
1640 For detailed examples, visit: | 1647 For detailed examples, visit: |
1641 <ph name="PROXY_HELP_URL">https://www.chromium.org/developers/design-d ocuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>https://www .chromium.org/developers/design-documents/network-settings#TOC-Command-line-opti ons-for-proxy-sett</ex></ph>. | 1648 <ph name="PROXY_HELP_URL">https://www.chromium.org/developers/design-d ocuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>https://www .chromium.org/developers/design-documents/network-settings#TOC-Command-line-opti ons-for-proxy-sett</ex></ph>. |
1642 | 1649 |
1643 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrom e</ex></ph> and ARC-apps ignore all proxy-related options specified from the com mand line. | 1650 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrom e</ex></ph> and ARC-apps ignore all proxy-related options specified from the com mand line. |
1644 | 1651 |
1645 Leaving this policy not set will allow the users to choose the proxy s ettings on their own.''', | 1652 Leaving this policy not set will allow the users to choose the proxy s ettings on their own.''', |
1653 'arc_support': 'Only a subset of proxy configuration options are made available to Android apps. Android apps may voluntarily choose to use the proxy. You cannot force them to use a proxy.', | |
phweiss
2016/08/26 16:30:17
"Only a subset" -> Can we give more details on wha
bartfab (slow)
2016/08/29 12:25:36
Done. Thanks for nagging. I was being lazy :).
| |
1646 }, | 1654 }, |
1647 { | 1655 { |
1648 'name': 'ProxyServerMode', | 1656 'name': 'ProxyServerMode', |
1649 'type': 'int-enum', | 1657 'type': 'int-enum', |
1650 'schema': { | 1658 'schema': { |
1651 'type': 'integer', | 1659 'type': 'integer', |
1652 'enum': [ 0, 1, 2, 3 ], | 1660 'enum': [ 0, 1, 2, 3 ], |
1653 }, | 1661 }, |
1654 'items': [ | 1662 'items': [ |
1655 { | 1663 { |
(...skipping 27 matching lines...) Expand all Loading... | |
1683 'dynamic_refresh': True, | 1691 'dynamic_refresh': True, |
1684 'per_profile': True, | 1692 'per_profile': True, |
1685 }, | 1693 }, |
1686 'deprecated': True, | 1694 'deprecated': True, |
1687 'example_value': 2, | 1695 'example_value': 2, |
1688 'id': 22, | 1696 'id': 22, |
1689 'caption': '''Choose how to specify proxy server settings''', | 1697 'caption': '''Choose how to specify proxy server settings''', |
1690 'tags': [], | 1698 'tags': [], |
1691 'desc': '''This policy is deprecated, use ProxyMode instead. | 1699 'desc': '''This policy is deprecated, use ProxyMode instead. |
1692 | 1700 |
1693 Allows you to specify the proxy server used by <ph name="PRODUCT_NAME" >$1<ex>Google Chrome</ex></ph> and prevents users from changing proxy settings. ARC-apps will be able to use this proxy server too. | 1701 Allows you to specify the proxy server used by <ph name="PRODUCT_NAME" >$1<ex>Google Chrome</ex></ph> and prevents users from changing proxy settings. |
1694 | 1702 |
1695 If you choose to never use a proxy server and always connect directly, all other options are ignored. | 1703 If you choose to never use a proxy server and always connect directly, all other options are ignored. |
1696 | 1704 |
1697 If you choose to use system proxy settings or auto detect the proxy se rver, all other options are ignored. | 1705 If you choose to use system proxy settings or auto detect the proxy se rver, all other options are ignored. |
1698 | 1706 |
1699 If you choose manual proxy settings, you can specify further options i n 'Address or URL of proxy server', 'URL to a proxy .pac file' and 'Comma-separa ted list of proxy bypass rules'. Only the HTTP proxy server with the highest pri ority is available for ARC-apps. | 1707 If you choose manual proxy settings, you can specify further options i n 'Address or URL of proxy server', 'URL to a proxy .pac file' and 'Comma-separa ted list of proxy bypass rules'. Only the HTTP proxy server with the highest pri ority is available for ARC-apps. |
1700 | 1708 |
1701 For detailed examples, visit: | 1709 For detailed examples, visit: |
1702 <ph name="PROXY_HELP_URL">https://www.chromium.org/developers/design-d ocuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>https://www .chromium.org/developers/design-documents/network-settings#TOC-Command-line-opti ons-for-proxy-sett</ex></ph>. | 1710 <ph name="PROXY_HELP_URL">https://www.chromium.org/developers/design-d ocuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>https://www .chromium.org/developers/design-documents/network-settings#TOC-Command-line-opti ons-for-proxy-sett</ex></ph>. |
1703 | 1711 |
1704 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrom e</ex></ph> ignores all proxy-related options specified from the command line. | 1712 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrom e</ex></ph> ignores all proxy-related options specified from the command line. |
1705 | 1713 |
1706 Leaving this policy not set will allow the users to choose the proxy s ettings on their own.''', | 1714 Leaving this policy not set will allow the users to choose the proxy s ettings on their own.''', |
1715 'arc_support': 'Only a subset of proxy configuration options are made available to Android apps. Android apps may voluntarily choose to use the proxy. You cannot force them to use a proxy.', | |
1707 }, | 1716 }, |
1708 { | 1717 { |
1709 'name': 'ProxyServer', | 1718 'name': 'ProxyServer', |
1710 'type': 'string', | 1719 'type': 'string', |
1711 'schema': { 'type': 'string' }, | 1720 'schema': { 'type': 'string' }, |
1712 'supported_on': [ | 1721 'supported_on': [ |
1713 'chrome.*:8-', | 1722 'chrome.*:8-', |
1714 'chrome_os:11-', | 1723 'chrome_os:11-', |
1715 'android:30-', | 1724 'android:30-', |
1716 'ios:34-47', | 1725 'ios:34-47', |
1717 ], | 1726 ], |
1718 'features': { | 1727 'features': { |
1719 'dynamic_refresh': True, | 1728 'dynamic_refresh': True, |
1720 'per_profile': True, | 1729 'per_profile': True, |
1721 }, | 1730 }, |
1722 'example_value': '123.123.123.123:8080', | 1731 'example_value': '123.123.123.123:8080', |
1723 'id': 23, | 1732 'id': 23, |
1724 'caption': '''Address or URL of proxy server''', | 1733 'caption': '''Address or URL of proxy server''', |
1725 'tags': [], | 1734 'tags': [], |
1726 'desc': '''You can specify the URL of the proxy server here. | 1735 'desc': '''You can specify the URL of the proxy server here. |
1727 | 1736 |
1728 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'. | 1737 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'. |
1729 | 1738 |
1730 You should leave this policy not set if you have selected any other mo de for setting proxy policies. | 1739 You should leave this policy not set if you have selected any other mo de for setting proxy policies. |
1731 | 1740 |
1732 For more options and detailed examples, visit: | 1741 For more options and detailed examples, visit: |
1733 <ph name="PROXY_HELP_URL">https://www.chromium.org/developers/design-d ocuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>https://www .chromium.org/developers/design-documents/network-settings#TOC-Command-line-opti ons-for-proxy-sett</ex></ph>.''', | 1742 <ph name="PROXY_HELP_URL">https://www.chromium.org/developers/design-d ocuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>https://www .chromium.org/developers/design-documents/network-settings#TOC-Command-line-opti ons-for-proxy-sett</ex></ph>.''', |
1743 'arc_support': 'Only a subset of proxy configuration options are made available to Android apps. Android apps may voluntarily choose to use the proxy. You cannot force them to use a proxy.', | |
1734 }, | 1744 }, |
1735 { | 1745 { |
1736 'name': 'ProxyPacUrl', | 1746 'name': 'ProxyPacUrl', |
1737 'type': 'string', | 1747 'type': 'string', |
1738 'schema': { 'type': 'string' }, | 1748 'schema': { 'type': 'string' }, |
1739 'supported_on': [ | 1749 'supported_on': [ |
1740 'chrome.*:8-', | 1750 'chrome.*:8-', |
1741 'chrome_os:11-', | 1751 'chrome_os:11-', |
1742 'android:30-', | 1752 'android:30-', |
1743 'ios:34-47', | 1753 'ios:34-47', |
1744 ], | 1754 ], |
1745 'features': { | 1755 'features': { |
1746 'dynamic_refresh': True, | 1756 'dynamic_refresh': True, |
1747 'per_profile': True, | 1757 'per_profile': True, |
1748 }, | 1758 }, |
1749 'example_value': 'https://internal.site/example.pac', | 1759 'example_value': 'https://internal.site/example.pac', |
1750 'id': 24, | 1760 'id': 24, |
1751 'caption': '''URL to a proxy .pac file''', | 1761 'caption': '''URL to a proxy .pac file''', |
1752 'tags': [], | 1762 'tags': [], |
1753 'desc': '''You can specify a URL to a proxy .pac file here. | 1763 'desc': '''You can specify a URL to a proxy .pac file here. |
1754 | 1764 |
1755 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'. | 1765 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'. |
1756 | 1766 |
1757 You should leave this policy not set if you have selected any other mo de for setting proxy policies. | 1767 You should leave this policy not set if you have selected any other mo de for setting proxy policies. |
1758 | 1768 |
1759 For detailed examples, visit: | 1769 For detailed examples, visit: |
1760 <ph name="PROXY_HELP_URL">https://www.chromium.org/developers/design-d ocuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>https://www .chromium.org/developers/design-documents/network-settings#TOC-Command-line-opti ons-for-proxy-sett</ex></ph>.''', | 1770 <ph name="PROXY_HELP_URL">https://www.chromium.org/developers/design-d ocuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>https://www .chromium.org/developers/design-documents/network-settings#TOC-Command-line-opti ons-for-proxy-sett</ex></ph>.''', |
1771 'arc_support': 'Only a subset of proxy configuration options are made available to Android apps. Android apps may voluntarily choose to use the proxy. You cannot force them to use a proxy.', | |
1761 }, | 1772 }, |
1762 { | 1773 { |
1763 'name': 'ProxyBypassList', | 1774 'name': 'ProxyBypassList', |
1764 'type': 'string', | 1775 'type': 'string', |
1765 'schema': { 'type': 'string' }, | 1776 'schema': { 'type': 'string' }, |
1766 'supported_on': [ | 1777 'supported_on': [ |
1767 'chrome.*:8-', | 1778 'chrome.*:8-', |
1768 'chrome_os:11-', | 1779 'chrome_os:11-', |
1769 'android:30-', | 1780 'android:30-', |
1770 'ios:34-47', | 1781 'ios:34-47', |
1771 ], | 1782 ], |
1772 'features': { | 1783 'features': { |
1773 'dynamic_refresh': True, | 1784 'dynamic_refresh': True, |
1774 'per_profile': True, | 1785 'per_profile': True, |
1775 }, | 1786 }, |
1776 'example_value': 'https://www.example1.com,https://www.example2.com,ht tps://internalsite/', | 1787 'example_value': 'https://www.example1.com,https://www.example2.com,ht tps://internalsite/', |
1777 'id': 25, | 1788 'id': 25, |
1778 'caption': '''Proxy bypass rules''', | 1789 'caption': '''Proxy bypass rules''', |
1779 'tags': [], | 1790 'tags': [], |
1780 'desc': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will bypass any proxy for the list of hosts given here. ARC-apps will be able to use this list as a bypass rules list. | 1791 'desc': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will bypass any proxy for the list of hosts given here. |
1781 | 1792 |
1782 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'. | 1793 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'. |
1783 | 1794 |
1784 You should leave this policy not set if you have selected any other mo de for setting proxy policies. | 1795 You should leave this policy not set if you have selected any other mo de for setting proxy policies. |
1785 | 1796 |
1786 For more detailed examples, visit: | 1797 For more detailed examples, visit: |
1787 <ph name="PROXY_HELP_URL">https://www.chromium.org/developers/design-d ocuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>https://www .chromium.org/developers/design-documents/network-settings#TOC-Command-line-opti ons-for-proxy-sett</ex></ph>.''', | 1798 <ph name="PROXY_HELP_URL">https://www.chromium.org/developers/design-d ocuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>https://www .chromium.org/developers/design-documents/network-settings#TOC-Command-line-opti ons-for-proxy-sett</ex></ph>.''', |
1788 'label': '''Comma-separated list of proxy bypass rules''', | 1799 'label': '''Comma-separated list of proxy bypass rules''', |
1800 'arc_support': 'Only a subset of proxy configuration options are made available to Android apps. Android apps may voluntarily choose to use the proxy. You cannot force them to use a proxy.', | |
1789 }, | 1801 }, |
1790 ], | 1802 ], |
1791 }, | 1803 }, |
1792 { | 1804 { |
1793 # TODO(joaodasilva): Make this the default and deprecate the other proxy | 1805 # TODO(joaodasilva): Make this the default and deprecate the other proxy |
1794 # policies once all providers are ready to load 'dict' policies. | 1806 # policies once all providers are ready to load 'dict' policies. |
1795 # This is currently an internal policy. | 1807 # This is currently an internal policy. |
1796 # https://crbug.com/108992, https://crbug.com/108996 | 1808 # https://crbug.com/108992, https://crbug.com/108996 |
1797 'name': 'ProxySettings', | 1809 'name': 'ProxySettings', |
1798 'type': 'dict', | 1810 'type': 'dict', |
(...skipping 18 matching lines...) Expand all Loading... | |
1817 'dynamic_refresh': True, | 1829 'dynamic_refresh': True, |
1818 'per_profile': True, | 1830 'per_profile': True, |
1819 }, | 1831 }, |
1820 'example_value': { "ProxyMode": "direct" }, | 1832 'example_value': { "ProxyMode": "direct" }, |
1821 'id': 116, | 1833 'id': 116, |
1822 'caption': '''Proxy settings''', | 1834 'caption': '''Proxy settings''', |
1823 'tags': ['system-security'], | 1835 'tags': ['system-security'], |
1824 'desc': '''Configures the proxy settings for <ph name="PRODUCT_NAME">$1<ex >Google Chrome</ex></ph>. These proxy settings will be available for ARC-apps to o. | 1836 'desc': '''Configures the proxy settings for <ph name="PRODUCT_NAME">$1<ex >Google Chrome</ex></ph>. These proxy settings will be available for ARC-apps to o. |
1825 | 1837 |
1826 This policy isn't ready for usage yet, please don't use it.''', | 1838 This policy isn't ready for usage yet, please don't use it.''', |
1839 'arc_support': 'Only a subset of proxy configuration options are made avai lable to Android apps. Android apps may voluntarily choose to use the proxy. You cannot force them to use a proxy.', | |
1827 }, | 1840 }, |
1828 { | 1841 { |
1829 'name': 'HTTPAuthentication', | 1842 'name': 'HTTPAuthentication', |
1830 'type': 'group', | 1843 'type': 'group', |
1831 'caption': '''Policies for HTTP authentication''', | 1844 'caption': '''Policies for HTTP authentication''', |
1832 'desc': '''Policies related to integrated HTTP authentication.''', | 1845 'desc': '''Policies related to integrated HTTP authentication.''', |
1833 'policies': [ | 1846 'policies': [ |
1834 { | 1847 { |
1835 'name': 'AuthSchemes', | 1848 'name': 'AuthSchemes', |
1836 'type': 'string', | 1849 'type': 'string', |
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2089 name="EXTENSION_POLICY_EXAMPLE">gbchcmhmhahfdphkhkmpfmihenigjmpp;https ://clients2.google.com/service/update2/crx</ph> | 2102 name="EXTENSION_POLICY_EXAMPLE">gbchcmhmhahfdphkhkmpfmihenigjmpp;https ://clients2.google.com/service/update2/crx</ph> |
2090 installs the <ph name="EXTENSION_POLICY_EXAMPLE_EXTENSION_NAME">Chrome | 2103 installs the <ph name="EXTENSION_POLICY_EXAMPLE_EXTENSION_NAME">Chrome |
2091 Remote Desktop</ph> app from the standard Chrome Web Store "update" | 2104 Remote Desktop</ph> app from the standard Chrome Web Store "update" |
2092 URL. For more information about hosting extensions, see: <ph | 2105 URL. For more information about hosting extensions, see: <ph |
2093 name="LINK_TO_EXTENSION_DOC2">https://developer.chrome.com/extensions/ hosting</ph>. | 2106 name="LINK_TO_EXTENSION_DOC2">https://developer.chrome.com/extensions/ hosting</ph>. |
2094 | 2107 |
2095 If this policy is left not set, no apps or extensions are installed | 2108 If this policy is left not set, no apps or extensions are installed |
2096 automatically and the user can uninstall any app or extension in <ph | 2109 automatically and the user can uninstall any app or extension in <ph |
2097 name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', | 2110 name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', |
2098 'label': '''Extension/App IDs and update URLs to be silently installed ''', | 2111 'label': '''Extension/App IDs and update URLs to be silently installed ''', |
2112 'arc_support': 'Android apps can be force-installed from the Google Ad min console using Google Play. They do not use this policy.', | |
2099 }, | 2113 }, |
2100 { | 2114 { |
2101 'name': 'ExtensionInstallSources', | 2115 'name': 'ExtensionInstallSources', |
2102 'type': 'list', | 2116 'type': 'list', |
2103 'schema': { | 2117 'schema': { |
2104 'type': 'array', | 2118 'type': 'array', |
2105 'items': { 'type': 'string' }, | 2119 'items': { 'type': 'string' }, |
2106 'id': 'ExtensionInstallSources', | 2120 'id': 'ExtensionInstallSources', |
2107 }, | 2121 }, |
2108 'supported_on': ['chrome.*:21-', 'chrome_os:21-'], | 2122 'supported_on': ['chrome.*:21-', 'chrome_os:21-'], |
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2328 'per_profile': True, | 2342 'per_profile': True, |
2329 }, | 2343 }, |
2330 'example_value': False, | 2344 'example_value': False, |
2331 'id': 36, | 2345 'id': 36, |
2332 'caption': '''Disable Developer Tools''', | 2346 'caption': '''Disable Developer Tools''', |
2333 'tags': [], | 2347 'tags': [], |
2334 'desc': '''Disables the Developer Tools and the JavaScript console. | 2348 'desc': '''Disables the Developer Tools and the JavaScript console. |
2335 | 2349 |
2336 If you enable this setting, the Developer Tools can not be accessed and we b-site elements can not be inspected anymore. Any keyboard shortcuts and any men u or context menu entries to open the Developer Tools or the JavaScript Console will be disabled. | 2350 If you enable this setting, the Developer Tools can not be accessed and we b-site elements can not be inspected anymore. Any keyboard shortcuts and any men u or context menu entries to open the Developer Tools or the JavaScript Console will be disabled. |
2337 | 2351 |
2338 Setting this option to disabled or leaving it not set will allow the use t o use the Developer Tools and the JavaScript console. | 2352 Setting this option to disabled or leaving it not set will allow the use t o use the Developer Tools and the JavaScript console.''', |
2339 | 2353 'arc_support': 'This policy also controls access to Android Developer Opti ons. If you set this policy to true, users cannot access Developer Options. If y ou set this policy to false or leave it unset, users can access Developer Option s by tapping seven times on the build number in the Android settings app.', |
2340 For <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> devices ca pable of running Android apps, this policy also controls access to Android Devel oper Options. If you set this policy to true, users cannot access Developer Opti ons. If you set this policy to false or leave it unset, users can access Develop er Options by tapping seven times on the build number in the Android settings ap p.''', | |
2341 }, | 2354 }, |
2342 { | 2355 { |
2343 'name': 'RestoreOnStartupGroup', | 2356 'name': 'RestoreOnStartupGroup', |
2344 'type': 'group', | 2357 'type': 'group', |
2345 'caption': '''Startup pages''', | 2358 'caption': '''Startup pages''', |
2346 'desc': '''Allows you to configure the pages that are loaded on startup. | 2359 'desc': '''Allows you to configure the pages that are loaded on startup. |
2347 | 2360 |
2348 The contents of the list 'URLs to open at startup' are ignored unless you select 'Open a list of URLs' in 'Action on startup'.''', | 2361 The contents of the list 'URLs to open at startup' are ignored unless you select 'Open a list of URLs' in 'Action on startup'.''', |
2349 'policies': [ | 2362 'policies': [ |
2350 { | 2363 { |
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3053 'features': { | 3066 'features': { |
3054 'dynamic_refresh': True, | 3067 'dynamic_refresh': True, |
3055 'per_profile': True, | 3068 'per_profile': True, |
3056 }, | 3069 }, |
3057 'example_value': 0, | 3070 'example_value': 0, |
3058 'id': 54, | 3071 'id': 54, |
3059 'caption': '''Default geolocation setting''', | 3072 'caption': '''Default geolocation setting''', |
3060 'tags': ['website-sharing'], | 3073 'tags': ['website-sharing'], |
3061 'desc': '''Allows you to set whether websites are allowed to track the users' physical location. Tracking the users' physical location can be allowed by default, denied by default or the user can be asked every time a website requ ests the physical location. | 3074 'desc': '''Allows you to set whether websites are allowed to track the users' physical location. Tracking the users' physical location can be allowed by default, denied by default or the user can be asked every time a website requ ests the physical location. |
3062 | 3075 |
3063 If this policy is set to 'BlockGeolocation', location sharing is disal lowed for ARC apps. | |
3064 | |
3065 If this policy is left not set, 'AskGeolocation' will be used and the user will be able to change it.''', | 3076 If this policy is left not set, 'AskGeolocation' will be used and the user will be able to change it.''', |
3077 'arc_support': 'If this policy is set to <ph name="BLOCK_GEOLOCATION_S ETTING">BlockGeolocation</ph>, Android apps cannot access location information. If you set this policy to any other value or leave it unset, the user is asked t o consent when an Android app tries to access location information.', | |
phweiss
2016/08/26 16:30:16
The admin is giving the consent when they approve
bartfab (slow)
2016/08/29 12:25:36
As just checked offline, we actually do show the p
| |
3066 }, | 3078 }, |
3067 { | 3079 { |
3068 'name': 'DefaultMediaStreamSetting', | 3080 'name': 'DefaultMediaStreamSetting', |
3069 'type': 'int-enum', | 3081 'type': 'int-enum', |
3070 'schema': { | 3082 'schema': { |
3071 'type': 'integer', | 3083 'type': 'integer', |
3072 'enum': [ 2, 3 ], | 3084 'enum': [ 2, 3 ], |
3073 }, | 3085 }, |
3074 'items': [ | 3086 'items': [ |
3075 { | 3087 { |
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3478 'can_be_recommended': True, | 3490 'can_be_recommended': True, |
3479 'can_be_mandatory' : False, | 3491 'can_be_mandatory' : False, |
3480 }, | 3492 }, |
3481 'example_value': [{'protocol': 'mailto', 'url': 'https://mail.google.c om/mail/?extsrc=mailto&url=%s', 'default': True}], | 3493 'example_value': [{'protocol': 'mailto', 'url': 'https://mail.google.c om/mail/?extsrc=mailto&url=%s', 'default': True}], |
3482 'id': 268, | 3494 'id': 268, |
3483 'caption': '''Register protocol handlers''', | 3495 'caption': '''Register protocol handlers''', |
3484 'tags': [], | 3496 'tags': [], |
3485 'desc': '''Allows you to register a list of protocol handlers. This ca n only be a recommended policy. The property |protocol| should be set to the sch eme such as 'mailto' and the property |url| should be set to the URL pattern of the application that handles the scheme. The pattern can include a '%s', which i f present will be replaced by the handled URL. | 3497 'desc': '''Allows you to register a list of protocol handlers. This ca n only be a recommended policy. The property |protocol| should be set to the sch eme such as 'mailto' and the property |url| should be set to the URL pattern of the application that handles the scheme. The pattern can include a '%s', which i f present will be replaced by the handled URL. |
3486 | 3498 |
3487 The protocol handlers registered by policy are merged with the ones re gistered by the user and both are available for use. The user can override the p rotocol handlers installed by policy by installing a new default handler, but ca nnot remove a protocol handler registered by policy.''', | 3499 The protocol handlers registered by policy are merged with the ones re gistered by the user and both are available for use. The user can override the p rotocol handlers installed by policy by installing a new default handler, but ca nnot remove a protocol handler registered by policy.''', |
3500 'arc_support': 'The protocol handlers set via this policy are not used when handling Android intents.', | |
3488 }, | 3501 }, |
3489 { | 3502 { |
3490 'name': 'PopupsBlockedForUrls', | 3503 'name': 'PopupsBlockedForUrls', |
3491 'type': 'list', | 3504 'type': 'list', |
3492 'schema': { | 3505 'schema': { |
3493 'type': 'array', | 3506 'type': 'array', |
3494 'items': { 'type': 'string' }, | 3507 'items': { 'type': 'string' }, |
3495 }, | 3508 }, |
3496 'supported_on': [ | 3509 'supported_on': [ |
3497 'chrome.*:11-', | 3510 'chrome.*:11-', |
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3912 | 3925 |
3913 If this policy is set to 'MultiProfileUserBehaviorMustBePrimary', the user can only be the primary user in a multiprofile session. | 3926 If this policy is set to 'MultiProfileUserBehaviorMustBePrimary', the user can only be the primary user in a multiprofile session. |
3914 | 3927 |
3915 If this policy is set to 'MultiProfileUserBehaviorNotAllowed', the user ca nnot be part of a multiprofile session. | 3928 If this policy is set to 'MultiProfileUserBehaviorNotAllowed', the user ca nnot be part of a multiprofile session. |
3916 | 3929 |
3917 If you set this setting, users cannot change or override it. | 3930 If you set this setting, users cannot change or override it. |
3918 | 3931 |
3919 If the setting is changed while the user is signed into a multiprofile ses sion, all users in the session will be checked against their corresponding setti ngs. The session will be closed if any one of the users is no longer allowed to be in the session. | 3932 If the setting is changed while the user is signed into a multiprofile ses sion, all users in the session will be checked against their corresponding setti ngs. The session will be closed if any one of the users is no longer allowed to be in the session. |
3920 | 3933 |
3921 If the policy is left not set, the default value 'MultiProfileUserBehavior MustBePrimary' applies for enterprise-managed users and 'MultiProfileUserBehavio rUnrestricted' will be used for non-managed users.''', | 3934 If the policy is left not set, the default value 'MultiProfileUserBehavior MustBePrimary' applies for enterprise-managed users and 'MultiProfileUserBehavio rUnrestricted' will be used for non-managed users.''', |
3935 'arc_support': 'When multiple users are logged in, only the primary user c an use Android apps.', | |
3922 }, | 3936 }, |
3923 { | 3937 { |
3924 'name': 'InstantEnabled', | 3938 'name': 'InstantEnabled', |
3925 'type': 'main', | 3939 'type': 'main', |
3926 'schema': { 'type': 'boolean' }, | 3940 'schema': { 'type': 'boolean' }, |
3927 'supported_on': ['chrome.*:11-28', 'chrome_os:11-28'], | 3941 'supported_on': ['chrome.*:11-28', 'chrome_os:11-28'], |
3928 'deprecated': True, | 3942 'deprecated': True, |
3929 'features': { | 3943 'features': { |
3930 'can_be_recommended': True, | 3944 'can_be_recommended': True, |
3931 'dynamic_refresh': True, | 3945 'dynamic_refresh': True, |
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4332 | 4346 |
4333 This policy prevents the user from loading web pages from blacklisted URLs . The blacklist provides a list of URL patterns that specify which URLs will be blacklisted. | 4347 This policy prevents the user from loading web pages from blacklisted URLs . The blacklist provides a list of URL patterns that specify which URLs will be blacklisted. |
4334 | 4348 |
4335 A URL pattern has to be formatted according to https://www.chromium.org/ad ministrators/url-blacklist-filter-format. | 4349 A URL pattern has to be formatted according to https://www.chromium.org/ad ministrators/url-blacklist-filter-format. |
4336 | 4350 |
4337 Exceptions can be defined in the URL whitelist policy. These policies are limited to 1000 entries; subsequent entries will be ignored. | 4351 Exceptions can be defined in the URL whitelist policy. These policies are limited to 1000 entries; subsequent entries will be ignored. |
4338 | 4352 |
4339 Note that it is not recommended to block internal 'chrome://*' URLs since this may lead to unexpected errors. | 4353 Note that it is not recommended to block internal 'chrome://*' URLs since this may lead to unexpected errors. |
4340 | 4354 |
4341 If this policy is not set no URL will be blacklisted in the browser.''', | 4355 If this policy is not set no URL will be blacklisted in the browser.''', |
4356 'arc_support': 'Android apps may voluntarily choose to honor this list. Yo u cannot force them to honor it.', | |
4342 }, | 4357 }, |
4343 { | 4358 { |
4344 'name': 'URLWhitelist', | 4359 'name': 'URLWhitelist', |
4345 'type': 'list', | 4360 'type': 'list', |
4346 'schema': { | 4361 'schema': { |
4347 'type': 'array', | 4362 'type': 'array', |
4348 'items': { 'type': 'string' }, | 4363 'items': { 'type': 'string' }, |
4349 }, | 4364 }, |
4350 'supported_on': [ | 4365 'supported_on': [ |
4351 'chrome.*:15-', | 4366 'chrome.*:15-', |
(...skipping 14 matching lines...) Expand all Loading... | |
4366 | 4381 |
4367 See the description of the URL blacklist policy for the format of entries of this list. | 4382 See the description of the URL blacklist policy for the format of entries of this list. |
4368 | 4383 |
4369 This policy can be used to open exceptions to restrictive blacklists. For example, '*' can be blacklisted to block all requests, and this policy can be us ed to allow access to a limited list of URLs. It can be used to open exceptions to certain schemes, subdomains of other domains, ports, or specific paths. | 4384 This policy can be used to open exceptions to restrictive blacklists. For example, '*' can be blacklisted to block all requests, and this policy can be us ed to allow access to a limited list of URLs. It can be used to open exceptions to certain schemes, subdomains of other domains, ports, or specific paths. |
4370 | 4385 |
4371 The most specific filter will determine if a URL is blocked or allowed. Th e whitelist takes precedence over the blacklist. | 4386 The most specific filter will determine if a URL is blocked or allowed. Th e whitelist takes precedence over the blacklist. |
4372 | 4387 |
4373 This policy is limited to 1000 entries; subsequent entries will be ignored . | 4388 This policy is limited to 1000 entries; subsequent entries will be ignored . |
4374 | 4389 |
4375 If this policy is not set there will be no exceptions to the blacklist fro m the 'URLBlacklist' policy.''', | 4390 If this policy is not set there will be no exceptions to the blacklist fro m the 'URLBlacklist' policy.''', |
4391 'arc_support': 'Android apps may voluntarily choose to honor this list. Yo u cannot force them to honor it.', | |
4376 }, | 4392 }, |
4377 { | 4393 { |
4378 'name': 'OpenNetworkConfiguration', | 4394 'name': 'OpenNetworkConfiguration', |
4379 'type': 'string', | 4395 'type': 'string', |
4380 'schema': { 'type': 'string' }, | 4396 'schema': { 'type': 'string' }, |
4381 'supported_on': ['chrome_os:16-'], | 4397 'supported_on': ['chrome_os:16-'], |
4382 'features': { | 4398 'features': { |
4383 'dynamic_refresh': True, | 4399 'dynamic_refresh': True, |
4384 'per_profile': True, | 4400 'per_profile': True, |
4385 }, | 4401 }, |
4386 'example_value': '{ "NetworkConfigurations": [ { "GUID": "{4b224dfd-6849-7 a63-5e394343244ae9c9}", "Name": "my WiFi", "Type": "WiFi", "WiFi": { "SSID": "my WiFi", "HiddenSSID": false, "Security": "None", "AutoConnect": true } } ] }', | 4402 'example_value': '{ "NetworkConfigurations": [ { "GUID": "{4b224dfd-6849-7 a63-5e394343244ae9c9}", "Name": "my WiFi", "Type": "WiFi", "WiFi": { "SSID": "my WiFi", "HiddenSSID": false, "Security": "None", "AutoConnect": true } } ] }', |
4387 'id': 107, | 4403 'id': 107, |
4388 'caption': '''User-level network configuration''', | 4404 'caption': '''User-level network configuration''', |
4389 'tags': ['full-admin-access'], | 4405 'tags': ['full-admin-access'], |
4390 'desc': '''Allows pushing network configuration to be applied per-user to a <ph name="PRODUCT_OS_NAME">$2<ex>Chromium OS</ex></ph> device. The network con figuration is a JSON-formatted string as defined by the Open Network Configurati on format described at <ph name="ONC_SPEC_URL">https://sites.google.com/a/chromi um.org/dev/chromium-os/chromiumos-design-docs/open-network-configuration</ph>''' , | 4406 'desc': '''Allows pushing network configuration to be applied per-user to a <ph name="PRODUCT_OS_NAME">$2<ex>Chromium OS</ex></ph> device. The network con figuration is a JSON-formatted string as defined by the Open Network Configurati on format described at <ph name="ONC_SPEC_URL">https://sites.google.com/a/chromi um.org/dev/chromium-os/chromiumos-design-docs/open-network-configuration</ph>''' , |
4407 'arc_support': 'Android apps can use the network configurations and CA cer tificates set via this policy, but do not have access to some configuration opti ons.', | |
phweiss
2016/08/26 16:30:16
"some configuration options" -> Same question as o
bartfab (slow)
2016/08/29 12:25:36
Most ONC options are consumed by the host OS and w
| |
4391 }, | 4408 }, |
4392 { | 4409 { |
4393 'name': 'DeviceOpenNetworkConfiguration', | 4410 'name': 'DeviceOpenNetworkConfiguration', |
4394 'type': 'string', | 4411 'type': 'string', |
4395 'schema': { 'type': 'string' }, | 4412 'schema': { 'type': 'string' }, |
4396 'supported_on': ['chrome_os:16-'], | 4413 'supported_on': ['chrome_os:16-'], |
4397 'device_only': True, | 4414 'device_only': True, |
4398 'features': { | 4415 'features': { |
4399 'dynamic_refresh': True, | 4416 'dynamic_refresh': True, |
4400 }, | 4417 }, |
4401 'example_value': '{ "NetworkConfigurations": [ { "GUID": "{4b224dfd-6849-7 a63-5e394343244ae9c9}", "Name": "my WiFi", "Type": "WiFi", "WiFi": { "SSID": "my WiFi", "HiddenSSID": false, "Security": "None", "AutoConnect": true } } ] }', | 4418 'example_value': '{ "NetworkConfigurations": [ { "GUID": "{4b224dfd-6849-7 a63-5e394343244ae9c9}", "Name": "my WiFi", "Type": "WiFi", "WiFi": { "SSID": "my WiFi", "HiddenSSID": false, "Security": "None", "AutoConnect": true } } ] }', |
4402 'id': 108, | 4419 'id': 108, |
4403 'caption': '''Device-level network configuration''', | 4420 'caption': '''Device-level network configuration''', |
4404 'tags': ['full-admin-access'], | 4421 'tags': ['full-admin-access'], |
4405 'desc': '''Allows pushing network configuration to be applied for all user s of a <ph name="PRODUCT_OS_NAME">$2<ex>Chromium OS</ex></ph> device. The networ k configuration is a JSON-formatted string as defined by the Open Network Config uration format described at <ph name="ONC_SPEC_URL">https://sites.google.com/a/c hromium.org/dev/chromium-os/chromiumos-design-docs/open-network-configuration</p h>''', | 4422 'desc': '''Allows pushing network configuration to be applied for all user s of a <ph name="PRODUCT_OS_NAME">$2<ex>Chromium OS</ex></ph> device. The networ k configuration is a JSON-formatted string as defined by the Open Network Config uration format described at <ph name="ONC_SPEC_URL">https://sites.google.com/a/c hromium.org/dev/chromium-os/chromiumos-design-docs/open-network-configuration</p h>''', |
4423 'arc_support': 'Android apps can use the network configurations and CA cer tificates set via this policy, but do not have access to some configuration opti ons.', | |
4406 }, | 4424 }, |
4407 { | 4425 { |
4408 'name': 'CloudPrintSubmitEnabled', | 4426 'name': 'CloudPrintSubmitEnabled', |
4409 'type': 'main', | 4427 'type': 'main', |
4410 'schema': { 'type': 'boolean' }, | 4428 'schema': { 'type': 'boolean' }, |
4411 'supported_on': ['chrome.*:17-'], | 4429 'supported_on': ['chrome.*:17-'], |
4412 'features': { | 4430 'features': { |
4413 'dynamic_refresh': True, | 4431 'dynamic_refresh': True, |
4414 'per_profile': True, | 4432 'per_profile': True, |
4415 }, | 4433 }, |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4555 "namePattern": { | 4573 "namePattern": { |
4556 "description": "Regular expression to match printer display name.", | 4574 "description": "Regular expression to match printer display name.", |
4557 "type": "string" | 4575 "type": "string" |
4558 } | 4576 } |
4559 } | 4577 } |
4560 } | 4578 } |
4561 | 4579 |
4562 Printers connected to <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> are considered <ph name="PRINTER_TYPE_CLOUD">"cloud"</ph>, the rest of the print ers are classified as <ph name="PRINTER_TYPE_LOCAL">"local"</ph>. | 4580 Printers connected to <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> are considered <ph name="PRINTER_TYPE_CLOUD">"cloud"</ph>, the rest of the print ers are classified as <ph name="PRINTER_TYPE_LOCAL">"local"</ph>. |
4563 Omitting a field means all values match, for example, not specifying conne ctivity will cause Print Preview to initiate the discovery of all kinds of print ers, local and cloud. | 4581 Omitting a field means all values match, for example, not specifying conne ctivity will cause Print Preview to initiate the discovery of all kinds of print ers, local and cloud. |
4564 Regular expression patterns must follow the JavaScript RegExp syntax and m atches are case sensistive.''', | 4582 Regular expression patterns must follow the JavaScript RegExp syntax and m atches are case sensistive.''', |
4583 'arc_support': 'This policy has no effect on Android apps.', | |
4565 }, | 4584 }, |
4566 { | 4585 { |
4567 'name': 'DisableSSLRecordSplitting', | 4586 'name': 'DisableSSLRecordSplitting', |
4568 'type': 'main', | 4587 'type': 'main', |
4569 'schema': { 'type': 'boolean' }, | 4588 'schema': { 'type': 'boolean' }, |
4570 'supported_on': ['chrome.*:18-46', 'chrome_os:18-46'], | 4589 'supported_on': ['chrome.*:18-46', 'chrome_os:18-46'], |
4571 'features': { | 4590 'features': { |
4572 'dynamic_refresh': True, | 4591 'dynamic_refresh': True, |
4573 'per_profile': False, | 4592 'per_profile': False, |
4574 }, | 4593 }, |
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4729 'features': { | 4748 'features': { |
4730 'dynamic_refresh': True, | 4749 'dynamic_refresh': True, |
4731 }, | 4750 }, |
4732 'example_value': False, | 4751 'example_value': False, |
4733 'id': 119, | 4752 'id': 119, |
4734 'caption': '''Report OS and firmware version''', | 4753 'caption': '''Report OS and firmware version''', |
4735 'tags': ['admin-sharing'], | 4754 'tags': ['admin-sharing'], |
4736 'desc': '''Report OS and firmware version of enrolled devices. | 4755 'desc': '''Report OS and firmware version of enrolled devices. |
4737 | 4756 |
4738 If this setting is not set or set to True, enrolled devices will report th e OS and firmware version periodically. If this setting is set to False, version info will not be reported.''', | 4757 If this setting is not set or set to True, enrolled devices will report th e OS and firmware version periodically. If this setting is set to False, version info will not be reported.''', |
4758 'arc_support': 'This policy has no effect on the logging done by Android.' , | |
4739 }, | 4759 }, |
4740 { | 4760 { |
4741 'name': 'ReportDeviceActivityTimes', | 4761 'name': 'ReportDeviceActivityTimes', |
4742 'type': 'main', | 4762 'type': 'main', |
4743 'schema': { 'type': 'boolean' }, | 4763 'schema': { 'type': 'boolean' }, |
4744 'supported_on': ['chrome_os:18-'], | 4764 'supported_on': ['chrome_os:18-'], |
4745 'device_only': True, | 4765 'device_only': True, |
4746 'features': { | 4766 'features': { |
4747 'dynamic_refresh': True, | 4767 'dynamic_refresh': True, |
4748 }, | 4768 }, |
4749 'example_value': False, | 4769 'example_value': False, |
4750 'id': 120, | 4770 'id': 120, |
4751 'caption': '''Report device activity times''', | 4771 'caption': '''Report device activity times''', |
4752 'tags': ['admin-sharing'], | 4772 'tags': ['admin-sharing'], |
4753 'desc': '''Report device activity times. | 4773 'desc': '''Report device activity times. |
4754 | 4774 |
4755 If this setting is not set or set to True, enrolled devices will report ti me periods when a user is active on the device. If this setting is set to False, device activity times will not be recorded or reported.''', | 4775 If this setting is not set or set to True, enrolled devices will report ti me periods when a user is active on the device. If this setting is set to False, device activity times will not be recorded or reported.''', |
4776 'arc_support': 'This policy has no effect on the logging done by Android.' , | |
4756 }, | 4777 }, |
4757 { | 4778 { |
4758 'name': 'ReportDeviceBootMode', | 4779 'name': 'ReportDeviceBootMode', |
4759 'type': 'main', | 4780 'type': 'main', |
4760 'schema': { 'type': 'boolean' }, | 4781 'schema': { 'type': 'boolean' }, |
4761 'supported_on': ['chrome_os:18-'], | 4782 'supported_on': ['chrome_os:18-'], |
4762 'device_only': True, | 4783 'device_only': True, |
4763 'features': { | 4784 'features': { |
4764 'dynamic_refresh': True, | 4785 'dynamic_refresh': True, |
4765 }, | 4786 }, |
4766 'example_value': False, | 4787 'example_value': False, |
4767 'id': 121, | 4788 'id': 121, |
4768 'caption': '''Report device boot mode''', | 4789 'caption': '''Report device boot mode''', |
4769 'tags': ['admin-sharing'], | 4790 'tags': ['admin-sharing'], |
4770 'desc': '''Report the state of the device's dev switch at boot. | 4791 'desc': '''Report the state of the device's dev switch at boot. |
4771 | 4792 |
4772 If the policy is set to false, the state of the dev switch will not be rep orted.''', | 4793 If the policy is set to false, the state of the dev switch will not be rep orted.''', |
4794 'arc_support': 'This policy has no effect on the logging done by Android.' , | |
4773 }, | 4795 }, |
4774 { | 4796 { |
4775 'name': 'ReportDeviceLocation', | 4797 'name': 'ReportDeviceLocation', |
4776 'type': 'main', | 4798 'type': 'main', |
4777 'schema': { 'type': 'boolean' }, | 4799 'schema': { 'type': 'boolean' }, |
4778 'supported_on': ['chrome_os:20-'], | 4800 'supported_on': ['chrome_os:20-'], |
4779 'device_only': True, | 4801 'device_only': True, |
4780 'features': { | 4802 'features': { |
4781 'dynamic_refresh': True, | 4803 'dynamic_refresh': True, |
4782 }, | 4804 }, |
4783 'future': True, | 4805 'future': True, |
4784 'example_value': False, | 4806 'example_value': False, |
4785 'id': 143, | 4807 'id': 143, |
4786 'caption': '''Report device location''', | 4808 'caption': '''Report device location''', |
4787 'tags': ['admin-sharing'], | 4809 'tags': ['admin-sharing'], |
4788 'desc': '''Report the geographic location of the device. | 4810 'desc': '''Report the geographic location of the device. |
4789 | 4811 |
4790 If the policy is not set, or set to false, the location will not be report ed.''', | 4812 If the policy is not set, or set to false, the location will not be report ed.''', |
4813 'arc_support': 'This policy has no effect on the logging done by Android.' , | |
4791 }, | 4814 }, |
4792 { | 4815 { |
4793 'name': 'ReportDeviceNetworkInterfaces', | 4816 'name': 'ReportDeviceNetworkInterfaces', |
4794 'type': 'main', | 4817 'type': 'main', |
4795 'schema': { 'type': 'boolean' }, | 4818 'schema': { 'type': 'boolean' }, |
4796 'supported_on': ['chrome_os:29-'], | 4819 'supported_on': ['chrome_os:29-'], |
4797 'device_only': True, | 4820 'device_only': True, |
4798 'features': { | 4821 'features': { |
4799 'dynamic_refresh': True, | 4822 'dynamic_refresh': True, |
4800 }, | 4823 }, |
4801 'example_value': False, | 4824 'example_value': False, |
4802 'id': 224, | 4825 'id': 224, |
4803 'caption': '''Report device network interfaces''', | 4826 'caption': '''Report device network interfaces''', |
4804 'tags': ['admin-sharing'], | 4827 'tags': ['admin-sharing'], |
4805 'desc': '''Report list of network interfaces with their types and hardware addresses to the server. | 4828 'desc': '''Report list of network interfaces with their types and hardware addresses to the server. |
4806 | 4829 |
4807 If the policy is set to false, the interface list will not be reported.''' , | 4830 If the policy is set to false, the interface list will not be reported.''' , |
4831 'arc_support': 'This policy has no effect on the logging done by Android.' , | |
4808 }, | 4832 }, |
4809 { | 4833 { |
4810 'name': 'ReportDeviceUsers', | 4834 'name': 'ReportDeviceUsers', |
4811 'type': 'main', | 4835 'type': 'main', |
4812 'schema': { 'type': 'boolean' }, | 4836 'schema': { 'type': 'boolean' }, |
4813 'supported_on': ['chrome_os:32-'], | 4837 'supported_on': ['chrome_os:32-'], |
4814 'device_only': True, | 4838 'device_only': True, |
4815 'features': { | 4839 'features': { |
4816 'dynamic_refresh': True, | 4840 'dynamic_refresh': True, |
4817 }, | 4841 }, |
4818 'example_value': False, | 4842 'example_value': False, |
4819 'id': 248, | 4843 'id': 248, |
4820 'caption': '''Report device users''', | 4844 'caption': '''Report device users''', |
4821 'tags': ['admin-sharing'], | 4845 'tags': ['admin-sharing'], |
4822 'desc': '''Report list of device users that have recently logged in. | 4846 'desc': '''Report list of device users that have recently logged in. |
4823 | 4847 |
4824 If the policy is set to false, the users will not be reported.''', | 4848 If the policy is set to false, the users will not be reported.''', |
4849 'arc_support': 'This policy has no effect on the logging done by Android.' , | |
4825 }, | 4850 }, |
4826 { | 4851 { |
4827 'name': 'ReportDeviceHardwareStatus', | 4852 'name': 'ReportDeviceHardwareStatus', |
4828 'type': 'main', | 4853 'type': 'main', |
4829 'schema': { 'type': 'boolean' }, | 4854 'schema': { 'type': 'boolean' }, |
4830 'supported_on': ['chrome_os:42-'], | 4855 'supported_on': ['chrome_os:42-'], |
4831 'device_only': True, | 4856 'device_only': True, |
4832 'features': { | 4857 'features': { |
4833 'dynamic_refresh': True, | 4858 'dynamic_refresh': True, |
4834 }, | 4859 }, |
4835 'example_value': False, | 4860 'example_value': False, |
4836 'id': 290, | 4861 'id': 290, |
4837 'caption': '''Report hardware status''', | 4862 'caption': '''Report hardware status''', |
4838 'tags': ['admin-sharing'], | 4863 'tags': ['admin-sharing'], |
4839 'desc': '''Report hardware statistics such as CPU/RAM usage. | 4864 'desc': '''Report hardware statistics such as CPU/RAM usage. |
4840 | 4865 |
4841 If the policy is set to false, the statistics will not be reported. | 4866 If the policy is set to false, the statistics will not be reported. |
4842 If set to true or left unset, statistics will be reported.''', | 4867 If set to true or left unset, statistics will be reported.''', |
4868 'arc_support': 'This policy has no effect on the logging done by Android.' , | |
4843 }, | 4869 }, |
4844 { | 4870 { |
4845 'name': 'ReportDeviceSessionStatus', | 4871 'name': 'ReportDeviceSessionStatus', |
4846 'type': 'main', | 4872 'type': 'main', |
4847 'schema': { 'type': 'boolean' }, | 4873 'schema': { 'type': 'boolean' }, |
4848 'supported_on': ['chrome_os:42-'], | 4874 'supported_on': ['chrome_os:42-'], |
4849 'device_only': True, | 4875 'device_only': True, |
4850 'features': { | 4876 'features': { |
4851 'dynamic_refresh': True, | 4877 'dynamic_refresh': True, |
4852 }, | 4878 }, |
4853 'example_value': False, | 4879 'example_value': False, |
4854 'id': 291, | 4880 'id': 291, |
4855 'caption': '''Report information about active kiosk sessions''', | 4881 'caption': '''Report information about active kiosk sessions''', |
4856 'tags': ['admin-sharing'], | 4882 'tags': ['admin-sharing'], |
4857 'desc': '''Report information about the active kiosk session, such as | 4883 'desc': '''Report information about the active kiosk session, such as |
4858 application ID and version. | 4884 application ID and version. |
4859 | 4885 |
4860 If the policy is set to false, the session information will not be | 4886 If the policy is set to false, the session information will not be |
4861 reported. If set to true or left unset, session information will be | 4887 reported. If set to true or left unset, session information will be |
4862 reported.''', | 4888 reported.''', |
4889 'arc_support': 'This policy has no effect on the logging done by Android.' , | |
4863 }, | 4890 }, |
4864 { | 4891 { |
4865 'name': 'ReportUploadFrequency', | 4892 'name': 'ReportUploadFrequency', |
4866 'type': 'int', | 4893 'type': 'int', |
4867 'schema': { 'type': 'integer', 'minimum': 60000 }, | 4894 'schema': { 'type': 'integer', 'minimum': 60000 }, |
4868 'supported_on': ['chrome_os:42-'], | 4895 'supported_on': ['chrome_os:42-'], |
4869 'device_only': True, | 4896 'device_only': True, |
4870 'features': { | 4897 'features': { |
4871 'dynamic_refresh': True, | 4898 'dynamic_refresh': True, |
4872 }, | 4899 }, |
4873 'example_value': 180000, | 4900 'example_value': 180000, |
4874 'id': 292, | 4901 'id': 292, |
4875 'caption': '''Frequency of device status report uploads''', | 4902 'caption': '''Frequency of device status report uploads''', |
4876 'tags': ['admin-sharing'], | 4903 'tags': ['admin-sharing'], |
4877 'desc': '''How frequently device status uploads are sent, in milliseconds. | 4904 'desc': '''How frequently device status uploads are sent, in milliseconds. |
4878 | 4905 |
4879 If this policy is unset, the default frequency is 3 hours. The minimum | 4906 If this policy is unset, the default frequency is 3 hours. The minimum |
4880 allowed frequency is 60 seconds.''', | 4907 allowed frequency is 60 seconds.''', |
4908 'arc_support': 'This policy has no effect on the logging done by Android.' , | |
4881 }, | 4909 }, |
4882 { | 4910 { |
4883 'name': 'HeartbeatEnabled', | 4911 'name': 'HeartbeatEnabled', |
4884 'type': 'main', | 4912 'type': 'main', |
4885 'schema': { 'type': 'boolean' }, | 4913 'schema': { 'type': 'boolean' }, |
4886 'supported_on': ['chrome_os:43-'], | 4914 'supported_on': ['chrome_os:43-'], |
4887 'device_only': True, | 4915 'device_only': True, |
4888 'features': { | 4916 'features': { |
4889 'dynamic_refresh': True, | 4917 'dynamic_refresh': True, |
4890 }, | 4918 }, |
4891 'example_value': False, | 4919 'example_value': False, |
4892 'id': 293, | 4920 'id': 293, |
4893 'caption': '''Send network packets to the management server to monitor onl ine status''', | 4921 'caption': '''Send network packets to the management server to monitor onl ine status''', |
4894 'tags': ['admin-sharing'], | 4922 'tags': ['admin-sharing'], |
4895 'desc': '''Send network packets to the management server to monitor online status, to allow | 4923 'desc': '''Send network packets to the management server to monitor online status, to allow |
4896 the server to detect if the device is offline. | 4924 the server to detect if the device is offline. |
4897 | 4925 |
4898 If this policy is set to true, monitoring network packets (so-called <ph n ame="HEARTBEATS_TERM">heartbeats</ph>) will be sent. | 4926 If this policy is set to true, monitoring network packets (so-called <ph n ame="HEARTBEATS_TERM">heartbeats</ph>) will be sent. |
4899 If set to false or unset, no packets will be sent.''', | 4927 If set to false or unset, no packets will be sent.''', |
4928 'arc_support': 'This policy has no effect on the logging done by Android.' , | |
4900 }, | 4929 }, |
4901 { | 4930 { |
4902 'name': 'HeartbeatFrequency', | 4931 'name': 'HeartbeatFrequency', |
4903 'type': 'int', | 4932 'type': 'int', |
4904 'schema': { 'type': 'integer', 'minimum': 30000 }, | 4933 'schema': { 'type': 'integer', 'minimum': 30000 }, |
4905 'supported_on': ['chrome_os:43-'], | 4934 'supported_on': ['chrome_os:43-'], |
4906 'device_only': True, | 4935 'device_only': True, |
4907 'features': { | 4936 'features': { |
4908 'dynamic_refresh': True, | 4937 'dynamic_refresh': True, |
4909 }, | 4938 }, |
4910 'example_value': 180000, | 4939 'example_value': 180000, |
4911 'id': 294, | 4940 'id': 294, |
4912 'caption': '''Frequency of monitoring network packets''', | 4941 'caption': '''Frequency of monitoring network packets''', |
4913 'tags': [], | 4942 'tags': [], |
4914 'desc': '''How frequently monitoring network packets are sent, in millisec onds. | 4943 'desc': '''How frequently monitoring network packets are sent, in millisec onds. |
4915 | 4944 |
4916 If this policy is unset, the default frequency is 3 minutes. The minimum | 4945 If this policy is unset, the default frequency is 3 minutes. The minimum |
4917 frequency is 30 seconds and the maximum frequency is 24 hours - values | 4946 frequency is 30 seconds and the maximum frequency is 24 hours - values |
4918 outside of this range will be clamped to this range.''', | 4947 outside of this range will be clamped to this range.''', |
4948 'arc_support': 'This policy has no effect on the logging done by Android.' , | |
4919 }, | 4949 }, |
4920 { | 4950 { |
4921 'name': 'LogUploadEnabled', | 4951 'name': 'LogUploadEnabled', |
4922 'type': 'main', | 4952 'type': 'main', |
4923 'schema': { 'type': 'boolean' }, | 4953 'schema': { 'type': 'boolean' }, |
4924 'supported_on': ['chrome_os:46-'], | 4954 'supported_on': ['chrome_os:46-'], |
4925 'device_only': True, | 4955 'device_only': True, |
4926 'features': { | 4956 'features': { |
4927 'dynamic_refresh': True, | 4957 'dynamic_refresh': True, |
4928 }, | 4958 }, |
4929 'example_value': False, | 4959 'example_value': False, |
4930 'id': 306, | 4960 'id': 306, |
4931 'caption': '''Send system logs to the management server''', | 4961 'caption': '''Send system logs to the management server''', |
4932 'tags': [], | 4962 'tags': [], |
4933 'desc': '''Send system logs to the management server, to allow | 4963 'desc': '''Send system logs to the management server, to allow |
4934 admins to monitor system logs. | 4964 admins to monitor system logs. |
4935 | 4965 |
4936 If this policy is set to true, system logs will be sent. If set | 4966 If this policy is set to true, system logs will be sent. If set |
4937 to false or unset, then no system logs will be sent.''', | 4967 to false or unset, then no system logs will be sent.''', |
4968 'arc_support': 'This policy has no effect on the logging done by Android.' , | |
4938 }, | 4969 }, |
4939 { | 4970 { |
4940 'name': 'DeviceUserWhitelist', | 4971 'name': 'DeviceUserWhitelist', |
4941 'type': 'list', | 4972 'type': 'list', |
4942 'schema': { | 4973 'schema': { |
4943 'type': 'array', | 4974 'type': 'array', |
4944 'items': { 'type': 'string' }, | 4975 'items': { 'type': 'string' }, |
4945 }, | 4976 }, |
4946 'supported_on': ['chrome_os:12-'], | 4977 'supported_on': ['chrome_os:12-'], |
4947 'device_only': True, | 4978 'device_only': True, |
4948 'features': { | 4979 'features': { |
4949 'dynamic_refresh': True, | 4980 'dynamic_refresh': True, |
4950 }, | 4981 }, |
4951 'example_value': [ 'madmax@managedchrome.com' ], | 4982 'example_value': [ 'madmax@managedchrome.com' ], |
4952 'id': 122, | 4983 'id': 122, |
4953 'caption': '''Login user white list''', | 4984 'caption': '''Login user white list''', |
4954 'tags': [], | 4985 'tags': [], |
4955 'desc': '''Defines the list of users that are allowed to login to the devi ce. Entries are of the form <ph name="USER_WHITELIST_ENTRY_FORMAT">user@domain</ ph>, such as <ph name="USER_WHITELIST_ENTRY_EXAMPLE">madmax@managedchrome.com</p h>. To allow arbitrary users on a domain, use entries of the form <ph name="USER _WHITELIST_ENTRY_WILDCARD">*@domain</ph>. | 4986 'desc': '''Defines the list of users that are allowed to login to the devi ce. Entries are of the form <ph name="USER_WHITELIST_ENTRY_FORMAT">user@domain</ ph>, such as <ph name="USER_WHITELIST_ENTRY_EXAMPLE">madmax@managedchrome.com</p h>. To allow arbitrary users on a domain, use entries of the form <ph name="USER _WHITELIST_ENTRY_WILDCARD">*@domain</ph>. |
4956 | 4987 |
4957 If this policy is not configured, there are no restrictions on which users are allowed to sign in. Note that creating new users still requires the <ph nam e="DEVICEALLOWNEWUSERS_POLICY_NAME">DeviceAllowNewUsers</ph> policy to be config ured appropriately.''', | 4988 If this policy is not configured, there are no restrictions on which users are allowed to sign in. Note that creating new users still requires the <ph nam e="DEVICEALLOWNEWUSERS_POLICY_NAME">DeviceAllowNewUsers</ph> policy to be config ured appropriately.''', |
4989 'arc_support': 'This policy controls who may start a <ph name="PRODUCT_OS_ NAME">$2<ex>Chromium OS</ex></ph> session. It does not prevent users from signin g in to additional Google accounts within Android. If you want to prevent this, configure the Android-specific <ph name="CLOUDDPC_ACCOUNT_MANAGEMENT_POLICY">acc ountTypesWithManagementDisabled</ph> policy as part of <ph name="ARC_POLICY">Arc Policy</ph>.', | |
4958 }, | 4990 }, |
4959 { | 4991 { |
4960 'name': 'DeviceAllowNewUsers', | 4992 'name': 'DeviceAllowNewUsers', |
4961 'type': 'main', | 4993 'type': 'main', |
4962 'schema': { 'type': 'boolean' }, | 4994 'schema': { 'type': 'boolean' }, |
4963 'supported_on': ['chrome_os:12-'], | 4995 'supported_on': ['chrome_os:12-'], |
4964 'device_only': True, | 4996 'device_only': True, |
4965 'features': { | 4997 'features': { |
4966 'dynamic_refresh': True, | 4998 'dynamic_refresh': True, |
4967 }, | 4999 }, |
4968 'example_value': True, | 5000 'example_value': True, |
4969 'id': 123, | 5001 'id': 123, |
4970 'caption': '''Allow creation of new user accounts''', | 5002 'caption': '''Allow creation of new user accounts''', |
4971 'tags': [], | 5003 'tags': [], |
4972 'desc': '''Controls whether <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> allows new user accounts to be created. If this policy is set to f alse, users that do not have an account already will not be able to login. | 5004 'desc': '''Controls whether <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> allows new user accounts to be created. If this policy is set to f alse, users that do not have an account already will not be able to login. |
4973 | 5005 |
4974 If this policy is set to true or not configured, new user accounts will be allowed to be created provided that <ph name="DEVICEUSERWHITELISTPROTO_POLICY_N AME">DeviceUserWhitelist</ph> does not prevent the user from logging in.''', | 5006 If this policy is set to true or not configured, new user accounts will be allowed to be created provided that <ph name="DEVICEUSERWHITELISTPROTO_POLICY_N AME">DeviceUserWhitelist</ph> does not prevent the user from logging in.''', |
5007 'arc_support': 'This policy controls whether new users can be added to <ph name="PRODUCT_OS_NAME">$2<ex>Chromium OS</ex></ph>. It does not prevent users f rom signing in to additional Google accounts within Android. If you want to prev ent this, configure the Android-specific <ph name="CLOUDDPC_ACCOUNT_MANAGEMENT_P OLICY">accountTypesWithManagementDisabled</ph> policy as part of <ph name="ARC_P OLICY">ArcPolicy</ph>.', | |
4975 }, | 5008 }, |
4976 { | 5009 { |
4977 'name': 'DeviceGuestModeEnabled', | 5010 'name': 'DeviceGuestModeEnabled', |
4978 'type': 'main', | 5011 'type': 'main', |
4979 'schema': { 'type': 'boolean' }, | 5012 'schema': { 'type': 'boolean' }, |
4980 'supported_on': ['chrome_os:12-'], | 5013 'supported_on': ['chrome_os:12-'], |
4981 'device_only': True, | 5014 'device_only': True, |
4982 'features': { | 5015 'features': { |
4983 'dynamic_refresh': True, | 5016 'dynamic_refresh': True, |
4984 }, | 5017 }, |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5027 'supported_on': ['chrome_os:14-'], | 5060 'supported_on': ['chrome_os:14-'], |
5028 'device_only': True, | 5061 'device_only': True, |
5029 'features': { | 5062 'features': { |
5030 'dynamic_refresh': True, | 5063 'dynamic_refresh': True, |
5031 }, | 5064 }, |
5032 'example_value': True, | 5065 'example_value': True, |
5033 'id': 127, | 5066 'id': 127, |
5034 'caption': '''Enable metrics reporting''', | 5067 'caption': '''Enable metrics reporting''', |
5035 'tags': ['admin-sharing'], | 5068 'tags': ['admin-sharing'], |
5036 'desc': '''Controls whether usage metrics are reported back to Google. If set to true, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will re port usage metrics. If not configured or set to false, metrics reporting will be disabled.''', | 5069 'desc': '''Controls whether usage metrics are reported back to Google. If set to true, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will re port usage metrics. If not configured or set to false, metrics reporting will be disabled.''', |
5070 'arc_support': 'This policy also controls Android usage and diagnostic dat a collection.', | |
5037 }, | 5071 }, |
5038 { | 5072 { |
5039 'name': 'ChromeOsReleaseChannel', | 5073 'name': 'ChromeOsReleaseChannel', |
5040 'type': 'string-enum', | 5074 'type': 'string-enum', |
5041 'schema': { | 5075 'schema': { |
5042 'type': 'string', | 5076 'type': 'string', |
5043 'enum': [ 'stable-channel', 'beta-channel', 'dev-channel' ], | 5077 'enum': [ 'stable-channel', 'beta-channel', 'dev-channel' ], |
5044 }, | 5078 }, |
5045 'items': [ | 5079 'items': [ |
5046 { | 5080 { |
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5436 'dynamic_refresh': True, | 5470 'dynamic_refresh': True, |
5437 }, | 5471 }, |
5438 'example_value': True, | 5472 'example_value': True, |
5439 'id': 266, | 5473 'id': 266, |
5440 'caption': '''Block developer mode''', | 5474 'caption': '''Block developer mode''', |
5441 'tags': [], | 5475 'tags': [], |
5442 'desc': '''Block developer mode. | 5476 'desc': '''Block developer mode. |
5443 | 5477 |
5444 If this policy is set to True, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chr ome OS</ex></ph> will prevent the device from booting into developer mode. The s ystem will refuse to boot and show an error screen when the developer switch is turned on. | 5478 If this policy is set to True, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chr ome OS</ex></ph> will prevent the device from booting into developer mode. The s ystem will refuse to boot and show an error screen when the developer switch is turned on. |
5445 | 5479 |
5446 If this policy is unset or set to False, developer mode will remain availa ble for the device.''' | 5480 If this policy is unset or set to False, developer mode will remain availa ble for the device.''', |
5481 'arc_support': 'This policy controls <ph name="PRODUCT_OS_NAME">$2<ex>Goog le Chrome OS</ex></ph> developer mode only. If you want to prevent access to And roid Developer Options, you need to set the <ph name="DEVELOPER_TOOLS_POLICY">De veloperToolsDisabled</ph> policy.', | |
5447 }, | 5482 }, |
5448 { | 5483 { |
5449 'name': 'BackgroundModeEnabled', | 5484 'name': 'BackgroundModeEnabled', |
5450 'type': 'main', | 5485 'type': 'main', |
5451 'schema': { 'type': 'boolean' }, | 5486 'schema': { 'type': 'boolean' }, |
5452 'supported_on': ['chrome.win:19-', 'chrome.linux:19-'], | 5487 'supported_on': ['chrome.win:19-', 'chrome.linux:19-'], |
5453 'features': { | 5488 'features': { |
5454 'can_be_recommended': True, | 5489 'can_be_recommended': True, |
5455 'dynamic_refresh': True, | 5490 'dynamic_refresh': True, |
5456 'per_profile': False, | 5491 'per_profile': False, |
(...skipping 25 matching lines...) Expand all Loading... | |
5482 'dynamic_refresh': True, | 5517 'dynamic_refresh': True, |
5483 'per_profile': True, | 5518 'per_profile': True, |
5484 }, | 5519 }, |
5485 'example_value': True, | 5520 'example_value': True, |
5486 'id': 139, | 5521 'id': 139, |
5487 'caption': '''Disables Drive in the <ph name="PRODUCT_OS_NAME">$2<ex>G oogle Chrome OS</ex></ph> Files app''', | 5522 'caption': '''Disables Drive in the <ph name="PRODUCT_OS_NAME">$2<ex>G oogle Chrome OS</ex></ph> Files app''', |
5488 'tags': [], | 5523 'tags': [], |
5489 'desc': '''Disables Google Drive syncing in the <ph name="PRODUCT_OS_N AME">$2<ex>Google Chrome OS</ex></ph> Files app when set to True. In that case, no data is uploaded to Google Drive. | 5524 'desc': '''Disables Google Drive syncing in the <ph name="PRODUCT_OS_N AME">$2<ex>Google Chrome OS</ex></ph> Files app when set to True. In that case, no data is uploaded to Google Drive. |
5490 | 5525 |
5491 If not set or set to False, then users will be able to transfer files to Google Drive.''', | 5526 If not set or set to False, then users will be able to transfer files to Google Drive.''', |
5527 'arc_support': 'This policy does not prevent the user from using the A ndroid Google Drive app. If you want to prevent access to Google Drive, you shou ld disallow installation of the Android Google Drive app as well.', | |
5492 }, | 5528 }, |
5493 { | 5529 { |
5494 'name': 'DriveDisabledOverCellular', | 5530 'name': 'DriveDisabledOverCellular', |
5495 'type': 'main', | 5531 'type': 'main', |
5496 'schema': { 'type': 'boolean' }, | 5532 'schema': { 'type': 'boolean' }, |
5497 'supported_on': ['chrome_os:19-'], | 5533 'supported_on': ['chrome_os:19-'], |
5498 'features': { | 5534 'features': { |
5499 'dynamic_refresh': True, | 5535 'dynamic_refresh': True, |
5500 'per_profile': True, | 5536 'per_profile': True, |
5501 }, | 5537 }, |
5502 'example_value': True, | 5538 'example_value': True, |
5503 'id': 140, | 5539 'id': 140, |
5504 'caption': '''Disables Google Drive over cellular connections in the < ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> Files app''', | 5540 'caption': '''Disables Google Drive over cellular connections in the < ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> Files app''', |
5505 'tags': [], | 5541 'tags': [], |
5506 'desc': '''Disables Google Drive syncing in the <ph name="PRODUCT_OS_N AME">$2<ex>Google Chrome OS</ex></ph> Files app when using a cellular connection when set to True. In that case, data is only synced to Google Drive when connec ted via WiFi or Ethernet. | 5542 'desc': '''Disables Google Drive syncing in the <ph name="PRODUCT_OS_N AME">$2<ex>Google Chrome OS</ex></ph> Files app when using a cellular connection when set to True. In that case, data is only synced to Google Drive when connec ted via WiFi or Ethernet. |
5507 | 5543 |
5508 If not set or set to False, then users will be able to transfer files to Google Drive via cellular connections.''', | 5544 If not set or set to False, then users will be able to transfer files to Google Drive via cellular connections.''', |
5545 'arc_support': 'This policy has no effect on the Android Google Drive app. If you want to prevent use of Google Drive over cellular connections, you s hould disallow installation of the Android Google Drive app.', | |
5509 }, | 5546 }, |
5510 ], | 5547 ], |
5511 }, | 5548 }, |
5512 { | 5549 { |
5513 'name': 'PinnedLauncherApps', | 5550 'name': 'PinnedLauncherApps', |
5514 'type': 'list', | 5551 'type': 'list', |
5515 'schema': { | 5552 'schema': { |
5516 'type': 'array', | 5553 'type': 'array', |
5517 'items': { 'type': 'string' }, | 5554 'items': { 'type': 'string' }, |
5518 }, | 5555 }, |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5616 'id': 152, | 5653 'id': 152, |
5617 'caption': '''Disable mounting of external storage''', | 5654 'caption': '''Disable mounting of external storage''', |
5618 'tags': [], | 5655 'tags': [], |
5619 'desc': '''Disable mounting of external storage. | 5656 'desc': '''Disable mounting of external storage. |
5620 | 5657 |
5621 When this policy is set to true, external storage will not be available in the file browser. | 5658 When this policy is set to true, external storage will not be available in the file browser. |
5622 | 5659 |
5623 This policy affects all types of storage media. For example: USB flash dri ves, external hard drives, SD and other memory cards, optical storage etc. Inter nal storage is not affected, therefore files saved in the Download folder can st ill be accessed. Google Drive is also not affected by this policy. | 5660 This policy affects all types of storage media. For example: USB flash dri ves, external hard drives, SD and other memory cards, optical storage etc. Inter nal storage is not affected, therefore files saved in the Download folder can st ill be accessed. Google Drive is also not affected by this policy. |
5624 | 5661 |
5625 If this setting is disabled or not configured then users can use all suppo rted types of external storage on their device.''', | 5662 If this setting is disabled or not configured then users can use all suppo rted types of external storage on their device.''', |
5663 | |
phweiss
2016/08/26 16:30:17
Remove empty line?
bartfab (slow)
2016/08/29 12:25:36
Done.
| |
5626 }, | 5664 }, |
5627 { | 5665 { |
5628 'name': 'ExternalStorageReadOnly', | 5666 'name': 'ExternalStorageReadOnly', |
5629 'id': 343, | 5667 'id': 343, |
5630 'type': 'main', | 5668 'type': 'main', |
5631 'schema': { 'type': 'boolean' }, | 5669 'schema': { 'type': 'boolean' }, |
5632 'tags': [], | 5670 'tags': [], |
5633 'supported_on': ['chrome_os:54-'], | 5671 'supported_on': ['chrome_os:54-'], |
5634 'caption': '''Treat external storage devices as read-only.''', | 5672 'caption': '''Treat external storage devices as read-only.''', |
5635 'desc': '''When this policy is set to true, users cannot write anything to external storage devices.''', | 5673 'desc': '''When this policy is set to true, users cannot write anything to external storage devices.''', |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5674 'caption': '''Allow or deny audio capture''', | 5712 'caption': '''Allow or deny audio capture''', |
5675 'tags': [], | 5713 'tags': [], |
5676 'desc': '''Allow or deny audio capture. | 5714 'desc': '''Allow or deny audio capture. |
5677 | 5715 |
5678 If enabled or not configured (default), the user will be prompted for | 5716 If enabled or not configured (default), the user will be prompted for |
5679 audio capture access except for URLs configured in the | 5717 audio capture access except for URLs configured in the |
5680 AudioCaptureAllowedUrls list which will be granted access without promptin g. | 5718 AudioCaptureAllowedUrls list which will be granted access without promptin g. |
5681 | 5719 |
5682 When this policy is disabled, the user will never be prompted and audio | 5720 When this policy is disabled, the user will never be prompted and audio |
5683 capture only be available to URLs configured in AudioCaptureAllowedUrls. | 5721 capture only be available to URLs configured in AudioCaptureAllowedUrls. |
5684 For ARC apps, the microphone is permanently muted. | |
5685 | 5722 |
5686 This policy affects all types of audio inputs and not only the built-in mi crophone.''', | 5723 This policy affects all types of audio inputs and not only the built-in mi crophone.''', |
5724 'arc_support': 'For Android apps, this policy affects the microphone only. When this policy is set to true, the microphone is muted for all Android apps, with no exceptions.', | |
5687 }, | 5725 }, |
5688 { | 5726 { |
5689 'name': 'AudioCaptureAllowedUrls', | 5727 'name': 'AudioCaptureAllowedUrls', |
5690 'type': 'list', | 5728 'type': 'list', |
5691 'schema': { | 5729 'schema': { |
5692 'type': 'array', | 5730 'type': 'array', |
5693 'items': { 'type': 'string' }, | 5731 'items': { 'type': 'string' }, |
5694 }, | 5732 }, |
5695 'supported_on': ['chrome.*:29-', 'chrome_os:29-'], | 5733 'supported_on': ['chrome.*:29-', 'chrome_os:29-'], |
5696 'features': { | 5734 'features': { |
(...skipping 21 matching lines...) Expand all Loading... | |
5718 }, | 5756 }, |
5719 'example_value': False, | 5757 'example_value': False, |
5720 'id': 167, | 5758 'id': 167, |
5721 'caption': '''Allow or deny video capture''', | 5759 'caption': '''Allow or deny video capture''', |
5722 'tags': [], | 5760 'tags': [], |
5723 'desc': '''Allow or deny video capture. | 5761 'desc': '''Allow or deny video capture. |
5724 | 5762 |
5725 If enabled or not configured (default), the user will be prompted for | 5763 If enabled or not configured (default), the user will be prompted for |
5726 video capture access except for URLs configured in the | 5764 video capture access except for URLs configured in the |
5727 VideoCaptureAllowedUrls list which will be granted access without promptin g. | 5765 VideoCaptureAllowedUrls list which will be granted access without promptin g. |
5728 ARC apps will be able to access the camera if they have been given | |
5729 permission. | |
5730 | 5766 |
5731 When this policy is disabled, the user will never be prompted and video | 5767 When this policy is disabled, the user will never be prompted and video |
5732 capture only be available to URLs configured in VideoCaptureAllowedUrls. | 5768 capture only be available to URLs configured in VideoCaptureAllowedUrls. |
5733 ARC apps will not be able to access the camera. | |
5734 | 5769 |
5735 Outside of ARC-apps, this policy affects all types of video inputs and | 5770 This policy affects all types of video inputs and not only the built-in ca mera.''', |
5736 not only the built-in camera.''', | 5771 'arc_support': 'For Android apps, this policy affects the built-in camera only. When this policy is set to true, the camera is disabled for all Android ap ps, with no exceptions.', |
5737 }, | 5772 }, |
5738 { | 5773 { |
5739 'name': 'VideoCaptureAllowedUrls', | 5774 'name': 'VideoCaptureAllowedUrls', |
5740 'type': 'list', | 5775 'type': 'list', |
5741 'schema': { | 5776 'schema': { |
5742 'type': 'array', | 5777 'type': 'array', |
5743 'items': { 'type': 'string' }, | 5778 'items': { 'type': 'string' }, |
5744 }, | 5779 }, |
5745 'supported_on': ['chrome.*:29-', 'chrome_os:29-'], | 5780 'supported_on': ['chrome.*:29-', 'chrome_os:29-'], |
5746 'features': { | 5781 'features': { |
(...skipping 19 matching lines...) Expand all Loading... | |
5766 'dynamic_refresh': True, | 5801 'dynamic_refresh': True, |
5767 'per_profile': False, | 5802 'per_profile': False, |
5768 }, | 5803 }, |
5769 'example_value': True, | 5804 'example_value': True, |
5770 'id': 153, | 5805 'id': 153, |
5771 'caption': '''Disable taking screenshots''', | 5806 'caption': '''Disable taking screenshots''', |
5772 'tags': [], | 5807 'tags': [], |
5773 'desc': '''Disables taking screenshots. | 5808 'desc': '''Disables taking screenshots. |
5774 | 5809 |
5775 If enabled screenshots cannot be taken using keyboard shortcuts or extensi on APIs. | 5810 If enabled screenshots cannot be taken using keyboard shortcuts or extensi on APIs. |
5776 Additionally, screen capture is disabled for ARC apps. | |
5777 | 5811 |
5778 If disabled or not specified, taking screenshots is allowed.''' | 5812 If disabled or not specified, taking screenshots is allowed.''' |
5779 }, | 5813 }, |
phweiss
2016/08/26 16:30:16
If this policy is set, CloudDPC's screenCaptureDis
bartfab (slow)
2016/08/29 12:25:36
Our default assumption is that non-browser-specifi
| |
5780 { | 5814 { |
5781 'name': 'SystemTimezone', | 5815 'name': 'SystemTimezone', |
5782 'type': 'string', | 5816 'type': 'string', |
5783 'schema': { 'type': 'string' }, | 5817 'schema': { 'type': 'string' }, |
5784 'supported_on': ['chrome_os:22-'], | 5818 'supported_on': ['chrome_os:22-'], |
5785 'device_only': True, | 5819 'device_only': True, |
5786 'features': { | 5820 'features': { |
5787 'dynamic_refresh': True, | 5821 'dynamic_refresh': True, |
5788 }, | 5822 }, |
5789 'example_value': 'America/Los_Angeles', | 5823 'example_value': 'America/Los_Angeles', |
(...skipping 694 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
6484 }, | 6518 }, |
6485 'example_value': True, | 6519 'example_value': True, |
6486 'id': 183, | 6520 'id': 183, |
6487 'caption': '''Specify whether video activity affects power management' '', | 6521 'caption': '''Specify whether video activity affects power management' '', |
6488 'tags': [], | 6522 'tags': [], |
6489 'desc': '''Specifies whether video activity affects power management. | 6523 'desc': '''Specifies whether video activity affects power management. |
6490 | 6524 |
6491 If this policy is set to True or is unset, the user is not considered to be idle while video is playing. This prevents the idle delay, screen dim dela y, screen off delay and screen lock delay from being reached and the correspondi ng actions from being taken. | 6525 If this policy is set to True or is unset, the user is not considered to be idle while video is playing. This prevents the idle delay, screen dim dela y, screen off delay and screen lock delay from being reached and the correspondi ng actions from being taken. |
6492 | 6526 |
6493 If this policy is set to False, video activity does not prevent the us er from being considered idle.''', | 6527 If this policy is set to False, video activity does not prevent the us er from being considered idle.''', |
6528 'arc_support': 'Video playing in Android apps is not taken into consid eration, even if this policy is set to <ph name="TRUE">True</ph>.', | |
6494 }, | 6529 }, |
6495 { | 6530 { |
6496 'name': 'PresentationIdleDelayScale', | 6531 'name': 'PresentationIdleDelayScale', |
6497 'type': 'int', | 6532 'type': 'int', |
6498 'schema': { 'type': 'integer' }, | 6533 'schema': { 'type': 'integer' }, |
6499 'supported_on': ['chrome_os:26-28'], | 6534 'supported_on': ['chrome_os:26-28'], |
6500 'features': { | 6535 'features': { |
6501 'dynamic_refresh': True, | 6536 'dynamic_refresh': True, |
6502 'per_profile': False, | 6537 'per_profile': False, |
6503 }, | 6538 }, |
(...skipping 1271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
7775 'tags': [], | 7810 'tags': [], |
7776 'desc': '''Specifies whether authentication cookies set by a SAML IdP duri ng login should be transferred to the user's profile. | 7811 'desc': '''Specifies whether authentication cookies set by a SAML IdP duri ng login should be transferred to the user's profile. |
7777 | 7812 |
7778 When a user authenticates via a SAML IdP during login, cookies set by the IdP are written to a temporary profile at first. These cookies can be transferre d to the user's profile to carry forward the authentication state. | 7813 When a user authenticates via a SAML IdP during login, cookies set by the IdP are written to a temporary profile at first. These cookies can be transferre d to the user's profile to carry forward the authentication state. |
7779 | 7814 |
7780 When this policy is set to true, cookies set by the IdP are transferred to the user's profile every time they authenticate against the SAML IdP during log in. | 7815 When this policy is set to true, cookies set by the IdP are transferred to the user's profile every time they authenticate against the SAML IdP during log in. |
7781 | 7816 |
7782 When this policy is set to false or unset, cookies set by the IdP are tran sferred to the user's profile during their first login on a device only. | 7817 When this policy is set to false or unset, cookies set by the IdP are tran sferred to the user's profile during their first login on a device only. |
7783 | 7818 |
7784 This policy affects users whose domain matches the device's enrollment dom ain only. For all other users, cookies set by the IdP are transferred to the use r's profile during their first login on the device only.''', | 7819 This policy affects users whose domain matches the device's enrollment dom ain only. For all other users, cookies set by the IdP are transferred to the use r's profile during their first login on the device only.''', |
7820 'arc_support': 'Cookies transferred to the user\'s profile are not accessi ble to Android apps.', | |
7785 }, | 7821 }, |
7786 { | 7822 { |
7787 'name': 'EasyUnlockAllowed', | 7823 'name': 'EasyUnlockAllowed', |
7788 'type': 'main', | 7824 'type': 'main', |
7789 'schema': { 'type': 'boolean' }, | 7825 'schema': { 'type': 'boolean' }, |
7790 'supported_on': ['chrome_os:38-'], | 7826 'supported_on': ['chrome_os:38-'], |
7791 'features': { | 7827 'features': { |
7792 'dynamic_refresh': True, | 7828 'dynamic_refresh': True, |
7793 'per_profile': True, | 7829 'per_profile': True, |
7794 }, | 7830 }, |
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
8099 'device_only': True, | 8135 'device_only': True, |
8100 'features': { | 8136 'features': { |
8101 'dynamic_refresh': False, | 8137 'dynamic_refresh': False, |
8102 }, | 8138 }, |
8103 'example_value': 104857600, | 8139 'example_value': 104857600, |
8104 'id': 296, | 8140 'id': 296, |
8105 'caption': '''Set Apps and Extensions cache size (in bytes)''', | 8141 'caption': '''Set Apps and Extensions cache size (in bytes)''', |
8106 'tags': [], | 8142 'tags': [], |
8107 'desc': '''<ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> cac hes Apps and Extensions for installation by multiple users of a single device to avoid re-downloading them for each user. | 8143 'desc': '''<ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> cac hes Apps and Extensions for installation by multiple users of a single device to avoid re-downloading them for each user. |
8108 If this policy is not configured or the value is lower than 1 MB, <ph name ="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will use the default cache s ize.''', | 8144 If this policy is not configured or the value is lower than 1 MB, <ph name ="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will use the default cache s ize.''', |
8145 'arc_support': 'The cache is not used for Android apps. If multiple users install the same Android app, it will be downloaded anew for each user.', | |
8109 }, | 8146 }, |
8110 { | 8147 { |
8111 'name': 'DeviceLoginScreenDomainAutoComplete', | 8148 'name': 'DeviceLoginScreenDomainAutoComplete', |
8112 'type': 'string', | 8149 'type': 'string', |
8113 'schema': { 'type': 'string' }, | 8150 'schema': { 'type': 'string' }, |
8114 'supported_on': [ 'chrome_os:44-'], | 8151 'supported_on': [ 'chrome_os:44-'], |
8115 'device_only': True, | 8152 'device_only': True, |
8116 'features': { | 8153 'features': { |
8117 'dynamic_refresh': True, | 8154 'dynamic_refresh': True, |
8118 }, | 8155 }, |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
8204 'tags': [], | 8241 'tags': [], |
8205 'desc': '''Grants access to corporate keys to extensions. | 8242 'desc': '''Grants access to corporate keys to extensions. |
8206 | 8243 |
8207 Keys are designated for corporate usage if they're generated using the chr ome.enterprise.platformKeys API on a managed account. Keys imported or generated in another way are not designated for corporate usage. | 8244 Keys are designated for corporate usage if they're generated using the chr ome.enterprise.platformKeys API on a managed account. Keys imported or generated in another way are not designated for corporate usage. |
8208 | 8245 |
8209 Access to keys designated for corporate usage is solely controlled by this policy. The user can neither grant nor withdraw access to corporate keys to or from extensions. | 8246 Access to keys designated for corporate usage is solely controlled by this policy. The user can neither grant nor withdraw access to corporate keys to or from extensions. |
8210 | 8247 |
8211 By default an extension cannot use a key designated for corporate usage, w hich is equivalent to setting allowCorporateKeyUsage to false for that extension . | 8248 By default an extension cannot use a key designated for corporate usage, w hich is equivalent to setting allowCorporateKeyUsage to false for that extension . |
8212 | 8249 |
8213 Only if allowCorporateKeyUsage is set to true for an extension, it can use any platform key marked for corporate usage to sign arbitrary data. This permis sion should only be granted if the extension is trusted to secure access to the key against attackers.''', | 8250 Only if allowCorporateKeyUsage is set to true for an extension, it can use any platform key marked for corporate usage to sign arbitrary data. This permis sion should only be granted if the extension is trusted to secure access to the key against attackers.''', |
8251 'arc_support': 'Android apps cannot get access to corporate keys. This pol icy has no effect on them.', | |
8214 }, | 8252 }, |
8215 { | 8253 { |
8216 'name': 'WelcomePageOnOSUpgradeEnabled', | 8254 'name': 'WelcomePageOnOSUpgradeEnabled', |
8217 'supported_on': ['chrome.win:45-'], | 8255 'supported_on': ['chrome.win:45-'], |
8218 'type': 'main', | 8256 'type': 'main', |
8219 'schema': { 'type': 'boolean' }, | 8257 'schema': { 'type': 'boolean' }, |
8220 'id': 303, | 8258 'id': 303, |
8221 'caption': 'Enable showing the welcome page on the first browser launch fo llowing OS upgrade.', | 8259 'caption': 'Enable showing the welcome page on the first browser launch fo llowing OS upgrade.', |
8222 'tags': [], | 8260 'tags': [], |
8223 'desc': '''Enable showing the welcome page on the first browser launch fol lowing OS upgrade. | 8261 'desc': '''Enable showing the welcome page on the first browser launch fol lowing OS upgrade. |
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
8376 'id': 319, | 8414 'id': 319, |
8377 'caption': '''Allow the auto launched with zero delay kiosk app to control <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> version''', | 8415 'caption': '''Allow the auto launched with zero delay kiosk app to control <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> version''', |
8378 'tags': [], | 8416 'tags': [], |
8379 'desc': '''Whether to allow the auto launched with zero delay kiosk app to control <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> version. | 8417 'desc': '''Whether to allow the auto launched with zero delay kiosk app to control <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> version. |
8380 | 8418 |
8381 This policy controls whether to allow the auto launched with zero delay ki osk app to control <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> v ersion by declaring a required_platform_version in its manifest and use it as th e auto update target version prefix. | 8419 This policy controls whether to allow the auto launched with zero delay ki osk app to control <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> v ersion by declaring a required_platform_version in its manifest and use it as th e auto update target version prefix. |
8382 | 8420 |
8383 If the policy is set to true, the value of required_platform_version manif est key of the auto launched with zero delay kiosk app is used as auto update ta rget version prefix. | 8421 If the policy is set to true, the value of required_platform_version manif est key of the auto launched with zero delay kiosk app is used as auto update ta rget version prefix. |
8384 | 8422 |
8385 If the policy is not configured or set to false, the required_platform_ver sion manifest key is ignored and auto update proceeds as normal.''', | 8423 If the policy is not configured or set to false, the required_platform_ver sion manifest key is ignored and auto update proceeds as normal.''', |
8424 'arc_support': 'If the kiosk app is an Android app, it will have no contro l over the <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> version, even if this policy is set to <ph name="TRUE">True</ph>.', | |
8386 }, | 8425 }, |
8387 { | 8426 { |
8388 'name': 'LoginAuthenticationBehavior', | 8427 'name': 'LoginAuthenticationBehavior', |
8389 'type': 'int-enum', | 8428 'type': 'int-enum', |
8390 'schema': { | 8429 'schema': { |
8391 'type': 'integer', | 8430 'type': 'integer', |
8392 'enum': [ 0, 1, 2 ], | 8431 'enum': [ 0, 1, 2 ], |
8393 }, | 8432 }, |
8394 'items': [ | 8433 'items': [ |
8395 { | 8434 { |
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
8923 'text': '''until version <ph name="UNTIL_VERSION">$6<ex>10</ex></ph>''' | 8962 'text': '''until version <ph name="UNTIL_VERSION">$6<ex>10</ex></ph>''' |
8924 }, | 8963 }, |
8925 'doc_supported_features': { | 8964 'doc_supported_features': { |
8926 'desc': '''Caption text of the list of 'policy features that this policy s upports' in the summary chart of a policy in the generated documentation''', | 8965 'desc': '''Caption text of the list of 'policy features that this policy s upports' in the summary chart of a policy in the generated documentation''', |
8927 'text': '''Supported features:''' | 8966 'text': '''Supported features:''' |
8928 }, | 8967 }, |
8929 'doc_description': { | 8968 'doc_description': { |
8930 'desc': '''Caption text of the 'description text' in the summary chart of a policy in the generated documentation''', | 8969 'desc': '''Caption text of the 'description text' in the summary chart of a policy in the generated documentation''', |
8931 'text': '''Description:''' | 8970 'text': '''Description:''' |
8932 }, | 8971 }, |
8972 'doc_arc_support': { | |
phweiss
2016/08/26 16:30:16
"doc_arc_support" does not seem to be used outside
flackr
2016/08/26 17:50:57
If I understand correctly, this is the shared capt
bartfab (slow)
2016/08/29 12:25:36
Yes, this is consumed internally by grit. There is
| |
8973 'desc': '''Caption text of the field in the generated documentation that d escribes how a policy affects Android applications on Chrome OS''', | |
8974 'text': '''Note for <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex> </ph> devices supporting Android apps:''' | |
8975 }, | |
8933 'doc_example_value': { | 8976 'doc_example_value': { |
8934 'desc': '''Caption text of the field 'example value' in the summary chart of a policy in the generated documentation''', | 8977 'desc': '''Caption text of the field 'example value' in the summary chart of a policy in the generated documentation''', |
8935 'text': '''Example value:''' | 8978 'text': '''Example value:''' |
8936 }, | 8979 }, |
8937 'doc_intro': { | 8980 'doc_intro': { |
8938 'desc': '''Introduction text for the generated policy documentation''', | 8981 'desc': '''Introduction text for the generated policy documentation''', |
8939 'text': '''Both Chromium and Google Chrome support the same set of | 8982 'text': '''Both Chromium and Google Chrome support the same set of |
8940 policies. Please note that this document may include policies that are | 8983 policies. Please note that this document may include policies that are |
8941 targeted for unreleased software versions (i.e. their 'Supported on' entry | 8984 targeted for unreleased software versions (i.e. their 'Supported on' entry |
8942 refers to an unreleased version) and that such policies are subject to | 8985 refers to an unreleased version) and that such policies are subject to |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
9001 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', | 9044 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', |
9002 'text': 'Default Settings (users can override)', | 9045 'text': 'Default Settings (users can override)', |
9003 }, | 9046 }, |
9004 'doc_complex_policies_on_windows': { | 9047 'doc_complex_policies_on_windows': { |
9005 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', | 9048 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', |
9006 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '', | 9049 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '', |
9007 }, | 9050 }, |
9008 }, | 9051 }, |
9009 'placeholders': [], | 9052 'placeholders': [], |
9010 } | 9053 } |
OLD | NEW |