Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(386)

Side by Side Diff: components/policy/resources/policy_templates.json

Issue 2831553002: policy_templates.json: Remove duplicate captions (Closed)
Patch Set: Rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 956 matching lines...) Expand 10 before | Expand all | Expand 10 after
967 'schema': { 'type': 'boolean' }, 967 'schema': { 'type': 'boolean' },
968 'supported_on': ['chrome.linux:25-', 'chrome.mac:25-', 'chrome_os:42-' ], 968 'supported_on': ['chrome.linux:25-', 'chrome.mac:25-', 'chrome_os:42-' ],
969 'features': { 969 'features': {
970 'dynamic_refresh': True, 970 'dynamic_refresh': True,
971 'per_profile': False, 971 'per_profile': False,
972 }, 972 },
973 'example_value': False, 973 'example_value': False,
974 'id': 285, 974 'id': 285,
975 'caption': '''Requires that the name of the local user and the remote access host owner match''', 975 'caption': '''Requires that the name of the local user and the remote access host owner match''',
976 'tags': [], 976 'tags': [],
977 'desc': '''Requires that the name of the local user and the remote acc ess host owner match. 977 '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").
978
979 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").
980 978
981 If this setting is disabled or not set, then the remote access host ca n be associated with any local user.''', 979 If this setting is disabled or not set, then the remote access host ca n be associated with any local user.''',
982 }, 980 },
983 { 981 {
984 'name': 'RemoteAccessHostTokenUrl', 982 'name': 'RemoteAccessHostTokenUrl',
985 'type': 'string', 983 'type': 'string',
986 'schema': { 'type': 'string' }, 984 'schema': { 'type': 'string' },
987 'supported_on': ['chrome.*:28-','chrome_os:42-'], 985 'supported_on': ['chrome.*:28-','chrome_os:42-'],
988 'features': { 986 'features': {
989 'dynamic_refresh': True, 987 'dynamic_refresh': True,
990 'per_profile': False, 988 'per_profile': False,
991 }, 989 },
992 'example_value': 'https://example.com/issue', 990 'example_value': 'https://example.com/issue',
993 'id': 286, 991 'id': 286,
994 'caption': '''URL where remote access clients should obtain their auth entication token''', 992 'caption': '''URL where remote access clients should obtain their auth entication token''',
995 'tags': ['website-sharing'], 993 'tags': ['website-sharing'],
996 'desc': '''URL where remote access clients should obtain their authent ication token. 994 '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.
997
998 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.
999 995
1000 This feature is currently disabled server-side.''', 996 This feature is currently disabled server-side.''',
1001 }, 997 },
1002 { 998 {
1003 'name': 'RemoteAccessHostTokenValidationUrl', 999 'name': 'RemoteAccessHostTokenValidationUrl',
1004 'type': 'string', 1000 'type': 'string',
1005 'schema': { 'type': 'string' }, 1001 'schema': { 'type': 'string' },
1006 'supported_on': ['chrome.*:28-','chrome_os:42-'], 1002 'supported_on': ['chrome.*:28-','chrome_os:42-'],
1007 'features': { 1003 'features': {
1008 'dynamic_refresh': True, 1004 'dynamic_refresh': True,
1009 'per_profile': False, 1005 'per_profile': False,
1010 }, 1006 },
1011 'example_value': 'https://example.com/validate', 1007 'example_value': 'https://example.com/validate',
1012 'id': 287, 1008 'id': 287,
1013 'caption': '''URL for validating remote access client authentication t oken''', 1009 'caption': '''URL for validating remote access client authentication t oken''',
1014 'tags': ['website-sharing'], 1010 'tags': ['website-sharing'],
1015 'desc': '''URL for validating remote access client authentication toke n. 1011 '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.
1016
1017 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.
1018 1012
1019 This feature is currently disabled server-side.''', 1013 This feature is currently disabled server-side.''',
1020 }, 1014 },
1021 { 1015 {
1022 'name': 'RemoteAccessHostTokenValidationCertificateIssuer', 1016 'name': 'RemoteAccessHostTokenValidationCertificateIssuer',
1023 'type': 'string', 1017 'type': 'string',
1024 'schema': { 'type': 'string' }, 1018 'schema': { 'type': 'string' },
1025 'supported_on': ['chrome.*:28-','chrome_os:42-'], 1019 'supported_on': ['chrome.*:28-','chrome_os:42-'],
1026 'features': { 1020 'features': {
1027 'dynamic_refresh': True, 1021 'dynamic_refresh': True,
1028 'per_profile': False, 1022 'per_profile': False,
1029 }, 1023 },
1030 'example_value': 'Example Certificate Authority', 1024 'example_value': 'Example Certificate Authority',
1031 'id': 288, 1025 'id': 288,
1032 'caption': '''Client certificate for connecting to RemoteAccessHostTok enValidationUrl''', 1026 'caption': '''Client certificate for connecting to RemoteAccessHostTok enValidationUrl''',
1033 'tags': [], 1027 'tags': [],
1034 'desc': '''Client certificate for connecting to RemoteAccessHostTokenV alidationUrl. 1028 '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.
1035
1036 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.
1037 1029
1038 This feature is currently disabled server-side.''', 1030 This feature is currently disabled server-side.''',
1039 }, 1031 },
1040 { 1032 {
1041 'name': 'RemoteAccessHostDebugOverridePolicies', 1033 'name': 'RemoteAccessHostDebugOverridePolicies',
1042 'type': 'string', 1034 'type': 'string',
1043 'schema': { 'type': 'string' }, 1035 'schema': { 'type': 'string' },
1044 'supported_on': ['chrome.*:25-47','chrome_os:42-47'], 1036 'supported_on': ['chrome.*:25-47','chrome_os:42-47'],
1045 'features': { 1037 'features': {
1046 'dynamic_refresh': True, 1038 'dynamic_refresh': True,
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
1292 ], 1284 ],
1293 'features': { 1285 'features': {
1294 'can_be_recommended': True, 1286 'can_be_recommended': True,
1295 'dynamic_refresh': True, 1287 'dynamic_refresh': True,
1296 'per_profile': True, 1288 'per_profile': True,
1297 }, 1289 },
1298 'example_value': True, 1290 'example_value': True,
1299 'id': 16, 1291 'id': 16,
1300 'caption': '''Enable saving passwords to the password manager''', 1292 'caption': '''Enable saving passwords to the password manager''',
1301 'tags': [], 1293 'tags': [],
1302 'desc': ''' 1294 '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.
1303 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.
1304 1295
1305 If this settings is disabled, users cannot save new passwords but they 1296 If this settings is disabled, users cannot save new passwords but they
1306 may still use passwords that have been saved previously. 1297 may still use passwords that have been saved previously.
1307 1298
1308 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).''', 1299 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).''',
1309 'arc_support': 'This policy has no effect on Android apps.', 1300 'arc_support': 'This policy has no effect on Android apps.',
1310 }, 1301 },
1311 { 1302 {
1312 'name': 'PasswordManagerAllowShowPasswords', 1303 'name': 'PasswordManagerAllowShowPasswords',
1313 'type': 'main', 1304 'type': 'main',
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
1512 'schema': { 'type': 'boolean' }, 1503 'schema': { 'type': 'boolean' },
1513 'supported_on': ['chrome.win:57-'], 1504 'supported_on': ['chrome.win:57-'],
1514 'features': { 1505 'features': {
1515 'dynamic_refresh': False, 1506 'dynamic_refresh': False,
1516 'per_profile': False, 1507 'per_profile': False,
1517 }, 1508 },
1518 'example_value': True, 1509 'example_value': True,
1519 'id': 358, 1510 'id': 358,
1520 'caption': '''Enable the creation of roaming copies for <ph name="PRODUCT_ NAME">$1<ex>Google Chrome</ex></ph> profile data.''', 1511 'caption': '''Enable the creation of roaming copies for <ph name="PRODUCT_ NAME">$1<ex>Google Chrome</ex></ph> profile data.''',
1521 'tags': ['local-data-access'], 1512 'tags': ['local-data-access'],
1522 'desc': '''Enables the creation of roaming copies for <ph name="PRODUCT_NA ME">$1<ex>Google Chrome</ex></ph> profile data. 1513 '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.
1523
1524 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.
1525 1514
1526 Google Sync is automatically disabled when this policy is enabled. 1515 Google Sync is automatically disabled when this policy is enabled.
1527 1516
1528 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. 1517 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.
1529 1518
1530 If this policy is disabled or left not set only the regular local profiles will be used.''', 1519 If this policy is disabled or left not set only the regular local profiles will be used.''',
1531 'label': '''Enable the creation of roaming copies for <ph name="PRODUCT_NA ME">$1<ex>Google Chrome</ex></ph> profile data.''', 1520 'label': '''Enable the creation of roaming copies for <ph name="PRODUCT_NA ME">$1<ex>Google Chrome</ex></ph> profile data.''',
1532 }, 1521 },
1533 { 1522 {
1534 'name': 'RoamingProfileLocation', 1523 'name': 'RoamingProfileLocation',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
1577 'type': 'main', 1566 'type': 'main',
1578 'schema': { 'type': 'boolean' }, 1567 'schema': { 'type': 'boolean' },
1579 'supported_on': ['chrome.*:35-42'], 1568 'supported_on': ['chrome.*:35-42'],
1580 'features': { 1569 'features': {
1581 'dynamic_refresh': False, 1570 'dynamic_refresh': False,
1582 'per_profile': False, 1571 'per_profile': False,
1583 }, 1572 },
1584 'deprecated': True, 1573 'deprecated': True,
1585 'example_value': False, 1574 'example_value': False,
1586 'id': 265, 1575 'id': 265,
1587 'caption': '''Enables the old web-based signin''', 1576 'caption': '''Enables the old web-based signin flow''',
1588 'tags': [], 1577 'tags': [],
1589 'desc': '''Enables the old web-based signin flow. 1578 'desc': '''This setting was named EnableWebBasedSignin prior to Chrome 42, and support for it will be removed entirely in Chrome 43.
1590
1591 This setting was named EnableWebBasedSignin prior to Chrome 42, and suppor t for it will be removed entirely in Chrome 43.
1592 1579
1593 This setting is useful for enterprise customers who are using SSO solution s that are not compatible with the new inline signin flow yet. 1580 This setting is useful for enterprise customers who are using SSO solution s that are not compatible with the new inline signin flow yet.
1594 If you enable this setting, the old web-based signin flow would be used. 1581 If you enable this setting, the old web-based signin flow would be used.
1595 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. 1582 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.
1596 1583
1597 The experimental setting will be removed in the future when the inline sig nin fully supports all SSO signin flows.''', 1584 The experimental setting will be removed in the future when the inline sig nin fully supports all SSO signin flows.''',
1598 }, 1585 },
1599 { 1586 {
1600 'name': 'UserDataDir', 1587 'name': 'UserDataDir',
1601 'type': 'string', 1588 'type': 'string',
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
2245 }, 2232 },
2246 'supported_on': ['chrome.*:9-', 'chrome_os:11-'], 2233 'supported_on': ['chrome.*:9-', 'chrome_os:11-'],
2247 'features': { 2234 'features': {
2248 'dynamic_refresh': True, 2235 'dynamic_refresh': True,
2249 'per_profile': True, 2236 'per_profile': True,
2250 }, 2237 },
2251 'example_value': ['gbchcmhmhahfdphkhkmpfmihenigjmpp;https://clients2.g oogle.com/service/update2/crx'], 2238 'example_value': ['gbchcmhmhahfdphkhkmpfmihenigjmpp;https://clients2.g oogle.com/service/update2/crx'],
2252 'id': 34, 2239 'id': 34,
2253 'caption': '''Configure the list of force-installed apps and extension s''', 2240 'caption': '''Configure the list of force-installed apps and extension s''',
2254 'tags': ['full-admin-access'], 2241 'tags': ['full-admin-access'],
2255 'desc': ''' 2242 'desc': '''Specifies a list of apps and extensions that are installed silently,
2256 Specifies a list of apps and extensions that are installed silently,
2257 without user interaction, and which cannot be uninstalled by the 2243 without user interaction, and which cannot be uninstalled by the
2258 user. All permissions requested by the apps/extensions are granted 2244 user. All permissions requested by the apps/extensions are granted
2259 implicitly, without user interaction, including any additional 2245 implicitly, without user interaction, including any additional
2260 permissions requested by future versions of the app/extension. 2246 permissions requested by future versions of the app/extension.
2261 Furthermore, permissions are granted for the 2247 Furthermore, permissions are granted for the
2262 enterprise.deviceAttributes and enterprise.platformKeys extension 2248 enterprise.deviceAttributes and enterprise.platformKeys extension
2263 APIs. (These two APIs are not available to apps/extensions that are 2249 APIs. (These two APIs are not available to apps/extensions that are
2264 not force-installed.) 2250 not force-installed.)
2265 2251
2266 This policy takes precedence over a potentially conflicting 2252 This policy takes precedence over a potentially conflicting
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
2650 'supported_on': ['chrome.*:10-', 'chrome_os:11-'], 2636 'supported_on': ['chrome.*:10-', 'chrome_os:11-'],
2651 'features': { 2637 'features': {
2652 'can_be_recommended': True, 2638 'can_be_recommended': True,
2653 'dynamic_refresh': True, 2639 'dynamic_refresh': True,
2654 'per_profile': True, 2640 'per_profile': True,
2655 }, 2641 },
2656 'example_value': False, 2642 'example_value': False,
2657 'id': 39, 2643 'id': 39,
2658 'caption': '''Block third party cookies''', 2644 'caption': '''Block third party cookies''',
2659 'tags': [], 2645 'tags': [],
2660 'desc': '''Blocks third party cookies. 2646 '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.
2661
2662 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.
2663 2647
2664 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. 2648 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.
2665 2649
2666 If this policy is left not set, third party cookies will be enabled but th e user will be able to change that.''', 2650 If this policy is left not set, third party cookies will be enabled but th e user will be able to change that.''',
2667 }, 2651 },
2668 { 2652 {
2669 # TODO(joaodasilva): Flag these policies with 'can_be_recommended' 2653 # TODO(joaodasilva): Flag these policies with 'can_be_recommended'
2670 # after fixing https://crbug.com/106683 2654 # after fixing https://crbug.com/106683
2671 'name': 'DefaultSearchProvider', 2655 'name': 'DefaultSearchProvider',
2672 'type': 'group', 2656 'type': 'group',
(...skipping 1190 matching lines...) Expand 10 before | Expand all | Expand 10 after
3863 'schema': { 'type': 'boolean' }, 3847 'schema': { 'type': 'boolean' },
3864 'supported_on': ['chrome.*:9-', 'chrome_os:11-'], 3848 'supported_on': ['chrome.*:9-', 'chrome_os:11-'],
3865 'features': { 3849 'features': {
3866 'dynamic_refresh': True, 3850 'dynamic_refresh': True,
3867 'per_profile': True, 3851 'per_profile': True,
3868 }, 3852 },
3869 'example_value': False, 3853 'example_value': False,
3870 'id': 55, 3854 'id': 55,
3871 'caption': '''Disable support for 3D graphics APIs''', 3855 'caption': '''Disable support for 3D graphics APIs''',
3872 'tags': [], 3856 'tags': [],
3873 'desc': '''Disable support for 3D graphics APIs. 3857 '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.
3874
3875 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.
3876 3858
3877 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. 3859 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.
3878 3860
3879 If HardwareAccelerationModeEnabled is set to false, Disable3DAPIs is ignor ed and it is equivalent to Disable3DAPIs being set to true.''', 3861 If HardwareAccelerationModeEnabled is set to false, Disable3DAPIs is ignor ed and it is equivalent to Disable3DAPIs being set to true.''',
3880 }, 3862 },
3881 { 3863 {
3882 'name': 'PolicyRefreshRate', 3864 'name': 'PolicyRefreshRate',
3883 'type': 'int', 3865 'type': 'int',
3884 'schema': { 'type': 'integer' }, 3866 'schema': { 'type': 'integer' },
3885 'supported_on': ['chrome_os:11-'], 3867 'supported_on': ['chrome_os:11-'],
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
4051 'items': { 'type': 'string' }, 4033 'items': { 'type': 'string' },
4052 }, 4034 },
4053 'supported_on': ['chrome_frame:8-32'], 4035 'supported_on': ['chrome_frame:8-32'],
4054 'features': { 4036 'features': {
4055 'dynamic_refresh': False, 4037 'dynamic_refresh': False,
4056 }, 4038 },
4057 'example_value': ['text/xml', 'application/xml'], 4039 'example_value': ['text/xml', 'application/xml'],
4058 'id': 60, 4040 'id': 60,
4059 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> to handle the listed content types''', 4041 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> to handle the listed content types''',
4060 'tags': [], 4042 'tags': [],
4061 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fra me</ex></ph> to handle the listed content types. 4043 '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>.
4062 4044
4063 If this policy is not set the default renderer will be used for all si tes as specified by the 'ChromeFrameRendererSettings' policy.''', 4045 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.)''',
4064 }, 4046 },
4065 ], 4047 ],
4066 }, 4048 },
4067 { 4049 {
4068 'name': 'ChromeOsLockOnIdleSuspend', 4050 'name': 'ChromeOsLockOnIdleSuspend',
4069 'type': 'main', 4051 'type': 'main',
4070 'schema': { 'type': 'boolean' }, 4052 'schema': { 'type': 'boolean' },
4071 'supported_on': ['chrome_os:9-'], 4053 'supported_on': ['chrome_os:9-'],
4072 'features': { 4054 'features': {
4073 'can_be_recommended': True, 4055 'can_be_recommended': True,
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
4203 'schema': { 'type': 'boolean' }, 4185 'schema': { 'type': 'boolean' },
4204 'supported_on': ['chrome.*:12-', 'chrome_os:12-'], 4186 'supported_on': ['chrome.*:12-', 'chrome_os:12-'],
4205 'features': { 4187 'features': {
4206 'dynamic_refresh': True, 4188 'dynamic_refresh': True,
4207 'per_profile': True, 4189 'per_profile': True,
4208 }, 4190 },
4209 'example_value': True, 4191 'example_value': True,
4210 'id': 81, 4192 'id': 81,
4211 'caption': '''Allow running plugins that are outdated''', 4193 'caption': '''Allow running plugins that are outdated''',
4212 'tags': ['system-security'], 4194 'tags': ['system-security'],
4213 'desc': '''Allows <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to run plugins that are outdated. 4195 'desc': '''If you enable this setting, outdated plugins are used as normal plugins.
4214
4215 If you enable this setting, outdated plugins are used as normal plugins.
4216 4196
4217 If you disable this setting, outdated plugins will not be used and users w ill not be asked for permission to run them. 4197 If you disable this setting, outdated plugins will not be used and users w ill not be asked for permission to run them.
4218 4198
4219 If this setting is not set, users will be asked for permission to run outd ated plugins.''', 4199 If this setting is not set, users will be asked for permission to run outd ated plugins.''',
4220 }, 4200 },
4221 { 4201 {
4222 'name': 'AlwaysAuthorizePlugins', 4202 'name': 'AlwaysAuthorizePlugins',
4223 'type': 'main', 4203 'type': 'main',
4224 'schema': { 'type': 'boolean' }, 4204 'schema': { 'type': 'boolean' },
4225 'supported_on': ['chrome.*:13-', 'chrome_os:13-'], 4205 'supported_on': ['chrome.*:13-', 'chrome_os:13-'],
4226 'features': { 4206 'features': {
4227 'dynamic_refresh': True, 4207 'dynamic_refresh': True,
4228 'per_profile': True, 4208 'per_profile': True,
4229 }, 4209 },
4230 'example_value': True, 4210 'example_value': True,
4231 'id': 86, 4211 'id': 86,
4232 'caption': '''Always runs plugins that require authorization''', 4212 'caption': '''Always runs plugins that require authorization''',
4233 'tags': ['system-security'], 4213 'tags': ['system-security'],
4234 'desc': '''Allows <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to run plugins that require authorization. 4214 'desc': '''If you enable this setting, plugins that are not outdated alway s run.
4235
4236 If you enable this setting, plugins that are not outdated always run.
4237 4215
4238 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.''', 4216 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.''',
4239 }, 4217 },
4240 { 4218 {
4241 'name': 'BookmarkBarEnabled', 4219 'name': 'BookmarkBarEnabled',
4242 'type': 'main', 4220 'type': 'main',
4243 'schema': { 'type': 'boolean' }, 4221 'schema': { 'type': 'boolean' },
4244 'supported_on': ['chrome.*:12-', 'chrome_os:12-'], 4222 'supported_on': ['chrome.*:12-', 'chrome_os:12-'],
4245 'features': { 4223 'features': {
4246 'can_be_recommended': True, 4224 'can_be_recommended': True,
4247 'dynamic_refresh': True, 4225 'dynamic_refresh': True,
4248 'per_profile': True, 4226 'per_profile': True,
4249 }, 4227 },
4250 'example_value': True, 4228 'example_value': True,
4251 'id': 82, 4229 'id': 82,
4252 'caption': '''Enable Bookmark Bar''', 4230 'caption': '''Enable Bookmark Bar''',
4253 'tags': [], 4231 'tags': [],
4254 'desc': '''Enables the bookmark bar on <ph name="PRODUCT_NAME">$1<ex>Googl e Chrome</ex></ph>. 4232 'desc': '''If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Googl e Chrome</ex></ph> will show a bookmark bar.
4255
4256 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> will show a bookmark bar.
4257 4233
4258 If you disable this setting, users will never see the bookmark bar. 4234 If you disable this setting, users will never see the bookmark bar.
4259 4235
4260 If you enable or disable this setting, users cannot change or override it in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 4236 If you enable or disable this setting, users cannot change or override it in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
4261 4237
4262 If this setting is left not set the user can decide to use this function o r not.''', 4238 If this setting is left not set the user can decide to use this function o r not.''',
4263 }, 4239 },
4264 { 4240 {
4265 'name': 'EditBookmarksEnabled', 4241 'name': 'EditBookmarksEnabled',
4266 'type': 'main', 4242 'type': 'main',
4267 'schema': { 'type': 'boolean' }, 4243 'schema': { 'type': 'boolean' },
4268 'supported_on': ['chrome.*:12-', 'chrome_os:12-', 'android:30-'], 4244 'supported_on': ['chrome.*:12-', 'chrome_os:12-', 'android:30-'],
4269 'features': { 4245 'features': {
4270 'dynamic_refresh': True, 4246 'dynamic_refresh': True,
4271 'per_profile': True, 4247 'per_profile': True,
4272 }, 4248 },
4273 'example_value': False, 4249 'example_value': False,
4274 'id': 83, 4250 'id': 83,
4275 'caption': '''Enables or disables bookmark editing''', 4251 'caption': '''Enables or disables bookmark editing''',
4276 'tags': [], 4252 'tags': [],
4277 'desc': '''Enables or disables editing bookmarks in <ph name="PRODUCT_NAME ">$1<ex>Google Chrome</ex></ph>. 4253 'desc': '''If you enable this setting, bookmarks can be added, removed or modified. This is the default also when this policy is not set.
4278
4279 If you enable this setting, bookmarks can be added, removed or modified. T his is the default also when this policy is not set.
4280 4254
4281 If you disable this setting, bookmarks can not be added, removed or modifi ed. Existing bookmarks are still available.''', 4255 If you disable this setting, bookmarks can not be added, removed or modifi ed. Existing bookmarks are still available.''',
4282 }, 4256 },
4283 { 4257 {
4284 'name': 'ShowAppsShortcutInBookmarkBar', 4258 'name': 'ShowAppsShortcutInBookmarkBar',
4285 'type': 'main', 4259 'type': 'main',
4286 'schema': { 'type': 'boolean' }, 4260 'schema': { 'type': 'boolean' },
4287 'supported_on': ['chrome.*:37-'], 4261 'supported_on': ['chrome.*:37-'],
4288 'features': { 4262 'features': {
4289 'dynamic_refresh': True, 4263 'dynamic_refresh': True,
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
4542 'ios:34-47', 4516 'ios:34-47',
4543 ], 4517 ],
4544 'features': { 4518 'features': {
4545 'dynamic_refresh': True, 4519 'dynamic_refresh': True,
4546 'per_profile': True, 4520 'per_profile': True,
4547 }, 4521 },
4548 'example_value': ['example.com', 'https://ssl.server.com', 'hosting.com/ba d_path', 'https://server:8080/path', '.exact.hostname.com', 'file://*', 'custom_ scheme:*', '*'], 4522 'example_value': ['example.com', 'https://ssl.server.com', 'hosting.com/ba d_path', 'https://server:8080/path', '.exact.hostname.com', 'file://*', 'custom_ scheme:*', '*'],
4549 'id': 103, 4523 'id': 103,
4550 'caption': '''Block access to a list of URLs''', 4524 'caption': '''Block access to a list of URLs''',
4551 'tags': ['filtering'], 4525 'tags': ['filtering'],
4552 'desc': '''Blocks access to the listed URLs. 4526 '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.
4553
4554 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.
4555 4527
4556 A URL pattern has to be formatted according to https://www.chromium.org/ad ministrators/url-blacklist-filter-format. 4528 A URL pattern has to be formatted according to https://www.chromium.org/ad ministrators/url-blacklist-filter-format.
4557 4529
4558 Exceptions can be defined in the URL whitelist policy. These policies are limited to 1000 entries; subsequent entries will be ignored. 4530 Exceptions can be defined in the URL whitelist policy. These policies are limited to 1000 entries; subsequent entries will be ignored.
4559 4531
4560 Note that it is not recommended to block internal 'chrome://*' URLs since this may lead to unexpected errors. 4532 Note that it is not recommended to block internal 'chrome://*' URLs since this may lead to unexpected errors.
4561 4533
4562 If this policy is not set no URL will be blacklisted in the browser.''', 4534 If this policy is not set no URL will be blacklisted in the browser.''',
4563 'arc_support': 'Android apps may voluntarily choose to honor this list. Yo u cannot force them to honor it.', 4535 'arc_support': 'Android apps may voluntarily choose to honor this list. Yo u cannot force them to honor it.',
4564 }, 4536 },
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
4906 'schema': { 'type': 'integer', 'minimum': -1 }, 4878 'schema': { 'type': 'integer', 'minimum': -1 },
4907 'supported_on': ['chrome_os:34-'], 4879 'supported_on': ['chrome_os:34-'],
4908 'features': { 4880 'features': {
4909 'dynamic_refresh': True, 4881 'dynamic_refresh': True,
4910 'per_profile': True, 4882 'per_profile': True,
4911 }, 4883 },
4912 'example_value': 32, 4884 'example_value': 32,
4913 'id': 254, 4885 'id': 254,
4914 'caption': '''Limit the time for which a user authenticated via SAML can l og in offline''', 4886 'caption': '''Limit the time for which a user authenticated via SAML can l og in offline''',
4915 'tags': [], 4887 'tags': [],
4916 'desc': '''Limit the time for which a user authenticated via SAML can log in offline. 4888 '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).
4917
4918 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).
4919 4889
4920 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. 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.
4921 4891
4922 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. 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.
4923 4893
4924 This policy affects only users who authenticated using SAML. 4894 This policy affects only users who authenticated using SAML.
4925 4895
4926 The policy value should be specified in seconds.''', 4896 The policy value should be specified in seconds.''',
4927 }, 4897 },
4928 { 4898 {
(...skipping 1011 matching lines...) Expand 10 before | Expand all | Expand 10 after
5940 'schema': { 'type': 'boolean' }, 5910 'schema': { 'type': 'boolean' },
5941 'supported_on': ['chrome_os:23-'], 5911 'supported_on': ['chrome_os:23-'],
5942 'features': { 5912 'features': {
5943 'dynamic_refresh': True, 5913 'dynamic_refresh': True,
5944 'per_profile': False, 5914 'per_profile': False,
5945 }, 5915 },
5946 'example_value': False, 5916 'example_value': False,
5947 'id': 159, 5917 'id': 159,
5948 'caption': '''Allow playing audio''', 5918 'caption': '''Allow playing audio''',
5949 'tags': [], 5919 'tags': [],
5950 'desc': '''Allow playing audio. 5920 'desc': '''When this policy is set to false, audio output will not be avai lable on the device while the user is logged in.
5951
5952 When this policy is set to false, audio output will not be available on th e device while the user is logged in.
5953 5921
5954 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. 5922 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.
5955 5923
5956 If this setting is set to true or not configured then users can use all su pported audio outputs on their device.''', 5924 If this setting is set to true or not configured then users can use all su pported audio outputs on their device.''',
5957 }, 5925 },
5958 { 5926 {
5959 'name': 'AudioCaptureAllowed', 5927 'name': 'AudioCaptureAllowed',
5960 'type': 'main', 5928 'type': 'main',
5961 'schema': { 'type': 'boolean' }, 5929 'schema': { 'type': 'boolean' },
5962 'supported_on': ['chrome.*:25-', 'chrome_os:23-'], 5930 'supported_on': ['chrome.*:25-', 'chrome_os:23-'],
5963 'features': { 5931 'features': {
5964 'dynamic_refresh': True, 5932 'dynamic_refresh': True,
5965 'per_profile': False, 5933 'per_profile': False,
5966 }, 5934 },
5967 'example_value': False, 5935 'example_value': False,
5968 'id': 160, 5936 'id': 160,
5969 'caption': '''Allow or deny audio capture''', 5937 'caption': '''Allow or deny audio capture''',
5970 'tags': [], 5938 'tags': [],
5971 'desc': '''Allow or deny audio capture. 5939 'desc': '''If enabled or not configured (default), the user will be prompt ed for
5972
5973 If enabled or not configured (default), the user will be prompted for
5974 audio capture access except for URLs configured in the 5940 audio capture access except for URLs configured in the
5975 AudioCaptureAllowedUrls list which will be granted access without promptin g. 5941 AudioCaptureAllowedUrls list which will be granted access without promptin g.
5976 5942
5977 When this policy is disabled, the user will never be prompted and audio 5943 When this policy is disabled, the user will never be prompted and audio
5978 capture only be available to URLs configured in AudioCaptureAllowedUrls. 5944 capture only be available to URLs configured in AudioCaptureAllowedUrls.
5979 5945
5980 This policy affects all types of audio inputs and not only the built-in mi crophone.''', 5946 This policy affects all types of audio inputs and not only the built-in mi crophone.''',
5981 '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.', 5947 '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.',
5982 }, 5948 },
5983 { 5949 {
(...skipping 24 matching lines...) Expand all
6008 'schema': { 'type': 'boolean' }, 5974 'schema': { 'type': 'boolean' },
6009 'supported_on': ['chrome.*:25-', 'chrome_os:25-'], 5975 'supported_on': ['chrome.*:25-', 'chrome_os:25-'],
6010 'features': { 5976 'features': {
6011 'dynamic_refresh': True, 5977 'dynamic_refresh': True,
6012 'per_profile': True, 5978 'per_profile': True,
6013 }, 5979 },
6014 'example_value': False, 5980 'example_value': False,
6015 'id': 167, 5981 'id': 167,
6016 'caption': '''Allow or deny video capture''', 5982 'caption': '''Allow or deny video capture''',
6017 'tags': [], 5983 'tags': [],
6018 'desc': '''Allow or deny video capture. 5984 'desc': '''If enabled or not configured (default), the user will be prompt ed for
6019
6020 If enabled or not configured (default), the user will be prompted for
6021 video capture access except for URLs configured in the 5985 video capture access except for URLs configured in the
6022 VideoCaptureAllowedUrls list which will be granted access without promptin g. 5986 VideoCaptureAllowedUrls list which will be granted access without promptin g.
6023 5987
6024 When this policy is disabled, the user will never be prompted and video 5988 When this policy is disabled, the user will never be prompted and video
6025 capture only be available to URLs configured in VideoCaptureAllowedUrls. 5989 capture only be available to URLs configured in VideoCaptureAllowedUrls.
6026 5990
6027 This policy affects all types of video inputs and not only the built-in ca mera.''', 5991 This policy affects all types of video inputs and not only the built-in ca mera.''',
6028 '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.', 5992 '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.',
6029 }, 5993 },
6030 { 5994 {
(...skipping 24 matching lines...) Expand all
6055 'schema': { 'type': 'boolean' }, 6019 'schema': { 'type': 'boolean' },
6056 'supported_on': ['chrome_os:22-', 'chrome.*:22-'], 6020 'supported_on': ['chrome_os:22-', 'chrome.*:22-'],
6057 'features': { 6021 'features': {
6058 'dynamic_refresh': True, 6022 'dynamic_refresh': True,
6059 'per_profile': False, 6023 'per_profile': False,
6060 }, 6024 },
6061 'example_value': True, 6025 'example_value': True,
6062 'id': 153, 6026 'id': 153,
6063 'caption': '''Disable taking screenshots''', 6027 'caption': '''Disable taking screenshots''',
6064 'tags': [], 6028 'tags': [],
6065 'desc': '''Disables taking screenshots. 6029 'desc': '''If enabled, screenshots cannot be taken using keyboard shortcut s or extension APIs.
6066
6067 If enabled screenshots cannot be taken using keyboard shortcuts or extensi on APIs.
6068 6030
6069 If disabled or not specified, taking screenshots is allowed.''' 6031 If disabled or not specified, taking screenshots is allowed.'''
6070 }, 6032 },
6071 { 6033 {
6072 'name': 'SystemTimezone', 6034 'name': 'SystemTimezone',
6073 'type': 'string', 6035 'type': 'string',
6074 'schema': { 'type': 'string' }, 6036 'schema': { 'type': 'string' },
6075 'supported_on': ['chrome_os:22-'], 6037 'supported_on': ['chrome_os:22-'],
6076 'device_only': True, 6038 'device_only': True,
6077 'features': { 6039 'features': {
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
6141 'schema': { 'type': 'boolean' }, 6103 'schema': { 'type': 'boolean' },
6142 'supported_on': ['chrome_os:25-'], 6104 'supported_on': ['chrome_os:25-'],
6143 'features': { 6105 'features': {
6144 'dynamic_refresh': True, 6106 'dynamic_refresh': True,
6145 'per_profile': True, 6107 'per_profile': True,
6146 }, 6108 },
6147 'example_value': True, 6109 'example_value': True,
6148 'id': 164, 6110 'id': 164,
6149 'caption': '''Add a logout button to the system tray''', 6111 'caption': '''Add a logout button to the system tray''',
6150 'tags': [], 6112 'tags': [],
6151 'desc': '''Adds a logout button to the system tray. 6113 '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.
6152
6153 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.
6154 6114
6155 If disabled or not specified, no big, red logout button is shown in the sy stem tray.''', 6115 If disabled or not specified, no big, red logout button is shown in the sy stem tray.''',
6156 }, 6116 },
6157 { 6117 {
6158 'name': 'BuiltInDnsClientEnabled', 6118 'name': 'BuiltInDnsClientEnabled',
6159 'type': 'main', 6119 'type': 'main',
6160 'schema': { 'type': 'boolean' }, 6120 'schema': { 'type': 'boolean' },
6161 'supported_on': ['chrome.*:25-'], 6121 'supported_on': ['chrome.*:25-'],
6162 'features': { 6122 'features': {
6163 'dynamic_refresh': True, 6123 'dynamic_refresh': True,
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
6242 'name': 'SessionLengthLimit', 6202 'name': 'SessionLengthLimit',
6243 'type': 'int', 6203 'type': 'int',
6244 'schema': { 'type': 'integer' }, 6204 'schema': { 'type': 'integer' },
6245 'supported_on': ['chrome_os:25-'], 6205 'supported_on': ['chrome_os:25-'],
6246 'features': { 6206 'features': {
6247 'dynamic_refresh': True, 6207 'dynamic_refresh': True,
6248 'per_profile': False, 6208 'per_profile': False,
6249 }, 6209 },
6250 'example_value': 3600000, 6210 'example_value': 3600000,
6251 'id': 170, 6211 'id': 170,
6252 'caption': '''Limit the session length''', 6212 'caption': '''Limit the length of a user session''',
6253 'tags': [], 6213 'tags': [],
6254 'desc': '''Limit the maximum length of a user session. 6214 '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.
6255
6256 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.
6257 6215
6258 When this policy is not set, the session length is not limited. 6216 When this policy is not set, the session length is not limited.
6259 6217
6260 If you set this policy, users cannot change or override it. 6218 If you set this policy, users cannot change or override it.
6261 6219
6262 The policy value should be specified in milliseconds. Values are clamped t o a range of 30 seconds to 24 hours.''', 6220 The policy value should be specified in milliseconds. Values are clamped t o a range of 30 seconds to 24 hours.''',
6263 }, 6221 },
6264 { 6222 {
6265 'name': 'FullscreenAllowed', 6223 'name': 'FullscreenAllowed',
6266 'type': 'main', 6224 'type': 'main',
6267 'schema': { 'type': 'boolean' }, 6225 'schema': { 'type': 'boolean' },
6268 'supported_on': ['chrome.win:31-', 'chrome.linux:31-', 'chrome_os:31-'], 6226 'supported_on': ['chrome.win:31-', 'chrome.linux:31-', 'chrome_os:31-'],
6269 'features': { 6227 'features': {
6270 'dynamic_refresh': True, 6228 'dynamic_refresh': True,
6271 'per_profile': True, 6229 'per_profile': True,
6272 }, 6230 },
6273 'example_value': True, 6231 'example_value': True,
6274 'id': 240, 6232 'id': 240,
6275 'caption': '''Allow fullscreen mode''', 6233 'caption': '''Allow fullscreen mode''',
6276 'tags': [], 6234 'tags': [],
6277 'desc': '''Allow fullscreen mode. 6235 '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.
6278
6279 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.
6280 6236
6281 If this policy is set to true or not not configured, the user, apps and ex tensions with appropriate permissions can enter fullscreen mode. 6237 If this policy is set to true or not not configured, the user, apps and ex tensions with appropriate permissions can enter fullscreen mode.
6282 6238
6283 If this policy is set to false, neither the user nor any apps or extension s can enter fullscreen mode. 6239 If this policy is set to false, neither the user nor any apps or extension s can enter fullscreen mode.
6284 6240
6285 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.''', 6241 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.''',
6286 '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>.', 6242 '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>.',
6287 }, 6243 },
6288 { 6244 {
6289 'name': 'PowerManagement', 6245 'name': 'PowerManagement',
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
6591 'supported_on': ['chrome_os:26-'], 6547 'supported_on': ['chrome_os:26-'],
6592 'features': { 6548 'features': {
6593 'dynamic_refresh': True, 6549 'dynamic_refresh': True,
6594 'per_profile': False, 6550 'per_profile': False,
6595 }, 6551 },
6596 'deprecated': True, 6552 'deprecated': True,
6597 'example_value': 0, 6553 'example_value': 0,
6598 'id': 180, 6554 'id': 180,
6599 'caption': '''Action to take when the idle delay is reached''', 6555 'caption': '''Action to take when the idle delay is reached''',
6600 'tags': [], 6556 'tags': [],
6601 'desc': '''Specify the action to take when the idle delay is reached. 6557 'desc': '''Note that this policy is deprecated and will be removed in the future.
6602
6603 Note that this policy is deprecated and will be removed in the future.
6604 6558
6605 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. 6559 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.
6606 6560
6607 When this policy is unset, behavior of the more-specific policies rema ins unaffected.''', 6561 When this policy is unset, behavior of the more-specific policies rema ins unaffected.''',
6608 }, 6562 },
6609 { 6563 {
6610 'name': 'IdleActionAC', 6564 'name': 'IdleActionAC',
6611 'type': 'int-enum', 6565 'type': 'int-enum',
6612 'schema': { 6566 'schema': {
6613 'type': 'integer', 6567 'type': 'integer',
(...skipping 24 matching lines...) Expand all
6638 'supported_on': ['chrome_os:30-'], 6592 'supported_on': ['chrome_os:30-'],
6639 'features': { 6593 'features': {
6640 'dynamic_refresh': True, 6594 'dynamic_refresh': True,
6641 'per_profile': False, 6595 'per_profile': False,
6642 }, 6596 },
6643 'deprecated': True, 6597 'deprecated': True,
6644 'example_value': 0, 6598 'example_value': 0,
6645 'id': 226, 6599 'id': 226,
6646 'caption': '''Action to take when the idle delay is reached while runn ing on AC power''', 6600 'caption': '''Action to take when the idle delay is reached while runn ing on AC power''',
6647 'tags': [], 6601 'tags': [],
6648 'desc': '''Specify the action to take when the idle delay is reached w hile running on AC power. 6602 '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.
6649
6650 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.
6651 6603
6652 When this policy is unset, the default action is taken, which is suspe nd. 6604 When this policy is unset, the default action is taken, which is suspe nd.
6653 6605
6654 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.''', 6606 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.''',
6655 }, 6607 },
6656 { 6608 {
6657 'name': 'IdleActionBattery', 6609 'name': 'IdleActionBattery',
6658 'type': 'int-enum', 6610 'type': 'int-enum',
6659 'schema': { 6611 'schema': {
6660 'type': 'integer', 6612 'type': 'integer',
(...skipping 24 matching lines...) Expand all
6685 'supported_on': ['chrome_os:30-'], 6637 'supported_on': ['chrome_os:30-'],
6686 'features': { 6638 'features': {
6687 'dynamic_refresh': True, 6639 'dynamic_refresh': True,
6688 'per_profile': False, 6640 'per_profile': False,
6689 }, 6641 },
6690 'deprecated': True, 6642 'deprecated': True,
6691 'example_value': 0, 6643 'example_value': 0,
6692 'id': 222, 6644 'id': 222,
6693 'caption': '''Action to take when the idle delay is reached while runn ing on battery power''', 6645 'caption': '''Action to take when the idle delay is reached while runn ing on battery power''',
6694 'tags': [], 6646 'tags': [],
6695 'desc': '''Specify the action to take when the idle delay is reached w hile running on battery power. 6647 '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.
6696
6697 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.
6698 6648
6699 When this policy is unset, the default action is taken, which is suspe nd. 6649 When this policy is unset, the default action is taken, which is suspe nd.
6700 6650
6701 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.''', 6651 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.''',
6702 }, 6652 },
6703 { 6653 {
6704 'name': 'LidCloseAction', 6654 'name': 'LidCloseAction',
6705 'type': 'int-enum', 6655 'type': 'int-enum',
6706 'schema': { 6656 'schema': {
6707 'type': 'integer', 6657 'type': 'integer',
(...skipping 23 matching lines...) Expand all
6731 ], 6681 ],
6732 'supported_on': ['chrome_os:26-'], 6682 'supported_on': ['chrome_os:26-'],
6733 'features': { 6683 'features': {
6734 'dynamic_refresh': True, 6684 'dynamic_refresh': True,
6735 'per_profile': False, 6685 'per_profile': False,
6736 }, 6686 },
6737 'example_value': 0, 6687 'example_value': 0,
6738 'id': 181, 6688 'id': 181,
6739 'caption': '''Action to take when the user closes the lid''', 6689 'caption': '''Action to take when the user closes the lid''',
6740 'tags': [], 6690 'tags': [],
6741 'desc': '''Specify the action to take when the user closes the lid. 6691 '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.
6742
6743 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.
6744 6692
6745 When this policy is unset, the default action is taken, which is suspe nd. 6693 When this policy is unset, the default action is taken, which is suspe nd.
6746 6694
6747 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.''', 6695 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.''',
6748 }, 6696 },
6749 { 6697 {
6750 'name': 'PowerManagementUsesAudioActivity', 6698 'name': 'PowerManagementUsesAudioActivity',
6751 'type': 'main', 6699 'type': 'main',
6752 'schema': { 'type': 'boolean' }, 6700 'schema': { 'type': 'boolean' },
6753 'supported_on': ['chrome_os:26-'], 6701 'supported_on': ['chrome_os:26-'],
6754 'features': { 6702 'features': {
6755 'dynamic_refresh': True, 6703 'dynamic_refresh': True,
6756 'per_profile': False, 6704 'per_profile': False,
6757 }, 6705 },
6758 'example_value': True, 6706 'example_value': True,
6759 'id': 182, 6707 'id': 182,
6760 'caption': '''Specify whether audio activity affects power management' '', 6708 'caption': '''Specify whether audio activity affects power management' '',
6761 'tags': [], 6709 'tags': [],
6762 'desc': '''Specifies whether audio activity affects power management. 6710 '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.
6763
6764 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.
6765 6711
6766 If this policy is set to False, audio activity does not prevent the us er from being considered idle.''', 6712 If this policy is set to False, audio activity does not prevent the us er from being considered idle.''',
6767 }, 6713 },
6768 { 6714 {
6769 'name': 'PowerManagementUsesVideoActivity', 6715 'name': 'PowerManagementUsesVideoActivity',
6770 'type': 'main', 6716 'type': 'main',
6771 'schema': { 'type': 'boolean' }, 6717 'schema': { 'type': 'boolean' },
6772 'supported_on': ['chrome_os:26-'], 6718 'supported_on': ['chrome_os:26-'],
6773 'features': { 6719 'features': {
6774 'dynamic_refresh': True, 6720 'dynamic_refresh': True,
6775 'per_profile': False, 6721 'per_profile': False,
6776 }, 6722 },
6777 'example_value': True, 6723 'example_value': True,
6778 'id': 183, 6724 'id': 183,
6779 'caption': '''Specify whether video activity affects power management' '', 6725 'caption': '''Specify whether video activity affects power management' '',
6780 'tags': [], 6726 'tags': [],
6781 'desc': '''Specifies whether video activity affects power management. 6727 '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.
6782
6783 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.
6784 6728
6785 If this policy is set to False, video activity does not prevent the us er from being considered idle.''', 6729 If this policy is set to False, video activity does not prevent the us er from being considered idle.''',
6786 '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>.', 6730 '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>.',
6787 }, 6731 },
6788 { 6732 {
6789 'name': 'PresentationIdleDelayScale', 6733 'name': 'PresentationIdleDelayScale',
6790 'type': 'int', 6734 'type': 'int',
6791 'schema': { 'type': 'integer' }, 6735 'schema': { 'type': 'integer' },
6792 'supported_on': ['chrome_os:26-28'], 6736 'supported_on': ['chrome_os:26-28'],
6793 'features': { 6737 'features': {
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
6939 'AC': { 6883 'AC': {
6940 'IdleAction': 'DoNothing' 6884 'IdleAction': 'DoNothing'
6941 }, 6885 },
6942 'Battery': { 6886 'Battery': {
6943 'IdleAction': 'DoNothing' 6887 'IdleAction': 'DoNothing'
6944 } 6888 }
6945 }, 6889 },
6946 'id': 258, 6890 'id': 258,
6947 'caption': '''Power management settings when the user becomes idle''', 6891 'caption': '''Power management settings when the user becomes idle''',
6948 'tags': [], 6892 'tags': [],
6949 'desc': '''Configure power management settings when the user becomes i dle. 6893 'desc': '''This policy controls multiple settings for the power manage ment strategy when the user becomes idle.
6950
6951 This policy controls multiple settings for the power management strate gy when the user becomes idle.
6952 6894
6953 There are four types of action: 6895 There are four types of action:
6954 * The screen will be dimmed if the user remains idle for the time spec ified by |ScreenDim|. 6896 * The screen will be dimmed if the user remains idle for the time spec ified by |ScreenDim|.
6955 * The screen will be turned off if the user remains idle for the time specified by |ScreenOff|. 6897 * The screen will be turned off if the user remains idle for the time specified by |ScreenOff|.
6956 * 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. 6898 * 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.
6957 * The action specified by |IdleAction| will be taken if the user remai ns idle for the time specified by |Idle|. 6899 * The action specified by |IdleAction| will be taken if the user remai ns idle for the time specified by |Idle|.
6958 6900
6959 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. 6901 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.
6960 6902
6961 For each of the above delays, when the length of time is unset, a defa ult value will be used. 6903 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
7150 'supported_on': ['chrome_os:27-'], 7092 'supported_on': ['chrome_os:27-'],
7151 'features': { 7093 'features': {
7152 'can_be_recommended': True, 7094 'can_be_recommended': True,
7153 'dynamic_refresh': True, 7095 'dynamic_refresh': True,
7154 'per_profile': True, 7096 'per_profile': True,
7155 }, 7097 },
7156 'example_value': True, 7098 'example_value': True,
7157 'id': 188, 7099 'id': 188,
7158 'caption': '''Show accessibility options in system tray menu''', 7100 'caption': '''Show accessibility options in system tray menu''',
7159 'tags': [], 7101 'tags': [],
7160 'desc': '''Show <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex> </ph> accessibility options in the system menu. 7102 'desc': '''If this policy is set to true, Accessibility options always appear in system tray menu.
7161
7162 If this policy is set to true, Accessibility options always appear in system tray menu.
7163 7103
7164 If this policy is set to false, Accessibility options never appear in system tray menu. 7104 If this policy is set to false, Accessibility options never appear in system tray menu.
7165 7105
7166 If you set this policy, users cannot change or override it. 7106 If you set this policy, users cannot change or override it.
7167 7107
7168 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.''' 7108 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.'''
7169 }, 7109 },
7170 { 7110 {
7171 'name': 'LargeCursorEnabled', 7111 'name': 'LargeCursorEnabled',
7172 'type': 'main', 7112 'type': 'main',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
7305 'supported_on': ['chrome_os:29-'], 7245 'supported_on': ['chrome_os:29-'],
7306 'features': { 7246 'features': {
7307 'can_be_recommended': True, 7247 'can_be_recommended': True,
7308 'dynamic_refresh': True, 7248 'dynamic_refresh': True,
7309 'per_profile': True, 7249 'per_profile': True,
7310 }, 7250 },
7311 'example_value': 1, 7251 'example_value': 1,
7312 'id': 214, 7252 'id': 214,
7313 'caption': '''Set screen magnifier type''', 7253 'caption': '''Set screen magnifier type''',
7314 'tags': [], 7254 'tags': [],
7315 'desc': '''Set the type of screen magnifier that is enabled. 7255 '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 .
7316
7317 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.
7318 7256
7319 If you set this policy, users cannot change or override it. 7257 If you set this policy, users cannot change or override it.
7320 7258
7321 If this policy is left unset, the screen magnifier is disabled initial ly but can be enabled by the user anytime.''', 7259 If this policy is left unset, the screen magnifier is disabled initial ly but can be enabled by the user anytime.''',
7322 }, 7260 },
7323 { 7261 {
7324 'name': 'DeviceLoginScreenDefaultLargeCursorEnabled', 7262 'name': 'DeviceLoginScreenDefaultLargeCursorEnabled',
7325 'type': 'main', 7263 'type': 'main',
7326 'schema': { 'type': 'boolean' }, 7264 'schema': { 'type': 'boolean' },
7327 'supported_on': ['chrome_os:29-'], 7265 'supported_on': ['chrome_os:29-'],
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
7706 ], 7644 ],
7707 'supported_on': ['chrome.*:28-', 'chrome_os:28-'], 7645 'supported_on': ['chrome.*:28-', 'chrome_os:28-'],
7708 'features': { 7646 'features': {
7709 'dynamic_refresh': True, 7647 'dynamic_refresh': True,
7710 'per_profile': True 7648 'per_profile': True
7711 }, 7649 },
7712 'example_value': 2, 7650 'example_value': 2,
7713 'id': 204, 7651 'id': 204,
7714 'caption': '''Default behavior for sites not in any content pack''', 7652 'caption': '''Default behavior for sites not in any content pack''',
7715 'tags': [], 7653 'tags': [],
7716 'desc': '''The default behavior for sites not in any content pack. 7654 'desc': '''This policy is for internal use by <ph name="PRODUCT_NAME"> $1<ex>Google Chrome</ex></ph> itself.''',
7717
7718 This policy is for internal use by <ph name="PRODUCT_NAME">$1<ex>Googl e Chrome</ex></ph> itself.''',
7719 }, 7655 },
7720 { 7656 {
7721 'name': 'ContentPackManualBehaviorHosts', 7657 'name': 'ContentPackManualBehaviorHosts',
7722 'future': True, 7658 'future': True,
7723 'deprecated': True, 7659 'deprecated': True,
7724 'type': 'dict', 7660 'type': 'dict',
7725 'schema': { 7661 'schema': {
7726 'type': 'object', 7662 'type': 'object',
7727 'additionalProperties': { 7663 'additionalProperties': {
7728 'type': 'boolean' 7664 'type': 'boolean'
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
7925 'supported_on': ['chrome_os:34-'], 7861 'supported_on': ['chrome_os:34-'],
7926 'features': { 7862 'features': {
7927 'dynamic_refresh': True, 7863 'dynamic_refresh': True,
7928 'per_profile': True, 7864 'per_profile': True,
7929 }, 7865 },
7930 'example_value': { "url": "https://example.com/avatar.jpg", "hash": "deadb eefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef" }, 7866 'example_value': { "url": "https://example.com/avatar.jpg", "hash": "deadb eefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef" },
7931 'max_size': 524288, 7867 'max_size': 524288,
7932 'id': 249, 7868 'id': 249,
7933 'caption': '''User avatar image''', 7869 'caption': '''User avatar image''',
7934 'tags': [], 7870 'tags': [],
7935 'desc': '''Configure user avatar image. 7871 '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.
7936
7937 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.
7938 7872
7939 The avatar image is downloaded and cached. It will be re-downloaded whenev er the URL or the hash changes. 7873 The avatar image is downloaded and cached. It will be re-downloaded whenev er the URL or the hash changes.
7940 7874
7941 The policy should be specified as a string that expresses the URL and hash in JSON format, conforming to the following schema: 7875 The policy should be specified as a string that expresses the URL and hash in JSON format, conforming to the following schema:
7942 { 7876 {
7943 "type": "object", 7877 "type": "object",
7944 "properties": { 7878 "properties": {
7945 "url": { 7879 "url": {
7946 "description": "The URL from which the avatar image can be downloade d.", 7880 "description": "The URL from which the avatar image can be downloade d.",
7947 "type": "string" 7881 "type": "string"
(...skipping 24 matching lines...) Expand all
7972 'supported_on': ['chrome_os:35-'], 7906 'supported_on': ['chrome_os:35-'],
7973 'features': { 7907 'features': {
7974 'dynamic_refresh': True, 7908 'dynamic_refresh': True,
7975 'per_profile': True, 7909 'per_profile': True,
7976 }, 7910 },
7977 'example_value': { "url": "https://example.com/wallpaper.jpg", "hash": "ba ddecafbaddecafbaddecafbaddecafbaddecafbaddecafbaddecafbaddecaf" }, 7911 'example_value': { "url": "https://example.com/wallpaper.jpg", "hash": "ba ddecafbaddecafbaddecafbaddecafbaddecafbaddecafbaddecafbaddecaf" },
7978 'max_size': 16777216, 7912 'max_size': 16777216,
7979 'id': 262, 7913 'id': 262,
7980 'caption': '''Wallpaper image''', 7914 'caption': '''Wallpaper image''',
7981 'tags': [], 7915 'tags': [],
7982 'desc': '''Configure wallpaper image. 7916 '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.
7983
7984 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.
7985 7917
7986 The wallpaper image is downloaded and cached. It will be re-downloaded whe never the URL or the hash changes. 7918 The wallpaper image is downloaded and cached. It will be re-downloaded whe never the URL or the hash changes.
7987 7919
7988 The policy should be specified as a string that expresses the URL and hash in JSON format, conforming to the following schema: 7920 The policy should be specified as a string that expresses the URL and hash in JSON format, conforming to the following schema:
7989 { 7921 {
7990 "type": "object", 7922 "type": "object",
7991 "properties": { 7923 "properties": {
7992 "url": { 7924 "url": {
7993 "description": "The URL from which the wallpaper image can be downlo aded.", 7925 "description": "The URL from which the wallpaper image can be downlo aded.",
7994 "type": "string" 7926 "type": "string"
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
8074 'supported_on': ['chrome_os:38-'], 8006 'supported_on': ['chrome_os:38-'],
8075 'features': { 8007 'features': {
8076 'dynamic_refresh': True, 8008 'dynamic_refresh': True,
8077 'per_profile': True, 8009 'per_profile': True,
8078 }, 8010 },
8079 'example_value': True, 8011 'example_value': True,
8080 'default_for_enterprise_users': False, 8012 'default_for_enterprise_users': False,
8081 'id': 272, 8013 'id': 272,
8082 'caption': '''Allows Smart Lock to be used''', 8014 'caption': '''Allows Smart Lock to be used''',
8083 'tags': [], 8015 'tags': [],
8084 'desc': '''Allows Smart Lock to be used on <ph name="PRODUCT_OS_NAME">$2<e x>Google Chrome OS</ex></ph> devices. 8016 'desc': '''If you enable this setting, users will be allowed to use Smart Lock if the requirements for the feature are satisfied.
8085
8086 If you enable this setting, users will be allowed to use Smart Lock if the requirements for the feature are satisfied.
8087 8017
8088 If you disable this setting, users will not be allowed to use Smart Lock. 8018 If you disable this setting, users will not be allowed to use Smart Lock.
8089 8019
8090 If this policy is left not set, the default is not allowed for enterprise- managed users and allowed for non-managed users.''', 8020 If this policy is left not set, the default is not allowed for enterprise- managed users and allowed for non-managed users.''',
8091 }, 8021 },
8092 { 8022 {
8093 'name': 'SessionLocales', 8023 'name': 'SessionLocales',
8094 'type': 'list', 8024 'type': 'list',
8095 'schema': { 8025 'schema': {
8096 'type': 'array', 8026 'type': 'array',
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
8562 'arc_support': 'Android apps cannot get access to corporate keys. This pol icy has no effect on them.', 8492 'arc_support': 'Android apps cannot get access to corporate keys. This pol icy has no effect on them.',
8563 }, 8493 },
8564 { 8494 {
8565 'name': 'WelcomePageOnOSUpgradeEnabled', 8495 'name': 'WelcomePageOnOSUpgradeEnabled',
8566 'supported_on': ['chrome.win:45-'], 8496 'supported_on': ['chrome.win:45-'],
8567 'type': 'main', 8497 'type': 'main',
8568 'schema': { 'type': 'boolean' }, 8498 'schema': { 'type': 'boolean' },
8569 'id': 303, 8499 'id': 303,
8570 'caption': 'Enable showing the welcome page on the first browser launch fo llowing OS upgrade.', 8500 'caption': 'Enable showing the welcome page on the first browser launch fo llowing OS upgrade.',
8571 'tags': [], 8501 'tags': [],
8572 'desc': '''Enable showing the welcome page on the first browser launch fol lowing OS upgrade. 8502 '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.
8573
8574 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.
8575 8503
8576 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.''', 8504 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.''',
8577 'features': { 8505 'features': {
8578 'dynamic_refresh': False, 8506 'dynamic_refresh': False,
8579 'per_profile': False 8507 'per_profile': False
8580 }, 8508 },
8581 'example_value': False 8509 'example_value': False
8582 }, 8510 },
8583 { 8511 {
8584 'name': 'HardwareAccelerationModeEnabled', 8512 'name': 'HardwareAccelerationModeEnabled',
8585 'type': 'main', 8513 'type': 'main',
8586 'schema': { 'type': 'boolean' }, 8514 'schema': { 'type': 'boolean' },
8587 'supported_on': ['chrome.*:46-'], 8515 'supported_on': ['chrome.*:46-'],
8588 'features': { 8516 'features': {
8589 'dynamic_refresh': False, 8517 'dynamic_refresh': False,
8590 'per_profile': False, 8518 'per_profile': False,
8591 }, 8519 },
8592 'example_value': True, 8520 'example_value': True,
8593 'id': 304, 8521 'id': 304,
8594 'caption': '''Use hardware acceleration when available''', 8522 'caption': '''Use hardware acceleration when available''',
8595 'tags': [], 8523 'tags': [],
8596 'desc': '''Use hardware acceleration when available. 8524 'desc': '''If this policy is set to true or left unset, hardware accelerat ion will be enabled unless a certain GPU feature is blacklisted.
8597
8598 If this policy is set to true or left unset, hardware acceleration will be enabled unless a certain GPU feature is blacklisted.
8599 8525
8600 If this policy is set to false, hardware acceleration will be disabled.''' , 8526 If this policy is set to false, hardware acceleration will be disabled.''' ,
8601 }, 8527 },
8602 { 8528 {
8603 'name': 'UnifiedDesktopEnabledByDefault', 8529 'name': 'UnifiedDesktopEnabledByDefault',
8604 'type': 'main', 8530 'type': 'main',
8605 'schema': { 'type': 'boolean' }, 8531 'schema': { 'type': 'boolean' },
8606 'supported_on': ['chrome_os:47-'], 8532 'supported_on': ['chrome_os:47-'],
8607 'features': { 8533 'features': {
8608 'can_be_recommended': False, 8534 'can_be_recommended': False,
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
8919 8845
8920 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. 8846 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.
8921 8847
8922 If this policy is not set, it will behave as if TimezoneAutomaticDetection UsersDecide is set. 8848 If this policy is not set, it will behave as if TimezoneAutomaticDetection UsersDecide is set.
8923 8849
8924 If SystemTimezone policy is set, it overrides this policy. In this case au tomatic timezone detection is completely disabled.''', 8850 If SystemTimezone policy is set, it overrides this policy. In this case au tomatic timezone detection is completely disabled.''',
8925 }, 8851 },
8926 { 8852 {
8927 'name': 'TaskManagerEndProcessEnabled', 8853 'name': 'TaskManagerEndProcessEnabled',
8928 'caption': '''Enables ending processes in Task Manager''', 8854 'caption': '''Enables ending processes in Task Manager''',
8929 'desc': '''Enables ending processes in <ph name="PRODUCT_NAME">$1<ex>Googl e Chrome</ex></ph>'s Task Manager. 8855 'desc': '''If set to false, the 'End process' button is disabled in the Ta sk Manager.
8930
8931 If set to false, the 'End process' button is disabled in the Task Manager.
8932 8856
8933 If set to true or not configured, the user can end processes in the Task M anager.''', 8857 If set to true or not configured, the user can end processes in the Task M anager.''',
8934 'type': 'main', 8858 'type': 'main',
8935 'schema': { 'type': 'boolean' }, 8859 'schema': { 'type': 'boolean' },
8936 'supported_on': ['chrome.*:52-','chrome_os:52-'], 8860 'supported_on': ['chrome.*:52-','chrome_os:52-'],
8937 'features': { 8861 'features': {
8938 'dynamic_refresh': True, 8862 'dynamic_refresh': True,
8939 'per_profile': False, 8863 'per_profile': False,
8940 }, 8864 },
8941 'example_value': True, 8865 'example_value': True,
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
9028 8952
9029 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>. 8953 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>.
9030 8954
9031 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. 8955 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.
9032 8956
9033 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>.''', 8957 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>.''',
9034 }, 8958 },
9035 { 8959 {
9036 'name': 'AllowScreenLock', 8960 'name': 'AllowScreenLock',
9037 'caption': '''Permit locking the screen''', 8961 'caption': '''Permit locking the screen''',
9038 'desc': '''Permit locking the screen. 8962 '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.''',
9039
9040 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.''',
9041 'type': 'main', 8963 'type': 'main',
9042 'schema': { 'type': 'boolean' }, 8964 'schema': { 'type': 'boolean' },
9043 'supported_on': ['chrome_os:52-'], 8965 'supported_on': ['chrome_os:52-'],
9044 'features': { 8966 'features': {
9045 'dynamic_refresh': True, 8967 'dynamic_refresh': True,
9046 'per_profile': True, 8968 'per_profile': True,
9047 }, 8969 },
9048 'example_value': False, 8970 'example_value': False,
9049 'tags': [], 8971 'tags': [],
9050 'id': 329, 8972 'id': 329,
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
9460 'schema': { 'type': 'integer' }, 9382 'schema': { 'type': 'integer' },
9461 'supported_on': ['chrome_os:57-'], 9383 'supported_on': ['chrome_os:57-'],
9462 'features': { 9384 'features': {
9463 'dynamic_refresh': True, 9385 'dynamic_refresh': True,
9464 'per_profile': True, 9386 'per_profile': True,
9465 }, 9387 },
9466 'example_value': 6, 9388 'example_value': 6,
9467 'id': 354, 9389 'id': 354,
9468 'caption': '''Sets the minimum length of the lock screen PIN.''', 9390 'caption': '''Sets the minimum length of the lock screen PIN.''',
9469 'tags': [], 9391 'tags': [],
9470 'desc': '''This setting controls the minimum PIN length. 9392 'desc': '''If the policy is set, the configured minimal PIN length is
emaxx 2017/04/19 15:53:26 nit: s/minimal/minimum/? (I think it's more correc
Thiemo Nagel 2017/04/19 16:01:08 I think it's the opposite... ;) Minimum is a noun
emaxx 2017/04/20 10:55:28 Feel free to land it as is (it's just a small stup
9393 enforced. (The absolute minimum PIN length is 1; values less than 1
9394 are treated as 1.)
9471 9395
9472 The absolute minimum PIN length is 1; values less than 1 are treated a s 1. 9396 If the policy is not set, a minimal PIN length of 6 digits is
emaxx 2017/04/19 15:53:26 nit: s/minimal/minimum/?
Thiemo Nagel 2017/04/19 16:01:08 Same as above.
9473 9397 enforced. This is the recommended minimum.''',
9474 The default and recommended minimum PIN length is 6 digits.''',
9475 }, 9398 },
9476 { 9399 {
9477 'name': 'PinUnlockMaximumLength', 9400 'name': 'PinUnlockMaximumLength',
9478 'type': 'int', 9401 'type': 'int',
9479 'schema': { 'type': 'integer' }, 9402 'schema': { 'type': 'integer' },
9480 'supported_on': ['chrome_os:57-'], 9403 'supported_on': ['chrome_os:57-'],
9481 'features': { 9404 'features': {
9482 'dynamic_refresh': True, 9405 'dynamic_refresh': True,
9483 'per_profile': True, 9406 'per_profile': True,
9484 }, 9407 },
9485 'example_value': 0, 9408 'example_value': 0,
9486 'id': 355, 9409 'id': 355,
9487 'caption': '''Sets the maximum length of the lock screen PIN.''', 9410 'caption': '''Sets the maximum length of the lock screen PIN.''',
9488 'tags': [], 9411 'tags': [],
9489 'desc': '''This setting controls the maximum PIN length. 9412 'desc': '''If the policy is set, the configured maximal PIN length is
9413 enforced. A value of 0 or less means no maximum length; in that case
9414 the user may set a PIN as long as they want. If this setting is less
9415 than PinUnlockMinimumLength but greater than 0, the maximum length is
9416 the same as the minimum length.
9490 9417
9491 If this setting is 0 or less, there is no maximum length; the user can set a PIN as long as they want. 9418 If the policy is not set, no maximum length is enforced.''',
9492
9493 If this setting is less than PinUnlockMinimumLength but greater than 0 , the maximum length is the same as the minimum length.
9494
9495 This setting defaults to no maximum length.''',
9496 }, 9419 },
9497 { 9420 {
9498 'name': 'PinUnlockWeakPinsAllowed', 9421 'name': 'PinUnlockWeakPinsAllowed',
9499 'type': 'main', 9422 'type': 'main',
9500 'schema': { 'type': 'boolean' }, 9423 'schema': { 'type': 'boolean' },
9501 'supported_on': ['chrome_os:57-'], 9424 'supported_on': ['chrome_os:57-'],
9502 'features': { 9425 'features': {
9503 'dynamic_refresh': True, 9426 'dynamic_refresh': True,
9504 'per_profile': True, 9427 'per_profile': True,
9505 }, 9428 },
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
9715 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 9638 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
9716 'text': 'Default Settings (users can override)', 9639 'text': 'Default Settings (users can override)',
9717 }, 9640 },
9718 'doc_complex_policies_on_windows': { 9641 'doc_complex_policies_on_windows': {
9719 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 9642 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
9720 '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>' '', 9643 '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>' '',
9721 }, 9644 },
9722 }, 9645 },
9723 'placeholders': [], 9646 'placeholders': [],
9724 } 9647 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698