| 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 954 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 965 'schema': { 'type': 'boolean' }, | 965 'schema': { 'type': 'boolean' }, |
| 966 'supported_on': ['chrome.linux:25-', 'chrome.mac:25-', 'chrome_os:42-'
], | 966 'supported_on': ['chrome.linux:25-', 'chrome.mac:25-', 'chrome_os:42-'
], |
| 967 'features': { | 967 'features': { |
| 968 'dynamic_refresh': True, | 968 'dynamic_refresh': True, |
| 969 'per_profile': False, | 969 'per_profile': False, |
| 970 }, | 970 }, |
| 971 'example_value': False, | 971 'example_value': False, |
| 972 'id': 285, | 972 'id': 285, |
| 973 'caption': '''Requires that the name of the local user and the remote
access host owner match''', | 973 'caption': '''Requires that the name of the local user and the remote
access host owner match''', |
| 974 'tags': [], | 974 'tags': [], |
| 975 'desc': '''Requires that the name of the local user and the remote acc
ess host owner match. | 975 'desc': '''If this setting is enabled, then the remote access host com
pares the name of the local user (that the host is associated with) and the name
of the Google account registered as the host owner (i.e. "johndoe" if the host
is owned by "johndoe@example.com" Google account). The remote access host will
not start if the name of the host owner is different from the name of the local
user that the host is associated with. RemoteAccessHostMatchUsername policy sho
uld be used together with RemoteAccessHostDomain to also enforce that the Google
account of the host owner is associated with a specific domain (i.e. "example.c
om"). |
| 976 | |
| 977 If this setting is enabled, then the remote access host compares the n
ame of the local user (that the host is associated with) and the name of the Goo
gle account registered as the host owner (i.e. "johndoe" if the host is owned by
"johndoe@example.com" Google account). The remote access host will not start i
f the name of the host owner is different from the name of the local user that t
he host is associated with. RemoteAccessHostMatchUsername policy should be used
together with RemoteAccessHostDomain to also enforce that the Google account of
the host owner is associated with a specific domain (i.e. "example.com"). | |
| 978 | 976 |
| 979 If this setting is disabled or not set, then the remote access host ca
n be associated with any local user.''', | 977 If this setting is disabled or not set, then the remote access host ca
n be associated with any local user.''', |
| 980 }, | 978 }, |
| 981 { | 979 { |
| 982 'name': 'RemoteAccessHostTokenUrl', | 980 'name': 'RemoteAccessHostTokenUrl', |
| 983 'type': 'string', | 981 'type': 'string', |
| 984 'schema': { 'type': 'string' }, | 982 'schema': { 'type': 'string' }, |
| 985 'supported_on': ['chrome.*:28-','chrome_os:42-'], | 983 'supported_on': ['chrome.*:28-','chrome_os:42-'], |
| 986 'features': { | 984 'features': { |
| 987 'dynamic_refresh': True, | 985 'dynamic_refresh': True, |
| 988 'per_profile': False, | 986 'per_profile': False, |
| 989 }, | 987 }, |
| 990 'example_value': 'https://example.com/issue', | 988 'example_value': 'https://example.com/issue', |
| 991 'id': 286, | 989 'id': 286, |
| 992 'caption': '''URL where remote access clients should obtain their auth
entication token''', | 990 'caption': '''URL where remote access clients should obtain their auth
entication token''', |
| 993 'tags': ['website-sharing'], | 991 'tags': ['website-sharing'], |
| 994 'desc': '''URL where remote access clients should obtain their authent
ication token. | 992 'desc': '''If this policy is set, the remote access host will require
authenticating clients to obtain an authentication token from this URL in order
to connect. Must be used in conjunction with RemoteAccessHostTokenValidationUrl. |
| 995 | |
| 996 If this policy is set, the remote access host will require authenticat
ing clients to obtain an authentication token from this URL in order to connect.
Must be used in conjunction with RemoteAccessHostTokenValidationUrl. | |
| 997 | 993 |
| 998 This feature is currently disabled server-side.''', | 994 This feature is currently disabled server-side.''', |
| 999 }, | 995 }, |
| 1000 { | 996 { |
| 1001 'name': 'RemoteAccessHostTokenValidationUrl', | 997 'name': 'RemoteAccessHostTokenValidationUrl', |
| 1002 'type': 'string', | 998 'type': 'string', |
| 1003 'schema': { 'type': 'string' }, | 999 'schema': { 'type': 'string' }, |
| 1004 'supported_on': ['chrome.*:28-','chrome_os:42-'], | 1000 'supported_on': ['chrome.*:28-','chrome_os:42-'], |
| 1005 'features': { | 1001 'features': { |
| 1006 'dynamic_refresh': True, | 1002 'dynamic_refresh': True, |
| 1007 'per_profile': False, | 1003 'per_profile': False, |
| 1008 }, | 1004 }, |
| 1009 'example_value': 'https://example.com/validate', | 1005 'example_value': 'https://example.com/validate', |
| 1010 'id': 287, | 1006 'id': 287, |
| 1011 'caption': '''URL for validating remote access client authentication t
oken''', | 1007 'caption': '''URL for validating remote access client authentication t
oken''', |
| 1012 'tags': ['website-sharing'], | 1008 'tags': ['website-sharing'], |
| 1013 'desc': '''URL for validating remote access client authentication toke
n. | 1009 'desc': '''If this policy is set, the remote access host will use this
URL to validate authentication tokens from remote access clients, in order to a
ccept connections. Must be used in conjunction with RemoteAccessHostTokenUrl. |
| 1014 | |
| 1015 If this policy is set, the remote access host will use this URL to val
idate authentication tokens from remote access clients, in order to accept conne
ctions. Must be used in conjunction with RemoteAccessHostTokenUrl. | |
| 1016 | 1010 |
| 1017 This feature is currently disabled server-side.''', | 1011 This feature is currently disabled server-side.''', |
| 1018 }, | 1012 }, |
| 1019 { | 1013 { |
| 1020 'name': 'RemoteAccessHostTokenValidationCertificateIssuer', | 1014 'name': 'RemoteAccessHostTokenValidationCertificateIssuer', |
| 1021 'type': 'string', | 1015 'type': 'string', |
| 1022 'schema': { 'type': 'string' }, | 1016 'schema': { 'type': 'string' }, |
| 1023 'supported_on': ['chrome.*:28-','chrome_os:42-'], | 1017 'supported_on': ['chrome.*:28-','chrome_os:42-'], |
| 1024 'features': { | 1018 'features': { |
| 1025 'dynamic_refresh': True, | 1019 'dynamic_refresh': True, |
| 1026 'per_profile': False, | 1020 'per_profile': False, |
| 1027 }, | 1021 }, |
| 1028 'example_value': 'Example Certificate Authority', | 1022 'example_value': 'Example Certificate Authority', |
| 1029 'id': 288, | 1023 'id': 288, |
| 1030 'caption': '''Client certificate for connecting to RemoteAccessHostTok
enValidationUrl''', | 1024 'caption': '''Client certificate for connecting to RemoteAccessHostTok
enValidationUrl''', |
| 1031 'tags': [], | 1025 'tags': [], |
| 1032 'desc': '''Client certificate for connecting to RemoteAccessHostTokenV
alidationUrl. | 1026 'desc': '''If this policy is set, the host will use a client certifica
te with the given issuer CN to authenticate to RemoteAccessHostTokenValidationUr
l. Set it to "*" to use any available client certificate. |
| 1033 | |
| 1034 If this policy is set, the host will use a client certificate with the
given issuer CN to authenticate to RemoteAccessHostTokenValidationUrl. Set it t
o "*" to use any available client certificate. | |
| 1035 | 1027 |
| 1036 This feature is currently disabled server-side.''', | 1028 This feature is currently disabled server-side.''', |
| 1037 }, | 1029 }, |
| 1038 { | 1030 { |
| 1039 'name': 'RemoteAccessHostDebugOverridePolicies', | 1031 'name': 'RemoteAccessHostDebugOverridePolicies', |
| 1040 'type': 'string', | 1032 'type': 'string', |
| 1041 'schema': { 'type': 'string' }, | 1033 'schema': { 'type': 'string' }, |
| 1042 'supported_on': ['chrome.*:25-47','chrome_os:42-47'], | 1034 'supported_on': ['chrome.*:25-47','chrome_os:42-47'], |
| 1043 'features': { | 1035 'features': { |
| 1044 'dynamic_refresh': True, | 1036 'dynamic_refresh': True, |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1290 ], | 1282 ], |
| 1291 'features': { | 1283 'features': { |
| 1292 'can_be_recommended': True, | 1284 'can_be_recommended': True, |
| 1293 'dynamic_refresh': True, | 1285 'dynamic_refresh': True, |
| 1294 'per_profile': True, | 1286 'per_profile': True, |
| 1295 }, | 1287 }, |
| 1296 'example_value': True, | 1288 'example_value': True, |
| 1297 'id': 16, | 1289 'id': 16, |
| 1298 'caption': '''Enable saving passwords to the password manager''', | 1290 'caption': '''Enable saving passwords to the password manager''', |
| 1299 'tags': [], | 1291 'tags': [], |
| 1300 'desc': ''' | 1292 'desc': '''If this setting is enabled, users can have <ph name="PRODUC
T_NAME">$1<ex>Google Chrome</ex></ph> memorize passwords and provide them automa
tically the next time they log in to a site. |
| 1301 If this setting is enabled, users can have <ph name="PRODUCT_NAME">$1<
ex>Google Chrome</ex></ph> memorize passwords and provide them automatically the
next time they log in to a site. | |
| 1302 | 1293 |
| 1303 If this settings is disabled, users cannot save new passwords but they | 1294 If this settings is disabled, users cannot save new passwords but they |
| 1304 may still use passwords that have been saved previously. | 1295 may still use passwords that have been saved previously. |
| 1305 | 1296 |
| 1306 If this policy is enabled or disabled, users cannot change or override
it in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. If this policy is
unset, password saving is allowed (but can be turned off by the user).''', | 1297 If this policy is enabled or disabled, users cannot change or override
it in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. If this policy is
unset, password saving is allowed (but can be turned off by the user).''', |
| 1307 'arc_support': 'This policy has no effect on Android apps.', | 1298 'arc_support': 'This policy has no effect on Android apps.', |
| 1308 }, | 1299 }, |
| 1309 { | 1300 { |
| 1310 'name': 'PasswordManagerAllowShowPasswords', | 1301 'name': 'PasswordManagerAllowShowPasswords', |
| 1311 'type': 'main', | 1302 'type': 'main', |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1510 'schema': { 'type': 'boolean' }, | 1501 'schema': { 'type': 'boolean' }, |
| 1511 'supported_on': ['chrome.win:57-'], | 1502 'supported_on': ['chrome.win:57-'], |
| 1512 'features': { | 1503 'features': { |
| 1513 'dynamic_refresh': False, | 1504 'dynamic_refresh': False, |
| 1514 'per_profile': False, | 1505 'per_profile': False, |
| 1515 }, | 1506 }, |
| 1516 'example_value': True, | 1507 'example_value': True, |
| 1517 'id': 358, | 1508 'id': 358, |
| 1518 'caption': '''Enable the creation of roaming copies for <ph name="PRODUCT_
NAME">$1<ex>Google Chrome</ex></ph> profile data''', | 1509 'caption': '''Enable the creation of roaming copies for <ph name="PRODUCT_
NAME">$1<ex>Google Chrome</ex></ph> profile data''', |
| 1519 'tags': ['local-data-access'], | 1510 'tags': ['local-data-access'], |
| 1520 'desc': '''Enables the creation of roaming copies for <ph name="PRODUCT_NA
ME">$1<ex>Google Chrome</ex></ph> profile data. | 1511 'desc': '''If you enable this setting, the settings stored in <ph name="PR
ODUCT_NAME">$1<ex>Google Chrome</ex></ph> profiles like bookmarks, autofill data
, passwords, etc. will also be written to a file stored in the Roaming user prof
ile folder or a location specified by the Administrator through the <ph name="RO
AMINGPROFILELOCATION_POLICY_NAME">$1<ex>RoamingProfileLocation</ex></ph> policy. |
| 1521 | |
| 1522 If you enable this setting, the settings stored in <ph name="PRODUCT_NAME"
>$1<ex>Google Chrome</ex></ph> profiles like bookmarks, autofill data, passwords
, etc. will also be written to a file stored in the Roaming user profile folder
or a location specified by the Administrator through the <ph name="ROAMINGPROFIL
ELOCATION_POLICY_NAME">$1<ex>RoamingProfileLocation</ex></ph> policy. | |
| 1523 | 1512 |
| 1524 Google Sync is automatically disabled when this policy is enabled. | 1513 Google Sync is automatically disabled when this policy is enabled. |
| 1525 | 1514 |
| 1526 To prevent accidental data leaks it is advisable to also set the <ph name=
"SIGNINALLOWED_POLICY_NAME">$1<ex>SigninAllowed</ex></ph> policy to False. | 1515 To prevent accidental data leaks it is advisable to also set the <ph name=
"SIGNINALLOWED_POLICY_NAME">$1<ex>SigninAllowed</ex></ph> policy to False. |
| 1527 | 1516 |
| 1528 If this policy is disabled or left not set only the regular local profiles
will be used.''', | 1517 If this policy is disabled or left not set only the regular local profiles
will be used.''', |
| 1529 'label': '''Enable the creation of roaming copies for <ph name="PRODUCT_NA
ME">$1<ex>Google Chrome</ex></ph> profile data.''', | 1518 'label': '''Enable the creation of roaming copies for <ph name="PRODUCT_NA
ME">$1<ex>Google Chrome</ex></ph> profile data.''', |
| 1530 }, | 1519 }, |
| 1531 { | 1520 { |
| 1532 'name': 'RoamingProfileLocation', | 1521 'name': 'RoamingProfileLocation', |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1575 'type': 'main', | 1564 'type': 'main', |
| 1576 'schema': { 'type': 'boolean' }, | 1565 'schema': { 'type': 'boolean' }, |
| 1577 'supported_on': ['chrome.*:35-42'], | 1566 'supported_on': ['chrome.*:35-42'], |
| 1578 'features': { | 1567 'features': { |
| 1579 'dynamic_refresh': False, | 1568 'dynamic_refresh': False, |
| 1580 'per_profile': False, | 1569 'per_profile': False, |
| 1581 }, | 1570 }, |
| 1582 'deprecated': True, | 1571 'deprecated': True, |
| 1583 'example_value': False, | 1572 'example_value': False, |
| 1584 'id': 265, | 1573 'id': 265, |
| 1585 'caption': '''Enables the old web-based signin''', | 1574 'caption': '''Enables the old web-based signin flow''', |
| 1586 'tags': [], | 1575 'tags': [], |
| 1587 'desc': '''Enables the old web-based signin flow. | 1576 'desc': '''This setting was named EnableWebBasedSignin prior to Chrome 42,
and support for it will be removed entirely in Chrome 43. |
| 1588 | |
| 1589 This setting was named EnableWebBasedSignin prior to Chrome 42, and suppor
t for it will be removed entirely in Chrome 43. | |
| 1590 | 1577 |
| 1591 This setting is useful for enterprise customers who are using SSO solution
s that are not compatible with the new inline signin flow yet. | 1578 This setting is useful for enterprise customers who are using SSO solution
s that are not compatible with the new inline signin flow yet. |
| 1592 If you enable this setting, the old web-based signin flow would be used. | 1579 If you enable this setting, the old web-based signin flow would be used. |
| 1593 If you disable this setting or leave it not set, the new inline signin flo
w would be used by default. Users may still enable the old web-based signin flow
through the command line flag --enable-web-based-signin. | 1580 If you disable this setting or leave it not set, the new inline signin flo
w would be used by default. Users may still enable the old web-based signin flow
through the command line flag --enable-web-based-signin. |
| 1594 | 1581 |
| 1595 The experimental setting will be removed in the future when the inline sig
nin fully supports all SSO signin flows.''', | 1582 The experimental setting will be removed in the future when the inline sig
nin fully supports all SSO signin flows.''', |
| 1596 }, | 1583 }, |
| 1597 { | 1584 { |
| 1598 'name': 'UserDataDir', | 1585 'name': 'UserDataDir', |
| 1599 'type': 'string', | 1586 'type': 'string', |
| (...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2243 }, | 2230 }, |
| 2244 'supported_on': ['chrome.*:9-', 'chrome_os:11-'], | 2231 'supported_on': ['chrome.*:9-', 'chrome_os:11-'], |
| 2245 'features': { | 2232 'features': { |
| 2246 'dynamic_refresh': True, | 2233 'dynamic_refresh': True, |
| 2247 'per_profile': True, | 2234 'per_profile': True, |
| 2248 }, | 2235 }, |
| 2249 'example_value': ['gbchcmhmhahfdphkhkmpfmihenigjmpp;https://clients2.g
oogle.com/service/update2/crx'], | 2236 'example_value': ['gbchcmhmhahfdphkhkmpfmihenigjmpp;https://clients2.g
oogle.com/service/update2/crx'], |
| 2250 'id': 34, | 2237 'id': 34, |
| 2251 'caption': '''Configure the list of force-installed apps and extension
s''', | 2238 'caption': '''Configure the list of force-installed apps and extension
s''', |
| 2252 'tags': ['full-admin-access'], | 2239 'tags': ['full-admin-access'], |
| 2253 'desc': ''' | 2240 'desc': '''Specifies a list of apps and extensions that are installed
silently, |
| 2254 Specifies a list of apps and extensions that are installed silently, | |
| 2255 without user interaction, and which cannot be uninstalled by the | 2241 without user interaction, and which cannot be uninstalled by the |
| 2256 user. All permissions requested by the apps/extensions are granted | 2242 user. All permissions requested by the apps/extensions are granted |
| 2257 implicitly, without user interaction, including any additional | 2243 implicitly, without user interaction, including any additional |
| 2258 permissions requested by future versions of the app/extension. | 2244 permissions requested by future versions of the app/extension. |
| 2259 Furthermore, permissions are granted for the | 2245 Furthermore, permissions are granted for the |
| 2260 enterprise.deviceAttributes and enterprise.platformKeys extension | 2246 enterprise.deviceAttributes and enterprise.platformKeys extension |
| 2261 APIs. (These two APIs are not available to apps/extensions that are | 2247 APIs. (These two APIs are not available to apps/extensions that are |
| 2262 not force-installed.) | 2248 not force-installed.) |
| 2263 | 2249 |
| 2264 This policy takes precedence over a potentially conflicting <ph name="
EXTENSION_INSTALL_BLACKLIST_POLICY_NAME">ExtensionInstallBlacklist</ph> policy.
If an app or extension that previously had been force-installed is removed from
this list, it is automatically uninstalled by <ph name="PRODUCT_NAME">$1<ex>Goog
le Chrome</ex></ph>. | 2250 This policy takes precedence over a potentially conflicting <ph name="
EXTENSION_INSTALL_BLACKLIST_POLICY_NAME">ExtensionInstallBlacklist</ph> policy.
If an app or extension that previously had been force-installed is removed from
this list, it is automatically uninstalled by <ph name="PRODUCT_NAME">$1<ex>Goog
le Chrome</ex></ph>. |
| (...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2625 'supported_on': ['chrome.*:10-', 'chrome_os:11-'], | 2611 'supported_on': ['chrome.*:10-', 'chrome_os:11-'], |
| 2626 'features': { | 2612 'features': { |
| 2627 'can_be_recommended': True, | 2613 'can_be_recommended': True, |
| 2628 'dynamic_refresh': True, | 2614 'dynamic_refresh': True, |
| 2629 'per_profile': True, | 2615 'per_profile': True, |
| 2630 }, | 2616 }, |
| 2631 'example_value': False, | 2617 'example_value': False, |
| 2632 'id': 39, | 2618 'id': 39, |
| 2633 'caption': '''Block third party cookies''', | 2619 'caption': '''Block third party cookies''', |
| 2634 'tags': [], | 2620 'tags': [], |
| 2635 'desc': '''Blocks third party cookies. | 2621 'desc': '''Enabling this setting prevents cookies from being set by web pa
ge elements that are not from the domain that is in the browser's address bar. |
| 2636 | |
| 2637 Enabling this setting prevents cookies from being set by web page elements
that are not from the domain that is in the browser's address bar. | |
| 2638 | 2622 |
| 2639 Disabling this setting allows cookies to be set by web page elements that
are not from the domain that is in the browser's address bar and prevents users
from changing this setting. | 2623 Disabling this setting allows cookies to be set by web page elements that
are not from the domain that is in the browser's address bar and prevents users
from changing this setting. |
| 2640 | 2624 |
| 2641 If this policy is left not set, third party cookies will be enabled but th
e user will be able to change that.''', | 2625 If this policy is left not set, third party cookies will be enabled but th
e user will be able to change that.''', |
| 2642 }, | 2626 }, |
| 2643 { | 2627 { |
| 2644 # TODO(joaodasilva): Flag these policies with 'can_be_recommended' | 2628 # TODO(joaodasilva): Flag these policies with 'can_be_recommended' |
| 2645 # after fixing https://crbug.com/106683 | 2629 # after fixing https://crbug.com/106683 |
| 2646 'name': 'DefaultSearchProvider', | 2630 'name': 'DefaultSearchProvider', |
| 2647 'type': 'group', | 2631 'type': 'group', |
| (...skipping 1187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3835 'schema': { 'type': 'boolean' }, | 3819 'schema': { 'type': 'boolean' }, |
| 3836 'supported_on': ['chrome.*:9-', 'chrome_os:11-'], | 3820 'supported_on': ['chrome.*:9-', 'chrome_os:11-'], |
| 3837 'features': { | 3821 'features': { |
| 3838 'dynamic_refresh': True, | 3822 'dynamic_refresh': True, |
| 3839 'per_profile': True, | 3823 'per_profile': True, |
| 3840 }, | 3824 }, |
| 3841 'example_value': False, | 3825 'example_value': False, |
| 3842 'id': 55, | 3826 'id': 55, |
| 3843 'caption': '''Disable support for 3D graphics APIs''', | 3827 'caption': '''Disable support for 3D graphics APIs''', |
| 3844 'tags': [], | 3828 'tags': [], |
| 3845 'desc': '''Disable support for 3D graphics APIs. | 3829 'desc': '''Enabling this setting prevents web pages from accessing the gra
phics processing unit (GPU). Specifically, web pages can not access the WebGL AP
I and plugins can not use the Pepper 3D API. |
| 3846 | |
| 3847 Enabling this setting prevents web pages from accessing the graphics proce
ssing unit (GPU). Specifically, web pages can not access the WebGL API and plugi
ns can not use the Pepper 3D API. | |
| 3848 | 3830 |
| 3849 Disabling this setting or leaving it not set potentially allows web pages
to use the WebGL API and plugins to use the Pepper 3D API. The default settings
of the browser may still require command line arguments to be passed in order to
use these APIs. | 3831 Disabling this setting or leaving it not set potentially allows web pages
to use the WebGL API and plugins to use the Pepper 3D API. The default settings
of the browser may still require command line arguments to be passed in order to
use these APIs. |
| 3850 | 3832 |
| 3851 If HardwareAccelerationModeEnabled is set to false, Disable3DAPIs is ignor
ed and it is equivalent to Disable3DAPIs being set to true.''', | 3833 If HardwareAccelerationModeEnabled is set to false, Disable3DAPIs is ignor
ed and it is equivalent to Disable3DAPIs being set to true.''', |
| 3852 }, | 3834 }, |
| 3853 { | 3835 { |
| 3854 'name': 'PolicyRefreshRate', | 3836 'name': 'PolicyRefreshRate', |
| 3855 'type': 'int', | 3837 'type': 'int', |
| 3856 'schema': { 'type': 'integer' }, | 3838 'schema': { 'type': 'integer' }, |
| 3857 'supported_on': ['chrome_os:11-'], | 3839 'supported_on': ['chrome_os:11-'], |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4021 'items': { 'type': 'string' }, | 4003 'items': { 'type': 'string' }, |
| 4022 }, | 4004 }, |
| 4023 'supported_on': ['chrome_frame:8-32'], | 4005 'supported_on': ['chrome_frame:8-32'], |
| 4024 'features': { | 4006 'features': { |
| 4025 'dynamic_refresh': False, | 4007 'dynamic_refresh': False, |
| 4026 }, | 4008 }, |
| 4027 'example_value': ['text/xml', 'application/xml'], | 4009 'example_value': ['text/xml', 'application/xml'], |
| 4028 'id': 60, | 4010 'id': 60, |
| 4029 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome
Frame</ex></ph> to handle the listed content types''', | 4011 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome
Frame</ex></ph> to handle the listed content types''', |
| 4030 'tags': [], | 4012 'tags': [], |
| 4031 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fra
me</ex></ph> to handle the listed content types. | 4013 'desc': '''If this policy is set, the specified content types are hand
led by <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>. |
| 4032 | 4014 |
| 4033 If this policy is not set the default renderer will be used for all si
tes as specified by the 'ChromeFrameRendererSettings' policy.''', | 4015 If this policy is not set, the default renderer is used for all sites.
(The <ph name="CHROMEFRAMERENDERERSETTINGS_POLICY_NAME">ChromeFrameRendererSett
ings</ph> policy may be used to configure the default renderer.)''', |
| 4034 }, | 4016 }, |
| 4035 ], | 4017 ], |
| 4036 }, | 4018 }, |
| 4037 { | 4019 { |
| 4038 'name': 'ChromeOsLockOnIdleSuspend', | 4020 'name': 'ChromeOsLockOnIdleSuspend', |
| 4039 'type': 'main', | 4021 'type': 'main', |
| 4040 'schema': { 'type': 'boolean' }, | 4022 'schema': { 'type': 'boolean' }, |
| 4041 'supported_on': ['chrome_os:9-'], | 4023 'supported_on': ['chrome_os:9-'], |
| 4042 'features': { | 4024 'features': { |
| 4043 'can_be_recommended': True, | 4025 'can_be_recommended': True, |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4173 'schema': { 'type': 'boolean' }, | 4155 'schema': { 'type': 'boolean' }, |
| 4174 'supported_on': ['chrome.*:12-', 'chrome_os:12-'], | 4156 'supported_on': ['chrome.*:12-', 'chrome_os:12-'], |
| 4175 'features': { | 4157 'features': { |
| 4176 'dynamic_refresh': True, | 4158 'dynamic_refresh': True, |
| 4177 'per_profile': True, | 4159 'per_profile': True, |
| 4178 }, | 4160 }, |
| 4179 'example_value': True, | 4161 'example_value': True, |
| 4180 'id': 81, | 4162 'id': 81, |
| 4181 'caption': '''Allow running plugins that are outdated''', | 4163 'caption': '''Allow running plugins that are outdated''', |
| 4182 'tags': ['system-security'], | 4164 'tags': ['system-security'], |
| 4183 'desc': '''Allows <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to
run plugins that are outdated. | 4165 'desc': '''If you enable this setting, outdated plugins are used as normal
plugins. |
| 4184 | |
| 4185 If you enable this setting, outdated plugins are used as normal plugins. | |
| 4186 | 4166 |
| 4187 If you disable this setting, outdated plugins will not be used and users w
ill not be asked for permission to run them. | 4167 If you disable this setting, outdated plugins will not be used and users w
ill not be asked for permission to run them. |
| 4188 | 4168 |
| 4189 If this setting is not set, users will be asked for permission to run outd
ated plugins.''', | 4169 If this setting is not set, users will be asked for permission to run outd
ated plugins.''', |
| 4190 }, | 4170 }, |
| 4191 { | 4171 { |
| 4192 'name': 'AlwaysAuthorizePlugins', | 4172 'name': 'AlwaysAuthorizePlugins', |
| 4193 'type': 'main', | 4173 'type': 'main', |
| 4194 'schema': { 'type': 'boolean' }, | 4174 'schema': { 'type': 'boolean' }, |
| 4195 'supported_on': ['chrome.*:13-', 'chrome_os:13-'], | 4175 'supported_on': ['chrome.*:13-', 'chrome_os:13-'], |
| 4196 'features': { | 4176 'features': { |
| 4197 'dynamic_refresh': True, | 4177 'dynamic_refresh': True, |
| 4198 'per_profile': True, | 4178 'per_profile': True, |
| 4199 }, | 4179 }, |
| 4200 'example_value': True, | 4180 'example_value': True, |
| 4201 'id': 86, | 4181 'id': 86, |
| 4202 'caption': '''Always runs plugins that require authorization''', | 4182 'caption': '''Always runs plugins that require authorization''', |
| 4203 'tags': ['system-security'], | 4183 'tags': ['system-security'], |
| 4204 'desc': '''Allows <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to
run plugins that require authorization. | 4184 'desc': '''If you enable this setting, plugins that are not outdated alway
s run. |
| 4205 | |
| 4206 If you enable this setting, plugins that are not outdated always run. | |
| 4207 | 4185 |
| 4208 If this setting is disabled or not set, users will be asked for permission
to run plugins that require authorization. These are plugins that can compromis
e security.''', | 4186 If this setting is disabled or not set, users will be asked for permission
to run plugins that require authorization. These are plugins that can compromis
e security.''', |
| 4209 }, | 4187 }, |
| 4210 { | 4188 { |
| 4211 'name': 'BookmarkBarEnabled', | 4189 'name': 'BookmarkBarEnabled', |
| 4212 'type': 'main', | 4190 'type': 'main', |
| 4213 'schema': { 'type': 'boolean' }, | 4191 'schema': { 'type': 'boolean' }, |
| 4214 'supported_on': ['chrome.*:12-', 'chrome_os:12-'], | 4192 'supported_on': ['chrome.*:12-', 'chrome_os:12-'], |
| 4215 'features': { | 4193 'features': { |
| 4216 'can_be_recommended': True, | 4194 'can_be_recommended': True, |
| 4217 'dynamic_refresh': True, | 4195 'dynamic_refresh': True, |
| 4218 'per_profile': True, | 4196 'per_profile': True, |
| 4219 }, | 4197 }, |
| 4220 'example_value': True, | 4198 'example_value': True, |
| 4221 'id': 82, | 4199 'id': 82, |
| 4222 'caption': '''Enable Bookmark Bar''', | 4200 'caption': '''Enable Bookmark Bar''', |
| 4223 'tags': [], | 4201 'tags': [], |
| 4224 'desc': '''Enables the bookmark bar on <ph name="PRODUCT_NAME">$1<ex>Googl
e Chrome</ex></ph>. | 4202 'desc': '''If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Googl
e Chrome</ex></ph> will show a bookmark bar. |
| 4225 | |
| 4226 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e
x></ph> will show a bookmark bar. | |
| 4227 | 4203 |
| 4228 If you disable this setting, users will never see the bookmark bar. | 4204 If you disable this setting, users will never see the bookmark bar. |
| 4229 | 4205 |
| 4230 If you enable or disable this setting, users cannot change or override it
in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 4206 If you enable or disable this setting, users cannot change or override it
in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
| 4231 | 4207 |
| 4232 If this setting is left not set the user can decide to use this function o
r not.''', | 4208 If this setting is left not set the user can decide to use this function o
r not.''', |
| 4233 }, | 4209 }, |
| 4234 { | 4210 { |
| 4235 'name': 'EditBookmarksEnabled', | 4211 'name': 'EditBookmarksEnabled', |
| 4236 'type': 'main', | 4212 'type': 'main', |
| 4237 'schema': { 'type': 'boolean' }, | 4213 'schema': { 'type': 'boolean' }, |
| 4238 'supported_on': ['chrome.*:12-', 'chrome_os:12-', 'android:30-'], | 4214 'supported_on': ['chrome.*:12-', 'chrome_os:12-', 'android:30-'], |
| 4239 'features': { | 4215 'features': { |
| 4240 'dynamic_refresh': True, | 4216 'dynamic_refresh': True, |
| 4241 'per_profile': True, | 4217 'per_profile': True, |
| 4242 }, | 4218 }, |
| 4243 'example_value': False, | 4219 'example_value': False, |
| 4244 'id': 83, | 4220 'id': 83, |
| 4245 'caption': '''Enables or disables bookmark editing''', | 4221 'caption': '''Enables or disables bookmark editing''', |
| 4246 'tags': [], | 4222 'tags': [], |
| 4247 'desc': '''Enables or disables editing bookmarks in <ph name="PRODUCT_NAME
">$1<ex>Google Chrome</ex></ph>. | 4223 'desc': '''If you enable this setting, bookmarks can be added, removed or
modified. This is the default also when this policy is not set. |
| 4248 | |
| 4249 If you enable this setting, bookmarks can be added, removed or modified. T
his is the default also when this policy is not set. | |
| 4250 | 4224 |
| 4251 If you disable this setting, bookmarks can not be added, removed or modifi
ed. Existing bookmarks are still available.''', | 4225 If you disable this setting, bookmarks can not be added, removed or modifi
ed. Existing bookmarks are still available.''', |
| 4252 }, | 4226 }, |
| 4253 { | 4227 { |
| 4254 'name': 'ShowAppsShortcutInBookmarkBar', | 4228 'name': 'ShowAppsShortcutInBookmarkBar', |
| 4255 'type': 'main', | 4229 'type': 'main', |
| 4256 'schema': { 'type': 'boolean' }, | 4230 'schema': { 'type': 'boolean' }, |
| 4257 'supported_on': ['chrome.*:37-'], | 4231 'supported_on': ['chrome.*:37-'], |
| 4258 'features': { | 4232 'features': { |
| 4259 'dynamic_refresh': True, | 4233 'dynamic_refresh': True, |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4512 'ios:34-47', | 4486 'ios:34-47', |
| 4513 ], | 4487 ], |
| 4514 'features': { | 4488 'features': { |
| 4515 'dynamic_refresh': True, | 4489 'dynamic_refresh': True, |
| 4516 'per_profile': True, | 4490 'per_profile': True, |
| 4517 }, | 4491 }, |
| 4518 'example_value': ['example.com', 'https://ssl.server.com', 'hosting.com/ba
d_path', 'https://server:8080/path', '.exact.hostname.com', 'file://*', 'custom_
scheme:*', '*'], | 4492 'example_value': ['example.com', 'https://ssl.server.com', 'hosting.com/ba
d_path', 'https://server:8080/path', '.exact.hostname.com', 'file://*', 'custom_
scheme:*', '*'], |
| 4519 'id': 103, | 4493 'id': 103, |
| 4520 'caption': '''Block access to a list of URLs''', | 4494 'caption': '''Block access to a list of URLs''', |
| 4521 'tags': ['filtering'], | 4495 'tags': ['filtering'], |
| 4522 'desc': '''Blocks access to the listed URLs. | 4496 'desc': '''This policy prevents the user from loading web pages from black
listed URLs. The blacklist provides a list of URL patterns that specify which UR
Ls will be blacklisted. |
| 4523 | |
| 4524 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. | |
| 4525 | 4497 |
| 4526 A URL pattern has to be formatted according to https://www.chromium.org/ad
ministrators/url-blacklist-filter-format. | 4498 A URL pattern has to be formatted according to https://www.chromium.org/ad
ministrators/url-blacklist-filter-format. |
| 4527 | 4499 |
| 4528 Exceptions can be defined in the URL whitelist policy. These policies are
limited to 1000 entries; subsequent entries will be ignored. | 4500 Exceptions can be defined in the URL whitelist policy. These policies are
limited to 1000 entries; subsequent entries will be ignored. |
| 4529 | 4501 |
| 4530 Note that it is not recommended to block internal 'chrome://*' URLs since
this may lead to unexpected errors. | 4502 Note that it is not recommended to block internal 'chrome://*' URLs since
this may lead to unexpected errors. |
| 4531 | 4503 |
| 4532 If this policy is not set no URL will be blacklisted in the browser.''', | 4504 If this policy is not set no URL will be blacklisted in the browser.''', |
| 4533 'arc_support': 'Android apps may voluntarily choose to honor this list. Yo
u cannot force them to honor it.', | 4505 'arc_support': 'Android apps may voluntarily choose to honor this list. Yo
u cannot force them to honor it.', |
| 4534 }, | 4506 }, |
| (...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4876 'schema': { 'type': 'integer', 'minimum': -1 }, | 4848 'schema': { 'type': 'integer', 'minimum': -1 }, |
| 4877 'supported_on': ['chrome_os:34-'], | 4849 'supported_on': ['chrome_os:34-'], |
| 4878 'features': { | 4850 'features': { |
| 4879 'dynamic_refresh': True, | 4851 'dynamic_refresh': True, |
| 4880 'per_profile': True, | 4852 'per_profile': True, |
| 4881 }, | 4853 }, |
| 4882 'example_value': 32, | 4854 'example_value': 32, |
| 4883 'id': 254, | 4855 'id': 254, |
| 4884 'caption': '''Limit the time for which a user authenticated via SAML can l
og in offline''', | 4856 'caption': '''Limit the time for which a user authenticated via SAML can l
og in offline''', |
| 4885 'tags': [], | 4857 'tags': [], |
| 4886 'desc': '''Limit the time for which a user authenticated via SAML can log
in offline. | 4858 'desc': '''During login, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS
</ex></ph> can authenticate against a server (online) or using a cached password
(offline). |
| 4887 | |
| 4888 During login, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph>
can authenticate against a server (online) or using a cached password (offline). | |
| 4889 | 4859 |
| 4890 When this policy is set to a value of -1, the user can authenticate offlin
e indefinitely. When this policy is set to any other value, it specifies the len
gth of time since the last online authentication after which the user must use o
nline authentication again. | 4860 When this policy is set to a value of -1, the user can authenticate offlin
e indefinitely. When this policy is set to any other value, it specifies the len
gth of time since the last online authentication after which the user must use o
nline authentication again. |
| 4891 | 4861 |
| 4892 Leaving this policy not set will make <ph name="PRODUCT_OS_NAME">$2<ex>Goo
gle Chrome OS</ex></ph> use a default time limit of 14 days after which the user
must use online authentication again. | 4862 Leaving this policy not set will make <ph name="PRODUCT_OS_NAME">$2<ex>Goo
gle Chrome OS</ex></ph> use a default time limit of 14 days after which the user
must use online authentication again. |
| 4893 | 4863 |
| 4894 This policy affects only users who authenticated using SAML. | 4864 This policy affects only users who authenticated using SAML. |
| 4895 | 4865 |
| 4896 The policy value should be specified in seconds.''', | 4866 The policy value should be specified in seconds.''', |
| 4897 }, | 4867 }, |
| 4898 { | 4868 { |
| (...skipping 1011 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5910 'schema': { 'type': 'boolean' }, | 5880 'schema': { 'type': 'boolean' }, |
| 5911 'supported_on': ['chrome_os:23-'], | 5881 'supported_on': ['chrome_os:23-'], |
| 5912 'features': { | 5882 'features': { |
| 5913 'dynamic_refresh': True, | 5883 'dynamic_refresh': True, |
| 5914 'per_profile': False, | 5884 'per_profile': False, |
| 5915 }, | 5885 }, |
| 5916 'example_value': False, | 5886 'example_value': False, |
| 5917 'id': 159, | 5887 'id': 159, |
| 5918 'caption': '''Allow playing audio''', | 5888 'caption': '''Allow playing audio''', |
| 5919 'tags': [], | 5889 'tags': [], |
| 5920 'desc': '''Allow playing audio. | 5890 'desc': '''When this policy is set to false, audio output will not be avai
lable on the device while the user is logged in. |
| 5921 | |
| 5922 When this policy is set to false, audio output will not be available on th
e device while the user is logged in. | |
| 5923 | 5891 |
| 5924 This policy affects all types of audio output and not only the built-in sp
eakers. Audio accessibility features are also inhibited by this policy. Do not e
nable this policy if a screen reader is required for the user. | 5892 This policy affects all types of audio output and not only the built-in sp
eakers. Audio accessibility features are also inhibited by this policy. Do not e
nable this policy if a screen reader is required for the user. |
| 5925 | 5893 |
| 5926 If this setting is set to true or not configured then users can use all su
pported audio outputs on their device.''', | 5894 If this setting is set to true or not configured then users can use all su
pported audio outputs on their device.''', |
| 5927 }, | 5895 }, |
| 5928 { | 5896 { |
| 5929 'name': 'AudioCaptureAllowed', | 5897 'name': 'AudioCaptureAllowed', |
| 5930 'type': 'main', | 5898 'type': 'main', |
| 5931 'schema': { 'type': 'boolean' }, | 5899 'schema': { 'type': 'boolean' }, |
| 5932 'supported_on': ['chrome.*:25-', 'chrome_os:23-'], | 5900 'supported_on': ['chrome.*:25-', 'chrome_os:23-'], |
| 5933 'features': { | 5901 'features': { |
| 5934 'dynamic_refresh': True, | 5902 'dynamic_refresh': True, |
| 5935 'per_profile': False, | 5903 'per_profile': False, |
| 5936 }, | 5904 }, |
| 5937 'example_value': False, | 5905 'example_value': False, |
| 5938 'id': 160, | 5906 'id': 160, |
| 5939 'caption': '''Allow or deny audio capture''', | 5907 'caption': '''Allow or deny audio capture''', |
| 5940 'tags': [], | 5908 'tags': [], |
| 5941 'desc': '''Allow or deny audio capture. | 5909 'desc': '''If enabled or not configured (default), the user will be prompt
ed for |
| 5942 | |
| 5943 If enabled or not configured (default), the user will be prompted for | |
| 5944 audio capture access except for URLs configured in the | 5910 audio capture access except for URLs configured in the |
| 5945 AudioCaptureAllowedUrls list which will be granted access without promptin
g. | 5911 AudioCaptureAllowedUrls list which will be granted access without promptin
g. |
| 5946 | 5912 |
| 5947 When this policy is disabled, the user will never be prompted and audio | 5913 When this policy is disabled, the user will never be prompted and audio |
| 5948 capture only be available to URLs configured in AudioCaptureAllowedUrls. | 5914 capture only be available to URLs configured in AudioCaptureAllowedUrls. |
| 5949 | 5915 |
| 5950 This policy affects all types of audio inputs and not only the built-in mi
crophone.''', | 5916 This policy affects all types of audio inputs and not only the built-in mi
crophone.''', |
| 5951 '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.', | 5917 '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.', |
| 5952 }, | 5918 }, |
| 5953 { | 5919 { |
| (...skipping 24 matching lines...) Expand all Loading... |
| 5978 'schema': { 'type': 'boolean' }, | 5944 'schema': { 'type': 'boolean' }, |
| 5979 'supported_on': ['chrome.*:25-', 'chrome_os:25-'], | 5945 'supported_on': ['chrome.*:25-', 'chrome_os:25-'], |
| 5980 'features': { | 5946 'features': { |
| 5981 'dynamic_refresh': True, | 5947 'dynamic_refresh': True, |
| 5982 'per_profile': True, | 5948 'per_profile': True, |
| 5983 }, | 5949 }, |
| 5984 'example_value': False, | 5950 'example_value': False, |
| 5985 'id': 167, | 5951 'id': 167, |
| 5986 'caption': '''Allow or deny video capture''', | 5952 'caption': '''Allow or deny video capture''', |
| 5987 'tags': [], | 5953 'tags': [], |
| 5988 'desc': '''Allow or deny video capture. | 5954 'desc': '''If enabled or not configured (default), the user will be prompt
ed for |
| 5989 | |
| 5990 If enabled or not configured (default), the user will be prompted for | |
| 5991 video capture access except for URLs configured in the | 5955 video capture access except for URLs configured in the |
| 5992 VideoCaptureAllowedUrls list which will be granted access without promptin
g. | 5956 VideoCaptureAllowedUrls list which will be granted access without promptin
g. |
| 5993 | 5957 |
| 5994 When this policy is disabled, the user will never be prompted and video | 5958 When this policy is disabled, the user will never be prompted and video |
| 5995 capture only be available to URLs configured in VideoCaptureAllowedUrls. | 5959 capture only be available to URLs configured in VideoCaptureAllowedUrls. |
| 5996 | 5960 |
| 5997 This policy affects all types of video inputs and not only the built-in ca
mera.''', | 5961 This policy affects all types of video inputs and not only the built-in ca
mera.''', |
| 5998 '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.', | 5962 '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.', |
| 5999 }, | 5963 }, |
| 6000 { | 5964 { |
| (...skipping 24 matching lines...) Expand all Loading... |
| 6025 'schema': { 'type': 'boolean' }, | 5989 'schema': { 'type': 'boolean' }, |
| 6026 'supported_on': ['chrome_os:22-', 'chrome.*:22-'], | 5990 'supported_on': ['chrome_os:22-', 'chrome.*:22-'], |
| 6027 'features': { | 5991 'features': { |
| 6028 'dynamic_refresh': True, | 5992 'dynamic_refresh': True, |
| 6029 'per_profile': False, | 5993 'per_profile': False, |
| 6030 }, | 5994 }, |
| 6031 'example_value': True, | 5995 'example_value': True, |
| 6032 'id': 153, | 5996 'id': 153, |
| 6033 'caption': '''Disable taking screenshots''', | 5997 'caption': '''Disable taking screenshots''', |
| 6034 'tags': [], | 5998 'tags': [], |
| 6035 'desc': '''Disables taking screenshots. | 5999 'desc': '''If enabled, screenshots cannot be taken using keyboard shortcut
s or extension APIs. |
| 6036 | |
| 6037 If enabled screenshots cannot be taken using keyboard shortcuts or extensi
on APIs. | |
| 6038 | 6000 |
| 6039 If disabled or not specified, taking screenshots is allowed.''' | 6001 If disabled or not specified, taking screenshots is allowed.''' |
| 6040 }, | 6002 }, |
| 6041 { | 6003 { |
| 6042 'name': 'SystemTimezone', | 6004 'name': 'SystemTimezone', |
| 6043 'type': 'string', | 6005 'type': 'string', |
| 6044 'schema': { 'type': 'string' }, | 6006 'schema': { 'type': 'string' }, |
| 6045 'supported_on': ['chrome_os:22-'], | 6007 'supported_on': ['chrome_os:22-'], |
| 6046 'device_only': True, | 6008 'device_only': True, |
| 6047 'features': { | 6009 'features': { |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6111 'schema': { 'type': 'boolean' }, | 6073 'schema': { 'type': 'boolean' }, |
| 6112 'supported_on': ['chrome_os:25-'], | 6074 'supported_on': ['chrome_os:25-'], |
| 6113 'features': { | 6075 'features': { |
| 6114 'dynamic_refresh': True, | 6076 'dynamic_refresh': True, |
| 6115 'per_profile': True, | 6077 'per_profile': True, |
| 6116 }, | 6078 }, |
| 6117 'example_value': True, | 6079 'example_value': True, |
| 6118 'id': 164, | 6080 'id': 164, |
| 6119 'caption': '''Add a logout button to the system tray''', | 6081 'caption': '''Add a logout button to the system tray''', |
| 6120 'tags': [], | 6082 'tags': [], |
| 6121 'desc': '''Adds a logout button to the system tray. | 6083 'desc': '''If enabled, a big, red logout button is shown in the system tra
y while a session is active and the screen is not locked. |
| 6122 | |
| 6123 If enabled, a big, red logout button is shown in the system tray while a s
ession is active and the screen is not locked. | |
| 6124 | 6084 |
| 6125 If disabled or not specified, no big, red logout button is shown in the sy
stem tray.''', | 6085 If disabled or not specified, no big, red logout button is shown in the sy
stem tray.''', |
| 6126 }, | 6086 }, |
| 6127 { | 6087 { |
| 6128 'name': 'BuiltInDnsClientEnabled', | 6088 'name': 'BuiltInDnsClientEnabled', |
| 6129 'type': 'main', | 6089 'type': 'main', |
| 6130 'schema': { 'type': 'boolean' }, | 6090 'schema': { 'type': 'boolean' }, |
| 6131 'supported_on': ['chrome.*:25-'], | 6091 'supported_on': ['chrome.*:25-'], |
| 6132 'features': { | 6092 'features': { |
| 6133 'dynamic_refresh': True, | 6093 'dynamic_refresh': True, |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6212 'name': 'SessionLengthLimit', | 6172 'name': 'SessionLengthLimit', |
| 6213 'type': 'int', | 6173 'type': 'int', |
| 6214 'schema': { 'type': 'integer' }, | 6174 'schema': { 'type': 'integer' }, |
| 6215 'supported_on': ['chrome_os:25-'], | 6175 'supported_on': ['chrome_os:25-'], |
| 6216 'features': { | 6176 'features': { |
| 6217 'dynamic_refresh': True, | 6177 'dynamic_refresh': True, |
| 6218 'per_profile': False, | 6178 'per_profile': False, |
| 6219 }, | 6179 }, |
| 6220 'example_value': 3600000, | 6180 'example_value': 3600000, |
| 6221 'id': 170, | 6181 'id': 170, |
| 6222 'caption': '''Limit the session length''', | 6182 'caption': '''Limit the length of a user session''', |
| 6223 'tags': [], | 6183 'tags': [], |
| 6224 'desc': '''Limit the maximum length of a user session. | 6184 'desc': '''When this policy is set, it specifies the length of time after
which a user is automatically logged out, terminating the session. The user is i
nformed about the remaining time by a countdown timer shown in the system tray. |
| 6225 | |
| 6226 When this policy is set, it specifies the length of time after which a use
r is automatically logged out, terminating the session. The user is informed abo
ut the remaining time by a countdown timer shown in the system tray. | |
| 6227 | 6185 |
| 6228 When this policy is not set, the session length is not limited. | 6186 When this policy is not set, the session length is not limited. |
| 6229 | 6187 |
| 6230 If you set this policy, users cannot change or override it. | 6188 If you set this policy, users cannot change or override it. |
| 6231 | 6189 |
| 6232 The policy value should be specified in milliseconds. Values are clamped t
o a range of 30 seconds to 24 hours.''', | 6190 The policy value should be specified in milliseconds. Values are clamped t
o a range of 30 seconds to 24 hours.''', |
| 6233 }, | 6191 }, |
| 6234 { | 6192 { |
| 6235 'name': 'FullscreenAllowed', | 6193 'name': 'FullscreenAllowed', |
| 6236 'type': 'main', | 6194 'type': 'main', |
| 6237 'schema': { 'type': 'boolean' }, | 6195 'schema': { 'type': 'boolean' }, |
| 6238 'supported_on': ['chrome.win:31-', 'chrome.linux:31-', 'chrome_os:31-'], | 6196 'supported_on': ['chrome.win:31-', 'chrome.linux:31-', 'chrome_os:31-'], |
| 6239 'features': { | 6197 'features': { |
| 6240 'dynamic_refresh': True, | 6198 'dynamic_refresh': True, |
| 6241 'per_profile': True, | 6199 'per_profile': True, |
| 6242 }, | 6200 }, |
| 6243 'example_value': True, | 6201 'example_value': True, |
| 6244 'id': 240, | 6202 'id': 240, |
| 6245 'caption': '''Allow fullscreen mode''', | 6203 'caption': '''Allow fullscreen mode''', |
| 6246 'tags': [], | 6204 'tags': [], |
| 6247 'desc': '''Allow fullscreen mode. | 6205 'desc': '''This policy controls the availability of fullscreen mode in whi
ch all <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> UI is hidden and on
ly web content is visible. |
| 6248 | |
| 6249 This policy controls the availability of fullscreen mode in which all <ph
name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> UI is hidden and only web cont
ent is visible. | |
| 6250 | 6206 |
| 6251 If this policy is set to true or not not configured, the user, apps and ex
tensions with appropriate permissions can enter fullscreen mode. | 6207 If this policy is set to true or not not configured, the user, apps and ex
tensions with appropriate permissions can enter fullscreen mode. |
| 6252 | 6208 |
| 6253 If this policy is set to false, neither the user nor any apps or extension
s can enter fullscreen mode. | 6209 If this policy is set to false, neither the user nor any apps or extension
s can enter fullscreen mode. |
| 6254 | 6210 |
| 6255 On all platforms except <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS<
/ex></ph>, kiosk mode is unavailable when fullscreen mode is disabled.''', | 6211 On all platforms except <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS<
/ex></ph>, kiosk mode is unavailable when fullscreen mode is disabled.''', |
| 6256 'arc_support': 'This policy has no effect on the Android apps. They will b
e able to enter fullscreen mode even if this policy is set to <ph name="FALSE">F
alse</ph>.', | 6212 'arc_support': 'This policy has no effect on the Android apps. They will b
e able to enter fullscreen mode even if this policy is set to <ph name="FALSE">F
alse</ph>.', |
| 6257 }, | 6213 }, |
| 6258 { | 6214 { |
| 6259 'name': 'PowerManagement', | 6215 'name': 'PowerManagement', |
| (...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6561 'supported_on': ['chrome_os:26-'], | 6517 'supported_on': ['chrome_os:26-'], |
| 6562 'features': { | 6518 'features': { |
| 6563 'dynamic_refresh': True, | 6519 'dynamic_refresh': True, |
| 6564 'per_profile': False, | 6520 'per_profile': False, |
| 6565 }, | 6521 }, |
| 6566 'deprecated': True, | 6522 'deprecated': True, |
| 6567 'example_value': 0, | 6523 'example_value': 0, |
| 6568 'id': 180, | 6524 'id': 180, |
| 6569 'caption': '''Action to take when the idle delay is reached''', | 6525 'caption': '''Action to take when the idle delay is reached''', |
| 6570 'tags': [], | 6526 'tags': [], |
| 6571 'desc': '''Specify the action to take when the idle delay is reached. | 6527 'desc': '''Note that this policy is deprecated and will be removed in
the future. |
| 6572 | |
| 6573 Note that this policy is deprecated and will be removed in the future. | |
| 6574 | 6528 |
| 6575 This policy provides a fallback value for the more-specific <ph name="
IDLEACTIONAC_POLICY_NAME">IdleActionAC</ph> and <ph name="IDLEACTIONBATTERY_POLI
CY_NAME">IdleActionBattery</ph> policies. If this policy is set, its value gets
used if the respective more-specific policy is not set. | 6529 This policy provides a fallback value for the more-specific <ph name="
IDLEACTIONAC_POLICY_NAME">IdleActionAC</ph> and <ph name="IDLEACTIONBATTERY_POLI
CY_NAME">IdleActionBattery</ph> policies. If this policy is set, its value gets
used if the respective more-specific policy is not set. |
| 6576 | 6530 |
| 6577 When this policy is unset, behavior of the more-specific policies rema
ins unaffected.''', | 6531 When this policy is unset, behavior of the more-specific policies rema
ins unaffected.''', |
| 6578 }, | 6532 }, |
| 6579 { | 6533 { |
| 6580 'name': 'IdleActionAC', | 6534 'name': 'IdleActionAC', |
| 6581 'type': 'int-enum', | 6535 'type': 'int-enum', |
| 6582 'schema': { | 6536 'schema': { |
| 6583 'type': 'integer', | 6537 'type': 'integer', |
| (...skipping 24 matching lines...) Expand all Loading... |
| 6608 'supported_on': ['chrome_os:30-'], | 6562 'supported_on': ['chrome_os:30-'], |
| 6609 'features': { | 6563 'features': { |
| 6610 'dynamic_refresh': True, | 6564 'dynamic_refresh': True, |
| 6611 'per_profile': False, | 6565 'per_profile': False, |
| 6612 }, | 6566 }, |
| 6613 'deprecated': True, | 6567 'deprecated': True, |
| 6614 'example_value': 0, | 6568 'example_value': 0, |
| 6615 'id': 226, | 6569 'id': 226, |
| 6616 'caption': '''Action to take when the idle delay is reached while runn
ing on AC power''', | 6570 'caption': '''Action to take when the idle delay is reached while runn
ing on AC power''', |
| 6617 'tags': [], | 6571 'tags': [], |
| 6618 'desc': '''Specify the action to take when the idle delay is reached w
hile running on AC power. | 6572 'desc': '''When this policy is set, it specifies the action that <ph n
ame="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> takes when the user remai
ns idle for the length of time given by the idle delay, which can be configured
separately. |
| 6619 | |
| 6620 When this policy is set, it specifies the action that <ph name="PRODUC
T_OS_NAME">$2<ex>Google Chrome OS</ex></ph> takes when the user remains idle for
the length of time given by the idle delay, which can be configured separately. | |
| 6621 | 6573 |
| 6622 When this policy is unset, the default action is taken, which is suspe
nd. | 6574 When this policy is unset, the default action is taken, which is suspe
nd. |
| 6623 | 6575 |
| 6624 If the action is suspend, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chro
me OS</ex></ph> can separately be configured to either lock or not lock the scre
en before suspending.''', | 6576 If the action is suspend, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chro
me OS</ex></ph> can separately be configured to either lock or not lock the scre
en before suspending.''', |
| 6625 }, | 6577 }, |
| 6626 { | 6578 { |
| 6627 'name': 'IdleActionBattery', | 6579 'name': 'IdleActionBattery', |
| 6628 'type': 'int-enum', | 6580 'type': 'int-enum', |
| 6629 'schema': { | 6581 'schema': { |
| 6630 'type': 'integer', | 6582 'type': 'integer', |
| (...skipping 24 matching lines...) Expand all Loading... |
| 6655 'supported_on': ['chrome_os:30-'], | 6607 'supported_on': ['chrome_os:30-'], |
| 6656 'features': { | 6608 'features': { |
| 6657 'dynamic_refresh': True, | 6609 'dynamic_refresh': True, |
| 6658 'per_profile': False, | 6610 'per_profile': False, |
| 6659 }, | 6611 }, |
| 6660 'deprecated': True, | 6612 'deprecated': True, |
| 6661 'example_value': 0, | 6613 'example_value': 0, |
| 6662 'id': 222, | 6614 'id': 222, |
| 6663 'caption': '''Action to take when the idle delay is reached while runn
ing on battery power''', | 6615 'caption': '''Action to take when the idle delay is reached while runn
ing on battery power''', |
| 6664 'tags': [], | 6616 'tags': [], |
| 6665 'desc': '''Specify the action to take when the idle delay is reached w
hile running on battery power. | 6617 'desc': '''When this policy is set, it specifies the action that <ph n
ame="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> takes when the user remai
ns idle for the length of time given by the idle delay, which can be configured
separately. |
| 6666 | |
| 6667 When this policy is set, it specifies the action that <ph name="PRODUC
T_OS_NAME">$2<ex>Google Chrome OS</ex></ph> takes when the user remains idle for
the length of time given by the idle delay, which can be configured separately. | |
| 6668 | 6618 |
| 6669 When this policy is unset, the default action is taken, which is suspe
nd. | 6619 When this policy is unset, the default action is taken, which is suspe
nd. |
| 6670 | 6620 |
| 6671 If the action is suspend, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chro
me OS</ex></ph> can separately be configured to either lock or not lock the scre
en before suspending.''', | 6621 If the action is suspend, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chro
me OS</ex></ph> can separately be configured to either lock or not lock the scre
en before suspending.''', |
| 6672 }, | 6622 }, |
| 6673 { | 6623 { |
| 6674 'name': 'LidCloseAction', | 6624 'name': 'LidCloseAction', |
| 6675 'type': 'int-enum', | 6625 'type': 'int-enum', |
| 6676 'schema': { | 6626 'schema': { |
| 6677 'type': 'integer', | 6627 'type': 'integer', |
| (...skipping 23 matching lines...) Expand all Loading... |
| 6701 ], | 6651 ], |
| 6702 'supported_on': ['chrome_os:26-'], | 6652 'supported_on': ['chrome_os:26-'], |
| 6703 'features': { | 6653 'features': { |
| 6704 'dynamic_refresh': True, | 6654 'dynamic_refresh': True, |
| 6705 'per_profile': False, | 6655 'per_profile': False, |
| 6706 }, | 6656 }, |
| 6707 'example_value': 0, | 6657 'example_value': 0, |
| 6708 'id': 181, | 6658 'id': 181, |
| 6709 'caption': '''Action to take when the user closes the lid''', | 6659 'caption': '''Action to take when the user closes the lid''', |
| 6710 'tags': [], | 6660 'tags': [], |
| 6711 'desc': '''Specify the action to take when the user closes the lid. | 6661 'desc': '''When this policy is set, it specifies the action that <ph n
ame="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> takes when the user close
s the device's lid. |
| 6712 | |
| 6713 When this policy is set, it specifies the action that <ph name="PRODUC
T_OS_NAME">$2<ex>Google Chrome OS</ex></ph> takes when the user closes the devic
e's lid. | |
| 6714 | 6662 |
| 6715 When this policy is unset, the default action is taken, which is suspe
nd. | 6663 When this policy is unset, the default action is taken, which is suspe
nd. |
| 6716 | 6664 |
| 6717 If the action is suspend, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chro
me OS</ex></ph> can separately be configured to either lock or not lock the scre
en before suspending.''', | 6665 If the action is suspend, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chro
me OS</ex></ph> can separately be configured to either lock or not lock the scre
en before suspending.''', |
| 6718 }, | 6666 }, |
| 6719 { | 6667 { |
| 6720 'name': 'PowerManagementUsesAudioActivity', | 6668 'name': 'PowerManagementUsesAudioActivity', |
| 6721 'type': 'main', | 6669 'type': 'main', |
| 6722 'schema': { 'type': 'boolean' }, | 6670 'schema': { 'type': 'boolean' }, |
| 6723 'supported_on': ['chrome_os:26-'], | 6671 'supported_on': ['chrome_os:26-'], |
| 6724 'features': { | 6672 'features': { |
| 6725 'dynamic_refresh': True, | 6673 'dynamic_refresh': True, |
| 6726 'per_profile': False, | 6674 'per_profile': False, |
| 6727 }, | 6675 }, |
| 6728 'example_value': True, | 6676 'example_value': True, |
| 6729 'id': 182, | 6677 'id': 182, |
| 6730 'caption': '''Specify whether audio activity affects power management'
'', | 6678 'caption': '''Specify whether audio activity affects power management'
'', |
| 6731 'tags': [], | 6679 'tags': [], |
| 6732 'desc': '''Specifies whether audio activity affects power management. | 6680 'desc': '''If this policy is set to True or is unset, the user is not
considered to be idle while audio is playing. This prevents the idle timeout fro
m being reached and the idle action from being taken. However, screen dimming, s
creen off and screen lock will be performed after the configured timeouts, irres
pective of audio activity. |
| 6733 | |
| 6734 If this policy is set to True or is unset, the user is not considered
to be idle while audio is playing. This prevents the idle timeout from being rea
ched and the idle action from being taken. However, screen dimming, screen off a
nd screen lock will be performed after the configured timeouts, irrespective of
audio activity. | |
| 6735 | 6681 |
| 6736 If this policy is set to False, audio activity does not prevent the us
er from being considered idle.''', | 6682 If this policy is set to False, audio activity does not prevent the us
er from being considered idle.''', |
| 6737 }, | 6683 }, |
| 6738 { | 6684 { |
| 6739 'name': 'PowerManagementUsesVideoActivity', | 6685 'name': 'PowerManagementUsesVideoActivity', |
| 6740 'type': 'main', | 6686 'type': 'main', |
| 6741 'schema': { 'type': 'boolean' }, | 6687 'schema': { 'type': 'boolean' }, |
| 6742 'supported_on': ['chrome_os:26-'], | 6688 'supported_on': ['chrome_os:26-'], |
| 6743 'features': { | 6689 'features': { |
| 6744 'dynamic_refresh': True, | 6690 'dynamic_refresh': True, |
| 6745 'per_profile': False, | 6691 'per_profile': False, |
| 6746 }, | 6692 }, |
| 6747 'example_value': True, | 6693 'example_value': True, |
| 6748 'id': 183, | 6694 'id': 183, |
| 6749 'caption': '''Specify whether video activity affects power management'
'', | 6695 'caption': '''Specify whether video activity affects power management'
'', |
| 6750 'tags': [], | 6696 'tags': [], |
| 6751 'desc': '''Specifies whether video activity affects power management. | 6697 'desc': '''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, scre
en dim delay, screen off delay and screen lock delay from being reached and the
corresponding actions from being taken. |
| 6752 | |
| 6753 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. | |
| 6754 | 6698 |
| 6755 If this policy is set to False, video activity does not prevent the us
er from being considered idle.''', | 6699 If this policy is set to False, video activity does not prevent the us
er from being considered idle.''', |
| 6756 '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>.', | 6700 '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>.', |
| 6757 }, | 6701 }, |
| 6758 { | 6702 { |
| 6759 'name': 'PresentationIdleDelayScale', | 6703 'name': 'PresentationIdleDelayScale', |
| 6760 'type': 'int', | 6704 'type': 'int', |
| 6761 'schema': { 'type': 'integer' }, | 6705 'schema': { 'type': 'integer' }, |
| 6762 'supported_on': ['chrome_os:26-28'], | 6706 'supported_on': ['chrome_os:26-28'], |
| 6763 'features': { | 6707 'features': { |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6909 'AC': { | 6853 'AC': { |
| 6910 'IdleAction': 'DoNothing' | 6854 'IdleAction': 'DoNothing' |
| 6911 }, | 6855 }, |
| 6912 'Battery': { | 6856 'Battery': { |
| 6913 'IdleAction': 'DoNothing' | 6857 'IdleAction': 'DoNothing' |
| 6914 } | 6858 } |
| 6915 }, | 6859 }, |
| 6916 'id': 258, | 6860 'id': 258, |
| 6917 'caption': '''Power management settings when the user becomes idle''', | 6861 'caption': '''Power management settings when the user becomes idle''', |
| 6918 'tags': [], | 6862 'tags': [], |
| 6919 'desc': '''Configure power management settings when the user becomes i
dle. | 6863 'desc': '''This policy controls multiple settings for the power manage
ment strategy when the user becomes idle. |
| 6920 | |
| 6921 This policy controls multiple settings for the power management strate
gy when the user becomes idle. | |
| 6922 | 6864 |
| 6923 There are four types of action: | 6865 There are four types of action: |
| 6924 * The screen will be dimmed if the user remains idle for the time spec
ified by |ScreenDim|. | 6866 * The screen will be dimmed if the user remains idle for the time spec
ified by |ScreenDim|. |
| 6925 * The screen will be turned off if the user remains idle for the time
specified by |ScreenOff|. | 6867 * The screen will be turned off if the user remains idle for the time
specified by |ScreenOff|. |
| 6926 * A warning dialog will be shown if the user remains idle for the time
specified by |IdleWarning|, telling the user that the idle action is about to b
e taken. | 6868 * A warning dialog will be shown if the user remains idle for the time
specified by |IdleWarning|, telling the user that the idle action is about to b
e taken. |
| 6927 * The action specified by |IdleAction| will be taken if the user remai
ns idle for the time specified by |Idle|. | 6869 * The action specified by |IdleAction| will be taken if the user remai
ns idle for the time specified by |Idle|. |
| 6928 | 6870 |
| 6929 For each of above actions, the delay should be specified in millisecon
ds, and needs to be set to a value greater than zero to trigger the correspondin
g action. In case the delay is set to zero, <ph name="PRODUCT_OS_NAME">$2<ex>Goo
gle Chrome OS</ex></ph> will not take the corresponding action. | 6871 For each of above actions, the delay should be specified in millisecon
ds, and needs to be set to a value greater than zero to trigger the correspondin
g action. In case the delay is set to zero, <ph name="PRODUCT_OS_NAME">$2<ex>Goo
gle Chrome OS</ex></ph> will not take the corresponding action. |
| 6930 | 6872 |
| 6931 For each of the above delays, when the length of time is unset, a defa
ult value will be used. | 6873 For each of the above delays, when the length of time is unset, a defa
ult value will be used. |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7120 'supported_on': ['chrome_os:27-'], | 7062 'supported_on': ['chrome_os:27-'], |
| 7121 'features': { | 7063 'features': { |
| 7122 'can_be_recommended': True, | 7064 'can_be_recommended': True, |
| 7123 'dynamic_refresh': True, | 7065 'dynamic_refresh': True, |
| 7124 'per_profile': True, | 7066 'per_profile': True, |
| 7125 }, | 7067 }, |
| 7126 'example_value': True, | 7068 'example_value': True, |
| 7127 'id': 188, | 7069 'id': 188, |
| 7128 'caption': '''Show accessibility options in system tray menu''', | 7070 'caption': '''Show accessibility options in system tray menu''', |
| 7129 'tags': [], | 7071 'tags': [], |
| 7130 'desc': '''Show <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex>
</ph> accessibility options in the system menu. | 7072 'desc': '''If this policy is set to true, Accessibility options always
appear in system tray menu. |
| 7131 | |
| 7132 If this policy is set to true, Accessibility options always appear in
system tray menu. | |
| 7133 | 7073 |
| 7134 If this policy is set to false, Accessibility options never appear in
system tray menu. | 7074 If this policy is set to false, Accessibility options never appear in
system tray menu. |
| 7135 | 7075 |
| 7136 If you set this policy, users cannot change or override it. | 7076 If you set this policy, users cannot change or override it. |
| 7137 | 7077 |
| 7138 If this policy is left unset, Accessibility options will not appear in
the system tray menu, but the user can cause the Accessibility options to appea
r via the Settings page.''' | 7078 If this policy is left unset, Accessibility options will not appear in
the system tray menu, but the user can cause the Accessibility options to appea
r via the Settings page.''' |
| 7139 }, | 7079 }, |
| 7140 { | 7080 { |
| 7141 'name': 'LargeCursorEnabled', | 7081 'name': 'LargeCursorEnabled', |
| 7142 'type': 'main', | 7082 'type': 'main', |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7275 'supported_on': ['chrome_os:29-'], | 7215 'supported_on': ['chrome_os:29-'], |
| 7276 'features': { | 7216 'features': { |
| 7277 'can_be_recommended': True, | 7217 'can_be_recommended': True, |
| 7278 'dynamic_refresh': True, | 7218 'dynamic_refresh': True, |
| 7279 'per_profile': True, | 7219 'per_profile': True, |
| 7280 }, | 7220 }, |
| 7281 'example_value': 1, | 7221 'example_value': 1, |
| 7282 'id': 214, | 7222 'id': 214, |
| 7283 'caption': '''Set screen magnifier type''', | 7223 'caption': '''Set screen magnifier type''', |
| 7284 'tags': [], | 7224 'tags': [], |
| 7285 'desc': '''Set the type of screen magnifier that is enabled. | 7225 'desc': '''If this policy is set, it controls the type of screen magni
fier that is enabled. Setting the policy to "None" disables the screen magnifier
. |
| 7286 | |
| 7287 If this policy is set, it controls the type of screen magnifier that i
s enabled. Setting the policy to "None" disables the screen magnifier. | |
| 7288 | 7226 |
| 7289 If you set this policy, users cannot change or override it. | 7227 If you set this policy, users cannot change or override it. |
| 7290 | 7228 |
| 7291 If this policy is left unset, the screen magnifier is disabled initial
ly but can be enabled by the user anytime.''', | 7229 If this policy is left unset, the screen magnifier is disabled initial
ly but can be enabled by the user anytime.''', |
| 7292 }, | 7230 }, |
| 7293 { | 7231 { |
| 7294 'name': 'DeviceLoginScreenDefaultLargeCursorEnabled', | 7232 'name': 'DeviceLoginScreenDefaultLargeCursorEnabled', |
| 7295 'type': 'main', | 7233 'type': 'main', |
| 7296 'schema': { 'type': 'boolean' }, | 7234 'schema': { 'type': 'boolean' }, |
| 7297 'supported_on': ['chrome_os:29-'], | 7235 'supported_on': ['chrome_os:29-'], |
| (...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7676 ], | 7614 ], |
| 7677 'supported_on': ['chrome.*:28-', 'chrome_os:28-'], | 7615 'supported_on': ['chrome.*:28-', 'chrome_os:28-'], |
| 7678 'features': { | 7616 'features': { |
| 7679 'dynamic_refresh': True, | 7617 'dynamic_refresh': True, |
| 7680 'per_profile': True | 7618 'per_profile': True |
| 7681 }, | 7619 }, |
| 7682 'example_value': 2, | 7620 'example_value': 2, |
| 7683 'id': 204, | 7621 'id': 204, |
| 7684 'caption': '''Default behavior for sites not in any content pack''', | 7622 'caption': '''Default behavior for sites not in any content pack''', |
| 7685 'tags': [], | 7623 'tags': [], |
| 7686 'desc': '''The default behavior for sites not in any content pack. | 7624 'desc': '''This policy is for internal use by <ph name="PRODUCT_NAME">
$1<ex>Google Chrome</ex></ph> itself.''', |
| 7687 | |
| 7688 This policy is for internal use by <ph name="PRODUCT_NAME">$1<ex>Googl
e Chrome</ex></ph> itself.''', | |
| 7689 }, | 7625 }, |
| 7690 { | 7626 { |
| 7691 'name': 'ContentPackManualBehaviorHosts', | 7627 'name': 'ContentPackManualBehaviorHosts', |
| 7692 'future': True, | 7628 'future': True, |
| 7693 'deprecated': True, | 7629 'deprecated': True, |
| 7694 'type': 'dict', | 7630 'type': 'dict', |
| 7695 'schema': { | 7631 'schema': { |
| 7696 'type': 'object', | 7632 'type': 'object', |
| 7697 'additionalProperties': { | 7633 'additionalProperties': { |
| 7698 'type': 'boolean' | 7634 'type': 'boolean' |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7895 'supported_on': ['chrome_os:34-'], | 7831 'supported_on': ['chrome_os:34-'], |
| 7896 'features': { | 7832 'features': { |
| 7897 'dynamic_refresh': True, | 7833 'dynamic_refresh': True, |
| 7898 'per_profile': True, | 7834 'per_profile': True, |
| 7899 }, | 7835 }, |
| 7900 'example_value': { "url": "https://example.com/avatar.jpg", "hash": "deadb
eefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef" }, | 7836 'example_value': { "url": "https://example.com/avatar.jpg", "hash": "deadb
eefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef" }, |
| 7901 'max_size': 524288, | 7837 'max_size': 524288, |
| 7902 'id': 249, | 7838 'id': 249, |
| 7903 'caption': '''User avatar image''', | 7839 'caption': '''User avatar image''', |
| 7904 'tags': [], | 7840 'tags': [], |
| 7905 'desc': '''Configure user avatar image. | 7841 'desc': '''This policy allows you to configure the avatar image representi
ng the user on the login screen. The policy is set by specifying the URL from wh
ich <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> can download the
avatar image and a cryptographic hash used to verify the integrity of the downl
oad. The image must be in JPEG format, its size must not exceed 512kB. The URL m
ust be accessible without any authentication. |
| 7906 | |
| 7907 This policy allows you to configure the avatar image representing the user
on the login screen. The policy is set by specifying the URL from which <ph nam
e="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> can download the avatar ima
ge and a cryptographic hash used to verify the integrity of the download. The im
age must be in JPEG format, its size must not exceed 512kB. The URL must be acce
ssible without any authentication. | |
| 7908 | 7842 |
| 7909 The avatar image is downloaded and cached. It will be re-downloaded whenev
er the URL or the hash changes. | 7843 The avatar image is downloaded and cached. It will be re-downloaded whenev
er the URL or the hash changes. |
| 7910 | 7844 |
| 7911 The policy should be specified as a string that expresses the URL and hash
in JSON format, conforming to the following schema: | 7845 The policy should be specified as a string that expresses the URL and hash
in JSON format, conforming to the following schema: |
| 7912 { | 7846 { |
| 7913 "type": "object", | 7847 "type": "object", |
| 7914 "properties": { | 7848 "properties": { |
| 7915 "url": { | 7849 "url": { |
| 7916 "description": "The URL from which the avatar image can be downloade
d.", | 7850 "description": "The URL from which the avatar image can be downloade
d.", |
| 7917 "type": "string" | 7851 "type": "string" |
| (...skipping 24 matching lines...) Expand all Loading... |
| 7942 'supported_on': ['chrome_os:35-'], | 7876 'supported_on': ['chrome_os:35-'], |
| 7943 'features': { | 7877 'features': { |
| 7944 'dynamic_refresh': True, | 7878 'dynamic_refresh': True, |
| 7945 'per_profile': True, | 7879 'per_profile': True, |
| 7946 }, | 7880 }, |
| 7947 'example_value': { "url": "https://example.com/wallpaper.jpg", "hash": "ba
ddecafbaddecafbaddecafbaddecafbaddecafbaddecafbaddecafbaddecaf" }, | 7881 'example_value': { "url": "https://example.com/wallpaper.jpg", "hash": "ba
ddecafbaddecafbaddecafbaddecafbaddecafbaddecafbaddecafbaddecaf" }, |
| 7948 'max_size': 16777216, | 7882 'max_size': 16777216, |
| 7949 'id': 262, | 7883 'id': 262, |
| 7950 'caption': '''Wallpaper image''', | 7884 'caption': '''Wallpaper image''', |
| 7951 'tags': [], | 7885 'tags': [], |
| 7952 'desc': '''Configure wallpaper image. | 7886 'desc': '''This policy allows you to configure the wallpaper image that is
shown on the desktop and on the login screen background for the user. The polic
y is set by specifying the URL from which <ph name="PRODUCT_OS_NAME">$2<ex>Googl
e Chrome OS</ex></ph> can download the wallpaper image and a cryptographic hash
used to verify the integrity of the download. The image must be in JPEG format,
its file size must not exceed 16MB. The URL must be accessible without any authe
ntication. |
| 7953 | |
| 7954 This policy allows you to configure the wallpaper image that is shown on t
he desktop and on the login screen background for the user. The policy is set by
specifying the URL from which <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS
</ex></ph> can download the wallpaper image and a cryptographic hash used to ver
ify the integrity of the download. The image must be in JPEG format, its file si
ze must not exceed 16MB. The URL must be accessible without any authentication. | |
| 7955 | 7887 |
| 7956 The wallpaper image is downloaded and cached. It will be re-downloaded whe
never the URL or the hash changes. | 7888 The wallpaper image is downloaded and cached. It will be re-downloaded whe
never the URL or the hash changes. |
| 7957 | 7889 |
| 7958 The policy should be specified as a string that expresses the URL and hash
in JSON format, conforming to the following schema: | 7890 The policy should be specified as a string that expresses the URL and hash
in JSON format, conforming to the following schema: |
| 7959 { | 7891 { |
| 7960 "type": "object", | 7892 "type": "object", |
| 7961 "properties": { | 7893 "properties": { |
| 7962 "url": { | 7894 "url": { |
| 7963 "description": "The URL from which the wallpaper image can be downlo
aded.", | 7895 "description": "The URL from which the wallpaper image can be downlo
aded.", |
| 7964 "type": "string" | 7896 "type": "string" |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8044 'supported_on': ['chrome_os:38-'], | 7976 'supported_on': ['chrome_os:38-'], |
| 8045 'features': { | 7977 'features': { |
| 8046 'dynamic_refresh': True, | 7978 'dynamic_refresh': True, |
| 8047 'per_profile': True, | 7979 'per_profile': True, |
| 8048 }, | 7980 }, |
| 8049 'example_value': True, | 7981 'example_value': True, |
| 8050 'default_for_enterprise_users': False, | 7982 'default_for_enterprise_users': False, |
| 8051 'id': 272, | 7983 'id': 272, |
| 8052 'caption': '''Allows Smart Lock to be used''', | 7984 'caption': '''Allows Smart Lock to be used''', |
| 8053 'tags': [], | 7985 'tags': [], |
| 8054 'desc': '''Allows Smart Lock to be used on <ph name="PRODUCT_OS_NAME">$2<e
x>Google Chrome OS</ex></ph> devices. | 7986 'desc': '''If you enable this setting, users will be allowed to use Smart
Lock if the requirements for the feature are satisfied. |
| 8055 | |
| 8056 If you enable this setting, users will be allowed to use Smart Lock if the
requirements for the feature are satisfied. | |
| 8057 | 7987 |
| 8058 If you disable this setting, users will not be allowed to use Smart Lock. | 7988 If you disable this setting, users will not be allowed to use Smart Lock. |
| 8059 | 7989 |
| 8060 If this policy is left not set, the default is not allowed for enterprise-
managed users and allowed for non-managed users.''', | 7990 If this policy is left not set, the default is not allowed for enterprise-
managed users and allowed for non-managed users.''', |
| 8061 }, | 7991 }, |
| 8062 { | 7992 { |
| 8063 'name': 'SessionLocales', | 7993 'name': 'SessionLocales', |
| 8064 'type': 'list', | 7994 'type': 'list', |
| 8065 'schema': { | 7995 'schema': { |
| 8066 'type': 'array', | 7996 'type': 'array', |
| (...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8532 'arc_support': 'Android apps cannot get access to corporate keys. This pol
icy has no effect on them.', | 8462 'arc_support': 'Android apps cannot get access to corporate keys. This pol
icy has no effect on them.', |
| 8533 }, | 8463 }, |
| 8534 { | 8464 { |
| 8535 'name': 'WelcomePageOnOSUpgradeEnabled', | 8465 'name': 'WelcomePageOnOSUpgradeEnabled', |
| 8536 'supported_on': ['chrome.win:45-'], | 8466 'supported_on': ['chrome.win:45-'], |
| 8537 'type': 'main', | 8467 'type': 'main', |
| 8538 'schema': { 'type': 'boolean' }, | 8468 'schema': { 'type': 'boolean' }, |
| 8539 'id': 303, | 8469 'id': 303, |
| 8540 'caption': 'Enable showing the welcome page on the first browser launch fo
llowing OS upgrade', | 8470 'caption': 'Enable showing the welcome page on the first browser launch fo
llowing OS upgrade', |
| 8541 'tags': [], | 8471 'tags': [], |
| 8542 'desc': '''Enable showing the welcome page on the first browser launch fol
lowing OS upgrade. | 8472 'desc': '''If this policy is set to true or not configured, the browser wi
ll re-show the welcome page on the first launch following an OS upgrade. |
| 8543 | |
| 8544 If this policy is set to true or not configured, the browser will re-show
the welcome page on the first launch following an OS upgrade. | |
| 8545 | 8473 |
| 8546 If this policy is set to false, the browser will not re-show the welcome p
age on the first launch following an OS upgrade.''', | 8474 If this policy is set to false, the browser will not re-show the welcome p
age on the first launch following an OS upgrade.''', |
| 8547 'features': { | 8475 'features': { |
| 8548 'dynamic_refresh': False, | 8476 'dynamic_refresh': False, |
| 8549 'per_profile': False | 8477 'per_profile': False |
| 8550 }, | 8478 }, |
| 8551 'example_value': False | 8479 'example_value': False |
| 8552 }, | 8480 }, |
| 8553 { | 8481 { |
| 8554 'name': 'HardwareAccelerationModeEnabled', | 8482 'name': 'HardwareAccelerationModeEnabled', |
| 8555 'type': 'main', | 8483 'type': 'main', |
| 8556 'schema': { 'type': 'boolean' }, | 8484 'schema': { 'type': 'boolean' }, |
| 8557 'supported_on': ['chrome.*:46-'], | 8485 'supported_on': ['chrome.*:46-'], |
| 8558 'features': { | 8486 'features': { |
| 8559 'dynamic_refresh': False, | 8487 'dynamic_refresh': False, |
| 8560 'per_profile': False, | 8488 'per_profile': False, |
| 8561 }, | 8489 }, |
| 8562 'example_value': True, | 8490 'example_value': True, |
| 8563 'id': 304, | 8491 'id': 304, |
| 8564 'caption': '''Use hardware acceleration when available''', | 8492 'caption': '''Use hardware acceleration when available''', |
| 8565 'tags': [], | 8493 'tags': [], |
| 8566 'desc': '''Use hardware acceleration when available. | 8494 'desc': '''If this policy is set to true or left unset, hardware accelerat
ion will be enabled unless a certain GPU feature is blacklisted. |
| 8567 | |
| 8568 If this policy is set to true or left unset, hardware acceleration will be
enabled unless a certain GPU feature is blacklisted. | |
| 8569 | 8495 |
| 8570 If this policy is set to false, hardware acceleration will be disabled.'''
, | 8496 If this policy is set to false, hardware acceleration will be disabled.'''
, |
| 8571 }, | 8497 }, |
| 8572 { | 8498 { |
| 8573 'name': 'UnifiedDesktopEnabledByDefault', | 8499 'name': 'UnifiedDesktopEnabledByDefault', |
| 8574 'type': 'main', | 8500 'type': 'main', |
| 8575 'schema': { 'type': 'boolean' }, | 8501 'schema': { 'type': 'boolean' }, |
| 8576 'supported_on': ['chrome_os:47-'], | 8502 'supported_on': ['chrome_os:47-'], |
| 8577 'features': { | 8503 'features': { |
| 8578 'can_be_recommended': False, | 8504 'can_be_recommended': False, |
| (...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8889 | 8815 |
| 8890 If set to TimezoneAutomaticDetectionSendAllLocationInfo, timezone controls
in chrome://settings will be disabled. Automatic timezone detection will be alw
ays on. Location information (such as WiFi access-points, reachable Cell Towers,
GPS) will be sent to a server for fine-grained timezone detection. | 8816 If set to TimezoneAutomaticDetectionSendAllLocationInfo, timezone controls
in chrome://settings will be disabled. Automatic timezone detection will be alw
ays on. Location information (such as WiFi access-points, reachable Cell Towers,
GPS) will be sent to a server for fine-grained timezone detection. |
| 8891 | 8817 |
| 8892 If this policy is not set, it will behave as if TimezoneAutomaticDetection
UsersDecide is set. | 8818 If this policy is not set, it will behave as if TimezoneAutomaticDetection
UsersDecide is set. |
| 8893 | 8819 |
| 8894 If SystemTimezone policy is set, it overrides this policy. In this case au
tomatic timezone detection is completely disabled.''', | 8820 If SystemTimezone policy is set, it overrides this policy. In this case au
tomatic timezone detection is completely disabled.''', |
| 8895 }, | 8821 }, |
| 8896 { | 8822 { |
| 8897 'name': 'TaskManagerEndProcessEnabled', | 8823 'name': 'TaskManagerEndProcessEnabled', |
| 8898 'caption': '''Enables ending processes in Task Manager''', | 8824 'caption': '''Enables ending processes in Task Manager''', |
| 8899 'desc': '''Enables ending processes in <ph name="PRODUCT_NAME">$1<ex>Googl
e Chrome</ex></ph>'s Task Manager. | 8825 'desc': '''If set to false, the 'End process' button is disabled in the Ta
sk Manager. |
| 8900 | |
| 8901 If set to false, the 'End process' button is disabled in the Task Manager. | |
| 8902 | 8826 |
| 8903 If set to true or not configured, the user can end processes in the Task M
anager.''', | 8827 If set to true or not configured, the user can end processes in the Task M
anager.''', |
| 8904 'type': 'main', | 8828 'type': 'main', |
| 8905 'schema': { 'type': 'boolean' }, | 8829 'schema': { 'type': 'boolean' }, |
| 8906 'supported_on': ['chrome.*:52-','chrome_os:52-'], | 8830 'supported_on': ['chrome.*:52-','chrome_os:52-'], |
| 8907 'features': { | 8831 'features': { |
| 8908 'dynamic_refresh': True, | 8832 'dynamic_refresh': True, |
| 8909 'per_profile': False, | 8833 'per_profile': False, |
| 8910 }, | 8834 }, |
| 8911 'example_value': True, | 8835 'example_value': True, |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8998 | 8922 |
| 8999 If an app that previously had been force-installed is removed from this li
st, it is automatically uninstalled by <ph name="PRODUCT_NAME">$1<ex>Google Chro
me</ex></ph>. | 8923 If an app that previously had been force-installed is removed from this li
st, it is automatically uninstalled by <ph name="PRODUCT_NAME">$1<ex>Google Chro
me</ex></ph>. |
| 9000 | 8924 |
| 9001 Each list item of the policy is a string that contains an extension ID and
an "update" URL separated by a semicolon (<ph name="SEMICOLON">;</ph>). The ext
ension ID is the 32-letter string found e.g. on <ph name="CHROME_EXTENSIONS_LINK
">chrome://extensions</ph> when in developer mode. The "update" URL should point
to an Update Manifest XML document as described at <ph name="LINK_TO_EXTENSION_
DOC1">https://developer.chrome.com/extensions/autoupdate</ph>. Note that the "up
date" URL set in this policy is only used for the initial installation; subseque
nt updates of the extension employ the update URL indicated in the extension's m
anifest. | 8925 Each list item of the policy is a string that contains an extension ID and
an "update" URL separated by a semicolon (<ph name="SEMICOLON">;</ph>). The ext
ension ID is the 32-letter string found e.g. on <ph name="CHROME_EXTENSIONS_LINK
">chrome://extensions</ph> when in developer mode. The "update" URL should point
to an Update Manifest XML document as described at <ph name="LINK_TO_EXTENSION_
DOC1">https://developer.chrome.com/extensions/autoupdate</ph>. Note that the "up
date" URL set in this policy is only used for the initial installation; subseque
nt updates of the extension employ the update URL indicated in the extension's m
anifest. |
| 9002 | 8926 |
| 9003 For example, <ph name="EXTENSION_POLICY_EXAMPLE">gbchcmhmhahfdphkhkmpfmihe
nigjmpp;https://clients2.google.com/service/update2/crx</ph> installs the <ph na
me="EXTENSION_POLICY_EXAMPLE_EXTENSION_NAME">Chrome Remote Desktop</ph> app from
the standard Chrome Web Store "update" URL. For more information about hosting
extensions, see: <ph name="LINK_TO_EXTENSION_DOC2">https://developer.chrome.com/
extensions/hosting</ph>.''', | 8927 For example, <ph name="EXTENSION_POLICY_EXAMPLE">gbchcmhmhahfdphkhkmpfmihe
nigjmpp;https://clients2.google.com/service/update2/crx</ph> installs the <ph na
me="EXTENSION_POLICY_EXAMPLE_EXTENSION_NAME">Chrome Remote Desktop</ph> app from
the standard Chrome Web Store "update" URL. For more information about hosting
extensions, see: <ph name="LINK_TO_EXTENSION_DOC2">https://developer.chrome.com/
extensions/hosting</ph>.''', |
| 9004 }, | 8928 }, |
| 9005 { | 8929 { |
| 9006 'name': 'AllowScreenLock', | 8930 'name': 'AllowScreenLock', |
| 9007 'caption': '''Permit locking the screen''', | 8931 'caption': '''Permit locking the screen''', |
| 9008 'desc': '''Permit locking the screen. | 8932 'desc': '''If this policy is set to false, users will not be able to lock
the screen (only signing out from the user session will be possible). If this se
tting is set to true or not set, users who authenticated with a password can loc
k the screen.''', |
| 9009 | |
| 9010 If this policy is set to false, users will not be able to lock the screen
(only signing out from the user session will be possible). If this setting is se
t to true or not set, users who authenticated with a password can lock the scree
n.''', | |
| 9011 'type': 'main', | 8933 'type': 'main', |
| 9012 'schema': { 'type': 'boolean' }, | 8934 'schema': { 'type': 'boolean' }, |
| 9013 'supported_on': ['chrome_os:52-'], | 8935 'supported_on': ['chrome_os:52-'], |
| 9014 'features': { | 8936 'features': { |
| 9015 'dynamic_refresh': True, | 8937 'dynamic_refresh': True, |
| 9016 'per_profile': True, | 8938 'per_profile': True, |
| 9017 }, | 8939 }, |
| 9018 'example_value': False, | 8940 'example_value': False, |
| 9019 'tags': [], | 8941 'tags': [], |
| 9020 'id': 329, | 8942 'id': 329, |
| (...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9430 'schema': { 'type': 'integer' }, | 9352 'schema': { 'type': 'integer' }, |
| 9431 'supported_on': ['chrome_os:57-'], | 9353 'supported_on': ['chrome_os:57-'], |
| 9432 'features': { | 9354 'features': { |
| 9433 'dynamic_refresh': True, | 9355 'dynamic_refresh': True, |
| 9434 'per_profile': True, | 9356 'per_profile': True, |
| 9435 }, | 9357 }, |
| 9436 'example_value': 6, | 9358 'example_value': 6, |
| 9437 'id': 354, | 9359 'id': 354, |
| 9438 'caption': '''Sets the minimum length of the lock screen PIN''', | 9360 'caption': '''Sets the minimum length of the lock screen PIN''', |
| 9439 'tags': [], | 9361 'tags': [], |
| 9440 'desc': '''This setting controls the minimum PIN length. | 9362 'desc': '''If the policy is set, the configured minimal PIN length is |
| 9363 enforced. (The absolute minimum PIN length is 1; values less than 1 |
| 9364 are treated as 1.) |
| 9441 | 9365 |
| 9442 The absolute minimum PIN length is 1; values less than 1 are treated a
s 1. | 9366 If the policy is not set, a minimal PIN length of 6 digits is |
| 9443 | 9367 enforced. This is the recommended minimum.''', |
| 9444 The default and recommended minimum PIN length is 6 digits.''', | |
| 9445 }, | 9368 }, |
| 9446 { | 9369 { |
| 9447 'name': 'PinUnlockMaximumLength', | 9370 'name': 'PinUnlockMaximumLength', |
| 9448 'type': 'int', | 9371 'type': 'int', |
| 9449 'schema': { 'type': 'integer' }, | 9372 'schema': { 'type': 'integer' }, |
| 9450 'supported_on': ['chrome_os:57-'], | 9373 'supported_on': ['chrome_os:57-'], |
| 9451 'features': { | 9374 'features': { |
| 9452 'dynamic_refresh': True, | 9375 'dynamic_refresh': True, |
| 9453 'per_profile': True, | 9376 'per_profile': True, |
| 9454 }, | 9377 }, |
| 9455 'example_value': 0, | 9378 'example_value': 0, |
| 9456 'id': 355, | 9379 'id': 355, |
| 9457 'caption': '''Sets the maximum length of the lock screen PIN''', | 9380 'caption': '''Sets the maximum length of the lock screen PIN''', |
| 9458 'tags': [], | 9381 'tags': [], |
| 9459 'desc': '''This setting controls the maximum PIN length. | 9382 'desc': '''If the policy is set, the configured maximal PIN length is
enforced. A value of 0 or less means no maximum length; in that case the user ma
y set a PIN as long as they want. If this setting is less than <ph name="PIN_UNL
OCK_MINIMUM_LENGTH_POLICY_NAME">PinUnlockMinimumLength</ph> but greater than 0,
the maximum length is the same as the minimum length. |
| 9460 | 9383 |
| 9461 If this setting is 0 or less, there is no maximum length; the user can
set a PIN as long as they want. | 9384 If the policy is not set, no maximum length is enforced.''', |
| 9462 | |
| 9463 If this setting is less than <ph name="PIN_UNLOCK_MINIMUM_LENGTH_POLIC
Y_NAME">PinUnlockMinimumLength</ph> but greater than 0, the maximum length is th
e same as the minimum length. | |
| 9464 | |
| 9465 This setting defaults to no maximum length.''', | |
| 9466 }, | 9385 }, |
| 9467 { | 9386 { |
| 9468 'name': 'PinUnlockWeakPinsAllowed', | 9387 'name': 'PinUnlockWeakPinsAllowed', |
| 9469 'type': 'main', | 9388 'type': 'main', |
| 9470 'schema': { 'type': 'boolean' }, | 9389 'schema': { 'type': 'boolean' }, |
| 9471 'supported_on': ['chrome_os:57-'], | 9390 'supported_on': ['chrome_os:57-'], |
| 9472 'features': { | 9391 'features': { |
| 9473 'dynamic_refresh': True, | 9392 'dynamic_refresh': True, |
| 9474 'per_profile': True, | 9393 'per_profile': True, |
| 9475 }, | 9394 }, |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9685 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 9604 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
| 9686 'text': 'Default Settings (users can override)', | 9605 'text': 'Default Settings (users can override)', |
| 9687 }, | 9606 }, |
| 9688 'doc_complex_policies_on_windows': { | 9607 'doc_complex_policies_on_windows': { |
| 9689 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', | 9608 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
| 9690 '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>'
'', | 9609 '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>'
'', |
| 9691 }, | 9610 }, |
| 9692 }, | 9611 }, |
| 9693 'placeholders': [], | 9612 'placeholders': [], |
| 9694 } | 9613 } |
| OLD | NEW |