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

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

Issue 2831553002: policy_templates.json: Remove duplicate captions (Closed)
Patch Set: 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 955 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 'schema': { 'type': 'boolean' }, 966 'schema': { 'type': 'boolean' },
967 'supported_on': ['chrome.linux:25-', 'chrome.mac:25-', 'chrome_os:42-' ], 967 'supported_on': ['chrome.linux:25-', 'chrome.mac:25-', 'chrome_os:42-' ],
968 'features': { 968 'features': {
969 'dynamic_refresh': True, 969 'dynamic_refresh': True,
970 'per_profile': False, 970 'per_profile': False,
971 }, 971 },
972 'example_value': False, 972 'example_value': False,
973 'id': 285, 973 'id': 285,
974 'caption': '''Requires that the name of the local user and the remote access host owner match''', 974 'caption': '''Requires that the name of the local user and the remote access host owner match''',
975 'tags': [], 975 'tags': [],
976 'desc': '''Requires that the name of the local user and the remote acc ess host owner match. 976 '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").
977
978 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").
979 977
980 If this setting is disabled or not set, then the remote access host ca n be associated with any local user.''', 978 If this setting is disabled or not set, then the remote access host ca n be associated with any local user.''',
981 }, 979 },
982 { 980 {
983 'name': 'RemoteAccessHostTokenUrl', 981 'name': 'RemoteAccessHostTokenUrl',
984 'type': 'string', 982 'type': 'string',
985 'schema': { 'type': 'string' }, 983 'schema': { 'type': 'string' },
986 'supported_on': ['chrome.*:28-','chrome_os:42-'], 984 'supported_on': ['chrome.*:28-','chrome_os:42-'],
987 'features': { 985 'features': {
988 'dynamic_refresh': True, 986 'dynamic_refresh': True,
989 'per_profile': False, 987 'per_profile': False,
990 }, 988 },
991 'example_value': 'https://example.com/issue', 989 'example_value': 'https://example.com/issue',
992 'id': 286, 990 'id': 286,
993 'caption': '''URL where remote access clients should obtain their auth entication token''', 991 'caption': '''URL where remote access clients should obtain their auth entication token''',
994 'tags': ['website-sharing'], 992 'tags': ['website-sharing'],
995 'desc': '''URL where remote access clients should obtain their authent ication token. 993 '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.
996
997 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.
998 994
999 This feature is currently disabled server-side.''', 995 This feature is currently disabled server-side.''',
1000 }, 996 },
1001 { 997 {
1002 'name': 'RemoteAccessHostTokenValidationUrl', 998 'name': 'RemoteAccessHostTokenValidationUrl',
1003 'type': 'string', 999 'type': 'string',
1004 'schema': { 'type': 'string' }, 1000 'schema': { 'type': 'string' },
1005 'supported_on': ['chrome.*:28-','chrome_os:42-'], 1001 'supported_on': ['chrome.*:28-','chrome_os:42-'],
1006 'features': { 1002 'features': {
1007 'dynamic_refresh': True, 1003 'dynamic_refresh': True,
1008 'per_profile': False, 1004 'per_profile': False,
1009 }, 1005 },
1010 'example_value': 'https://example.com/validate', 1006 'example_value': 'https://example.com/validate',
1011 'id': 287, 1007 'id': 287,
1012 'caption': '''URL for validating remote access client authentication t oken''', 1008 'caption': '''URL for validating remote access client authentication t oken''',
1013 'tags': ['website-sharing'], 1009 'tags': ['website-sharing'],
1014 'desc': '''URL for validating remote access client authentication toke n. 1010 '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.
1015
1016 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.
1017 1011
1018 This feature is currently disabled server-side.''', 1012 This feature is currently disabled server-side.''',
1019 }, 1013 },
1020 { 1014 {
1021 'name': 'RemoteAccessHostTokenValidationCertificateIssuer', 1015 'name': 'RemoteAccessHostTokenValidationCertificateIssuer',
1022 'type': 'string', 1016 'type': 'string',
1023 'schema': { 'type': 'string' }, 1017 'schema': { 'type': 'string' },
1024 'supported_on': ['chrome.*:28-','chrome_os:42-'], 1018 'supported_on': ['chrome.*:28-','chrome_os:42-'],
1025 'features': { 1019 'features': {
1026 'dynamic_refresh': True, 1020 'dynamic_refresh': True,
1027 'per_profile': False, 1021 'per_profile': False,
1028 }, 1022 },
1029 'example_value': 'Example Certificate Authority', 1023 'example_value': 'Example Certificate Authority',
1030 'id': 288, 1024 'id': 288,
1031 'caption': '''Client certificate for connecting to RemoteAccessHostTok enValidationUrl''', 1025 'caption': '''Client certificate for connecting to RemoteAccessHostTok enValidationUrl''',
1032 'tags': [], 1026 'tags': [],
1033 'desc': '''Client certificate for connecting to RemoteAccessHostTokenV alidationUrl. 1027 '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.
1034
1035 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.
1036 1028
1037 This feature is currently disabled server-side.''', 1029 This feature is currently disabled server-side.''',
1038 }, 1030 },
1039 { 1031 {
1040 'name': 'RemoteAccessHostDebugOverridePolicies', 1032 'name': 'RemoteAccessHostDebugOverridePolicies',
1041 'type': 'string', 1033 'type': 'string',
1042 'schema': { 'type': 'string' }, 1034 'schema': { 'type': 'string' },
1043 'supported_on': ['chrome.*:25-47','chrome_os:42-47'], 1035 'supported_on': ['chrome.*:25-47','chrome_os:42-47'],
1044 'features': { 1036 'features': {
1045 'dynamic_refresh': True, 1037 'dynamic_refresh': True,
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
1291 ], 1283 ],
1292 'features': { 1284 'features': {
1293 'can_be_recommended': True, 1285 'can_be_recommended': True,
1294 'dynamic_refresh': True, 1286 'dynamic_refresh': True,
1295 'per_profile': True, 1287 'per_profile': True,
1296 }, 1288 },
1297 'example_value': True, 1289 'example_value': True,
1298 'id': 16, 1290 'id': 16,
1299 'caption': '''Enable saving passwords to the password manager''', 1291 'caption': '''Enable saving passwords to the password manager''',
1300 'tags': [], 1292 'tags': [],
1301 'desc': ''' 1293 'desc': '''If this setting is enabled, users can have <ph
1302 If this setting is enabled, users can have <ph
1303 name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> memorize passwords 1294 name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> memorize passwords
1304 and provide them automatically the next time they log in to a site. 1295 and provide them automatically the next time they log in to a site.
1305 1296
1306 If this settings is disabled, users cannot save new passwords but they 1297 If this settings is disabled, users cannot save new passwords but they
1307 may still use passwords that have been saved previously. 1298 may still use passwords that have been saved previously.
1308 1299
1309 If this policy is enabled or disabled, users cannot change or override 1300 If this policy is enabled or disabled, users cannot change or override
1310 it in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. If this 1301 it in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. If this
1311 policy is unset, password saving is allowed (but can be turned off by 1302 policy is unset, password saving is allowed (but can be turned off by
1312 the user).''', 1303 the user).''',
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
1516 'schema': { 'type': 'boolean' }, 1507 'schema': { 'type': 'boolean' },
1517 'supported_on': ['chrome.win:57-'], 1508 'supported_on': ['chrome.win:57-'],
1518 'features': { 1509 'features': {
1519 'dynamic_refresh': False, 1510 'dynamic_refresh': False,
1520 'per_profile': False, 1511 'per_profile': False,
1521 }, 1512 },
1522 'example_value': True, 1513 'example_value': True,
1523 'id': 358, 1514 'id': 358,
1524 'caption': '''Enable the creation of roaming copies for <ph name="PRODUCT_ NAME">$1<ex>Google Chrome</ex></ph> profile data.''', 1515 'caption': '''Enable the creation of roaming copies for <ph name="PRODUCT_ NAME">$1<ex>Google Chrome</ex></ph> profile data.''',
1525 'tags': ['local-data-access'], 1516 'tags': ['local-data-access'],
1526 'desc': '''Enables the creation of roaming copies for <ph name="PRODUCT_NA ME">$1<ex>Google Chrome</ex></ph> profile data. 1517 '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.
1527
1528 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.
1529 1518
1530 Google Sync is automatically disabled when this policy is enabled. 1519 Google Sync is automatically disabled when this policy is enabled.
1531 1520
1532 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. 1521 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.
1533 1522
1534 If this policy is disabled or left not set only the regular local profiles will be used.''', 1523 If this policy is disabled or left not set only the regular local profiles will be used.''',
1535 'label': '''Enable the creation of roaming copies for <ph name="PRODUCT_NA ME">$1<ex>Google Chrome</ex></ph> profile data.''', 1524 'label': '''Enable the creation of roaming copies for <ph name="PRODUCT_NA ME">$1<ex>Google Chrome</ex></ph> profile data.''',
1536 }, 1525 },
1537 { 1526 {
1538 'name': 'RoamingProfileLocation', 1527 'name': 'RoamingProfileLocation',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
1581 'type': 'main', 1570 'type': 'main',
1582 'schema': { 'type': 'boolean' }, 1571 'schema': { 'type': 'boolean' },
1583 'supported_on': ['chrome.*:35-42'], 1572 'supported_on': ['chrome.*:35-42'],
1584 'features': { 1573 'features': {
1585 'dynamic_refresh': False, 1574 'dynamic_refresh': False,
1586 'per_profile': False, 1575 'per_profile': False,
1587 }, 1576 },
1588 'deprecated': True, 1577 'deprecated': True,
1589 'example_value': False, 1578 'example_value': False,
1590 'id': 265, 1579 'id': 265,
1591 'caption': '''Enables the old web-based signin''', 1580 'caption': '''Enables the old web-based signin flow''',
1592 'tags': [], 1581 'tags': [],
1593 'desc': '''Enables the old web-based signin flow. 1582 'desc': '''This setting was named EnableWebBasedSignin prior to Chrome 42, and support for it will be removed entirely in Chrome 43.
1594
1595 This setting was named EnableWebBasedSignin prior to Chrome 42, and suppor t for it will be removed entirely in Chrome 43.
1596 1583
1597 This setting is useful for enterprise customers who are using SSO solution s that are not compatible with the new inline signin flow yet. 1584 This setting is useful for enterprise customers who are using SSO solution s that are not compatible with the new inline signin flow yet.
1598 If you enable this setting, the old web-based signin flow would be used. 1585 If you enable this setting, the old web-based signin flow would be used.
1599 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. 1586 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.
1600 1587
1601 The experimental setting will be removed in the future when the inline sig nin fully supports all SSO signin flows.''', 1588 The experimental setting will be removed in the future when the inline sig nin fully supports all SSO signin flows.''',
1602 }, 1589 },
1603 { 1590 {
1604 'name': 'UserDataDir', 1591 'name': 'UserDataDir',
1605 'type': 'string', 1592 'type': 'string',
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
2249 }, 2236 },
2250 'supported_on': ['chrome.*:9-', 'chrome_os:11-'], 2237 'supported_on': ['chrome.*:9-', 'chrome_os:11-'],
2251 'features': { 2238 'features': {
2252 'dynamic_refresh': True, 2239 'dynamic_refresh': True,
2253 'per_profile': True, 2240 'per_profile': True,
2254 }, 2241 },
2255 'example_value': ['gbchcmhmhahfdphkhkmpfmihenigjmpp;https://clients2.g oogle.com/service/update2/crx'], 2242 'example_value': ['gbchcmhmhahfdphkhkmpfmihenigjmpp;https://clients2.g oogle.com/service/update2/crx'],
2256 'id': 34, 2243 'id': 34,
2257 'caption': '''Configure the list of force-installed apps and extension s''', 2244 'caption': '''Configure the list of force-installed apps and extension s''',
2258 'tags': ['full-admin-access'], 2245 'tags': ['full-admin-access'],
2259 'desc': ''' 2246 'desc': '''Specifies a list of apps and extensions that are installed silently,
2260 Specifies a list of apps and extensions that are installed silently,
2261 without user interaction, and which cannot be uninstalled by the 2247 without user interaction, and which cannot be uninstalled by the
2262 user. All permissions requested by the apps/extensions are granted 2248 user. All permissions requested by the apps/extensions are granted
2263 implicitly, without user interaction, including any additional 2249 implicitly, without user interaction, including any additional
2264 permissions requested by future versions of the app/extension. 2250 permissions requested by future versions of the app/extension.
2265 Furthermore, permissions are granted for the 2251 Furthermore, permissions are granted for the
2266 enterprise.deviceAttributes and enterprise.platformKeys extension 2252 enterprise.deviceAttributes and enterprise.platformKeys extension
2267 APIs. (These two APIs are not available to apps/extensions that are 2253 APIs. (These two APIs are not available to apps/extensions that are
2268 not force-installed.) 2254 not force-installed.)
2269 2255
2270 This policy takes precedence over a potentially conflicting 2256 This policy takes precedence over a potentially conflicting
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
2654 'supported_on': ['chrome.*:10-', 'chrome_os:11-'], 2640 'supported_on': ['chrome.*:10-', 'chrome_os:11-'],
2655 'features': { 2641 'features': {
2656 'can_be_recommended': True, 2642 'can_be_recommended': True,
2657 'dynamic_refresh': True, 2643 'dynamic_refresh': True,
2658 'per_profile': True, 2644 'per_profile': True,
2659 }, 2645 },
2660 'example_value': False, 2646 'example_value': False,
2661 'id': 39, 2647 'id': 39,
2662 'caption': '''Block third party cookies''', 2648 'caption': '''Block third party cookies''',
2663 'tags': [], 2649 'tags': [],
2664 'desc': '''Blocks third party cookies. 2650 '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.
2665
2666 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.
2667 2651
2668 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. 2652 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.
2669 2653
2670 If this policy is left not set, third party cookies will be enabled but th e user will be able to change that.''', 2654 If this policy is left not set, third party cookies will be enabled but th e user will be able to change that.''',
2671 }, 2655 },
2672 { 2656 {
2673 # TODO(joaodasilva): Flag these policies with 'can_be_recommended' 2657 # TODO(joaodasilva): Flag these policies with 'can_be_recommended'
2674 # after fixing https://crbug.com/106683 2658 # after fixing https://crbug.com/106683
2675 'name': 'DefaultSearchProvider', 2659 'name': 'DefaultSearchProvider',
2676 'type': 'group', 2660 'type': 'group',
(...skipping 1190 matching lines...) Expand 10 before | Expand all | Expand 10 after
3867 'schema': { 'type': 'boolean' }, 3851 'schema': { 'type': 'boolean' },
3868 'supported_on': ['chrome.*:9-', 'chrome_os:11-'], 3852 'supported_on': ['chrome.*:9-', 'chrome_os:11-'],
3869 'features': { 3853 'features': {
3870 'dynamic_refresh': True, 3854 'dynamic_refresh': True,
3871 'per_profile': True, 3855 'per_profile': True,
3872 }, 3856 },
3873 'example_value': False, 3857 'example_value': False,
3874 'id': 55, 3858 'id': 55,
3875 'caption': '''Disable support for 3D graphics APIs''', 3859 'caption': '''Disable support for 3D graphics APIs''',
3876 'tags': [], 3860 'tags': [],
3877 'desc': '''Disable support for 3D graphics APIs. 3861 '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.
3878
3879 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.
3880 3862
3881 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. 3863 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.
3882 3864
3883 If HardwareAccelerationModeEnabled is set to false, Disable3DAPIs is ignor ed and it is equivalent to Disable3DAPIs being set to true.''', 3865 If HardwareAccelerationModeEnabled is set to false, Disable3DAPIs is ignor ed and it is equivalent to Disable3DAPIs being set to true.''',
3884 }, 3866 },
3885 { 3867 {
3886 'name': 'PolicyRefreshRate', 3868 'name': 'PolicyRefreshRate',
3887 'type': 'int', 3869 'type': 'int',
3888 'schema': { 'type': 'integer' }, 3870 'schema': { 'type': 'integer' },
3889 'supported_on': ['chrome_os:11-'], 3871 'supported_on': ['chrome_os:11-'],
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
4055 'items': { 'type': 'string' }, 4037 'items': { 'type': 'string' },
4056 }, 4038 },
4057 'supported_on': ['chrome_frame:8-32'], 4039 'supported_on': ['chrome_frame:8-32'],
4058 'features': { 4040 'features': {
4059 'dynamic_refresh': False, 4041 'dynamic_refresh': False,
4060 }, 4042 },
4061 'example_value': ['text/xml', 'application/xml'], 4043 'example_value': ['text/xml', 'application/xml'],
4062 'id': 60, 4044 'id': 60,
4063 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> to handle the listed content types''', 4045 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> to handle the listed content types''',
4064 'tags': [], 4046 'tags': [],
4065 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fra me</ex></ph> to handle the listed content types. 4047 'desc': '''If this policy is not set the default renderer will be used for all sites as specified by the 'ChromeFrameRendererSettings' policy.''',
emaxx 2017/04/19 13:56:27 nit: Maybe better to keep this line for this polic
Thiemo Nagel 2017/04/19 15:31:11 Thanks, rephrased.
4066
4067 If this policy is not set the default renderer will be used for all si tes as specified by the 'ChromeFrameRendererSettings' policy.''',
4068 }, 4048 },
4069 ], 4049 ],
4070 }, 4050 },
4071 { 4051 {
4072 'name': 'ChromeOsLockOnIdleSuspend', 4052 'name': 'ChromeOsLockOnIdleSuspend',
4073 'type': 'main', 4053 'type': 'main',
4074 'schema': { 'type': 'boolean' }, 4054 'schema': { 'type': 'boolean' },
4075 'supported_on': ['chrome_os:9-'], 4055 'supported_on': ['chrome_os:9-'],
4076 'features': { 4056 'features': {
4077 'can_be_recommended': True, 4057 'can_be_recommended': True,
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
4207 'schema': { 'type': 'boolean' }, 4187 'schema': { 'type': 'boolean' },
4208 'supported_on': ['chrome.*:12-', 'chrome_os:12-'], 4188 'supported_on': ['chrome.*:12-', 'chrome_os:12-'],
4209 'features': { 4189 'features': {
4210 'dynamic_refresh': True, 4190 'dynamic_refresh': True,
4211 'per_profile': True, 4191 'per_profile': True,
4212 }, 4192 },
4213 'example_value': True, 4193 'example_value': True,
4214 'id': 81, 4194 'id': 81,
4215 'caption': '''Allow running plugins that are outdated''', 4195 'caption': '''Allow running plugins that are outdated''',
4216 'tags': ['system-security'], 4196 'tags': ['system-security'],
4217 'desc': '''Allows <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to run plugins that are outdated. 4197 'desc': '''If you enable this setting, outdated plugins are used as normal plugins.
4218
4219 If you enable this setting, outdated plugins are used as normal plugins.
4220 4198
4221 If you disable this setting, outdated plugins will not be used and users w ill not be asked for permission to run them. 4199 If you disable this setting, outdated plugins will not be used and users w ill not be asked for permission to run them.
4222 4200
4223 If this setting is not set, users will be asked for permission to run outd ated plugins.''', 4201 If this setting is not set, users will be asked for permission to run outd ated plugins.''',
4224 }, 4202 },
4225 { 4203 {
4226 'name': 'AlwaysAuthorizePlugins', 4204 'name': 'AlwaysAuthorizePlugins',
4227 'type': 'main', 4205 'type': 'main',
4228 'schema': { 'type': 'boolean' }, 4206 'schema': { 'type': 'boolean' },
4229 'supported_on': ['chrome.*:13-', 'chrome_os:13-'], 4207 'supported_on': ['chrome.*:13-', 'chrome_os:13-'],
4230 'features': { 4208 'features': {
4231 'dynamic_refresh': True, 4209 'dynamic_refresh': True,
4232 'per_profile': True, 4210 'per_profile': True,
4233 }, 4211 },
4234 'example_value': True, 4212 'example_value': True,
4235 'id': 86, 4213 'id': 86,
4236 'caption': '''Always runs plugins that require authorization''', 4214 'caption': '''Always runs plugins that require authorization''',
4237 'tags': ['system-security'], 4215 'tags': ['system-security'],
4238 'desc': '''Allows <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to run plugins that require authorization. 4216 'desc': '''If you enable this setting, plugins that are not outdated alway s run.
4239
4240 If you enable this setting, plugins that are not outdated always run.
4241 4217
4242 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.''', 4218 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.''',
4243 }, 4219 },
4244 { 4220 {
4245 'name': 'BookmarkBarEnabled', 4221 'name': 'BookmarkBarEnabled',
4246 'type': 'main', 4222 'type': 'main',
4247 'schema': { 'type': 'boolean' }, 4223 'schema': { 'type': 'boolean' },
4248 'supported_on': ['chrome.*:12-', 'chrome_os:12-'], 4224 'supported_on': ['chrome.*:12-', 'chrome_os:12-'],
4249 'features': { 4225 'features': {
4250 'can_be_recommended': True, 4226 'can_be_recommended': True,
4251 'dynamic_refresh': True, 4227 'dynamic_refresh': True,
4252 'per_profile': True, 4228 'per_profile': True,
4253 }, 4229 },
4254 'example_value': True, 4230 'example_value': True,
4255 'id': 82, 4231 'id': 82,
4256 'caption': '''Enable Bookmark Bar''', 4232 'caption': '''Enable Bookmark Bar''',
4257 'tags': [], 4233 'tags': [],
4258 'desc': '''Enables the bookmark bar on <ph name="PRODUCT_NAME">$1<ex>Googl e Chrome</ex></ph>. 4234 'desc': '''If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Googl e Chrome</ex></ph> will show a bookmark bar.
4259
4260 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> will show a bookmark bar.
4261 4235
4262 If you disable this setting, users will never see the bookmark bar. 4236 If you disable this setting, users will never see the bookmark bar.
4263 4237
4264 If you enable or disable this setting, users cannot change or override it in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 4238 If you enable or disable this setting, users cannot change or override it in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
4265 4239
4266 If this setting is left not set the user can decide to use this function o r not.''', 4240 If this setting is left not set the user can decide to use this function o r not.''',
4267 }, 4241 },
4268 { 4242 {
4269 'name': 'EditBookmarksEnabled', 4243 'name': 'EditBookmarksEnabled',
4270 'type': 'main', 4244 'type': 'main',
4271 'schema': { 'type': 'boolean' }, 4245 'schema': { 'type': 'boolean' },
4272 'supported_on': ['chrome.*:12-', 'chrome_os:12-', 'android:30-'], 4246 'supported_on': ['chrome.*:12-', 'chrome_os:12-', 'android:30-'],
4273 'features': { 4247 'features': {
4274 'dynamic_refresh': True, 4248 'dynamic_refresh': True,
4275 'per_profile': True, 4249 'per_profile': True,
4276 }, 4250 },
4277 'example_value': False, 4251 'example_value': False,
4278 'id': 83, 4252 'id': 83,
4279 'caption': '''Enables or disables bookmark editing''', 4253 'caption': '''Enables or disables bookmark editing''',
4280 'tags': [], 4254 'tags': [],
4281 'desc': '''Enables or disables editing bookmarks in <ph name="PRODUCT_NAME ">$1<ex>Google Chrome</ex></ph>. 4255 'desc': '''If you enable this setting, bookmarks can be added, removed or modified. This is the default also when this policy is not set.
4282
4283 If you enable this setting, bookmarks can be added, removed or modified. T his is the default also when this policy is not set.
4284 4256
4285 If you disable this setting, bookmarks can not be added, removed or modifi ed. Existing bookmarks are still available.''', 4257 If you disable this setting, bookmarks can not be added, removed or modifi ed. Existing bookmarks are still available.''',
4286 }, 4258 },
4287 { 4259 {
4288 'name': 'ShowAppsShortcutInBookmarkBar', 4260 'name': 'ShowAppsShortcutInBookmarkBar',
4289 'type': 'main', 4261 'type': 'main',
4290 'schema': { 'type': 'boolean' }, 4262 'schema': { 'type': 'boolean' },
4291 'supported_on': ['chrome.*:37-'], 4263 'supported_on': ['chrome.*:37-'],
4292 'features': { 4264 'features': {
4293 'dynamic_refresh': True, 4265 'dynamic_refresh': True,
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
4546 'ios:34-47', 4518 'ios:34-47',
4547 ], 4519 ],
4548 'features': { 4520 'features': {
4549 'dynamic_refresh': True, 4521 'dynamic_refresh': True,
4550 'per_profile': True, 4522 'per_profile': True,
4551 }, 4523 },
4552 'example_value': ['example.com', 'https://ssl.server.com', 'hosting.com/ba d_path', 'https://server:8080/path', '.exact.hostname.com', 'file://*', 'custom_ scheme:*', '*'], 4524 'example_value': ['example.com', 'https://ssl.server.com', 'hosting.com/ba d_path', 'https://server:8080/path', '.exact.hostname.com', 'file://*', 'custom_ scheme:*', '*'],
4553 'id': 103, 4525 'id': 103,
4554 'caption': '''Block access to a list of URLs''', 4526 'caption': '''Block access to a list of URLs''',
4555 'tags': ['filtering'], 4527 'tags': ['filtering'],
4556 'desc': '''Blocks access to the listed URLs. 4528 '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.
4557
4558 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.
4559 4529
4560 A URL pattern has to be formatted according to https://www.chromium.org/ad ministrators/url-blacklist-filter-format. 4530 A URL pattern has to be formatted according to https://www.chromium.org/ad ministrators/url-blacklist-filter-format.
4561 4531
4562 Exceptions can be defined in the URL whitelist policy. These policies are limited to 1000 entries; subsequent entries will be ignored. 4532 Exceptions can be defined in the URL whitelist policy. These policies are limited to 1000 entries; subsequent entries will be ignored.
4563 4533
4564 Note that it is not recommended to block internal 'chrome://*' URLs since this may lead to unexpected errors. 4534 Note that it is not recommended to block internal 'chrome://*' URLs since this may lead to unexpected errors.
4565 4535
4566 If this policy is not set no URL will be blacklisted in the browser.''', 4536 If this policy is not set no URL will be blacklisted in the browser.''',
4567 'arc_support': 'Android apps may voluntarily choose to honor this list. Yo u cannot force them to honor it.', 4537 'arc_support': 'Android apps may voluntarily choose to honor this list. Yo u cannot force them to honor it.',
4568 }, 4538 },
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
4910 'schema': { 'type': 'integer', 'minimum': -1 }, 4880 'schema': { 'type': 'integer', 'minimum': -1 },
4911 'supported_on': ['chrome_os:34-'], 4881 'supported_on': ['chrome_os:34-'],
4912 'features': { 4882 'features': {
4913 'dynamic_refresh': True, 4883 'dynamic_refresh': True,
4914 'per_profile': True, 4884 'per_profile': True,
4915 }, 4885 },
4916 'example_value': 32, 4886 'example_value': 32,
4917 'id': 254, 4887 'id': 254,
4918 'caption': '''Limit the time for which a user authenticated via SAML can l og in offline''', 4888 'caption': '''Limit the time for which a user authenticated via SAML can l og in offline''',
4919 'tags': [], 4889 'tags': [],
4920 'desc': '''Limit the time for which a user authenticated via SAML can log in offline. 4890 '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).
4921
4922 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).
4923 4891
4924 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. 4892 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.
4925 4893
4926 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. 4894 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.
4927 4895
4928 This policy affects only users who authenticated using SAML. 4896 This policy affects only users who authenticated using SAML.
4929 4897
4930 The policy value should be specified in seconds.''', 4898 The policy value should be specified in seconds.''',
4931 }, 4899 },
4932 { 4900 {
(...skipping 1007 matching lines...) Expand 10 before | Expand all | Expand 10 after
5940 'schema': { 'type': 'boolean' }, 5908 'schema': { 'type': 'boolean' },
5941 'supported_on': ['chrome_os:23-'], 5909 'supported_on': ['chrome_os:23-'],
5942 'features': { 5910 'features': {
5943 'dynamic_refresh': True, 5911 'dynamic_refresh': True,
5944 'per_profile': False, 5912 'per_profile': False,
5945 }, 5913 },
5946 'example_value': False, 5914 'example_value': False,
5947 'id': 159, 5915 'id': 159,
5948 'caption': '''Allow playing audio''', 5916 'caption': '''Allow playing audio''',
5949 'tags': [], 5917 'tags': [],
5950 'desc': '''Allow playing audio. 5918 '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 5919
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. 5920 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 5921
5956 If this setting is set to true or not configured then users can use all su pported audio outputs on their device.''', 5922 If this setting is set to true or not configured then users can use all su pported audio outputs on their device.''',
5957 }, 5923 },
5958 { 5924 {
5959 'name': 'AudioCaptureAllowed', 5925 'name': 'AudioCaptureAllowed',
5960 'type': 'main', 5926 'type': 'main',
5961 'schema': { 'type': 'boolean' }, 5927 'schema': { 'type': 'boolean' },
5962 'supported_on': ['chrome.*:25-', 'chrome_os:23-'], 5928 'supported_on': ['chrome.*:25-', 'chrome_os:23-'],
5963 'features': { 5929 'features': {
5964 'dynamic_refresh': True, 5930 'dynamic_refresh': True,
5965 'per_profile': False, 5931 'per_profile': False,
5966 }, 5932 },
5967 'example_value': False, 5933 'example_value': False,
5968 'id': 160, 5934 'id': 160,
5969 'caption': '''Allow or deny audio capture''', 5935 'caption': '''Allow or deny audio capture''',
5970 'tags': [], 5936 'tags': [],
5971 'desc': '''Allow or deny audio capture. 5937 '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 5938 audio capture access except for URLs configured in the
5975 AudioCaptureAllowedUrls list which will be granted access without promptin g. 5939 AudioCaptureAllowedUrls list which will be granted access without promptin g.
5976 5940
5977 When this policy is disabled, the user will never be prompted and audio 5941 When this policy is disabled, the user will never be prompted and audio
5978 capture only be available to URLs configured in AudioCaptureAllowedUrls. 5942 capture only be available to URLs configured in AudioCaptureAllowedUrls.
5979 5943
5980 This policy affects all types of audio inputs and not only the built-in mi crophone.''', 5944 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.', 5945 '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 }, 5946 },
5983 { 5947 {
(...skipping 24 matching lines...) Expand all
6008 'schema': { 'type': 'boolean' }, 5972 'schema': { 'type': 'boolean' },
6009 'supported_on': ['chrome.*:25-', 'chrome_os:25-'], 5973 'supported_on': ['chrome.*:25-', 'chrome_os:25-'],
6010 'features': { 5974 'features': {
6011 'dynamic_refresh': True, 5975 'dynamic_refresh': True,
6012 'per_profile': True, 5976 'per_profile': True,
6013 }, 5977 },
6014 'example_value': False, 5978 'example_value': False,
6015 'id': 167, 5979 'id': 167,
6016 'caption': '''Allow or deny video capture''', 5980 'caption': '''Allow or deny video capture''',
6017 'tags': [], 5981 'tags': [],
6018 'desc': '''Allow or deny video capture. 5982 '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 5983 video capture access except for URLs configured in the
6022 VideoCaptureAllowedUrls list which will be granted access without promptin g. 5984 VideoCaptureAllowedUrls list which will be granted access without promptin g.
6023 5985
6024 When this policy is disabled, the user will never be prompted and video 5986 When this policy is disabled, the user will never be prompted and video
6025 capture only be available to URLs configured in VideoCaptureAllowedUrls. 5987 capture only be available to URLs configured in VideoCaptureAllowedUrls.
6026 5988
6027 This policy affects all types of video inputs and not only the built-in ca mera.''', 5989 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.', 5990 '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 }, 5991 },
6030 { 5992 {
(...skipping 24 matching lines...) Expand all
6055 'schema': { 'type': 'boolean' }, 6017 'schema': { 'type': 'boolean' },
6056 'supported_on': ['chrome_os:22-', 'chrome.*:22-'], 6018 'supported_on': ['chrome_os:22-', 'chrome.*:22-'],
6057 'features': { 6019 'features': {
6058 'dynamic_refresh': True, 6020 'dynamic_refresh': True,
6059 'per_profile': False, 6021 'per_profile': False,
6060 }, 6022 },
6061 'example_value': True, 6023 'example_value': True,
6062 'id': 153, 6024 'id': 153,
6063 'caption': '''Disable taking screenshots''', 6025 'caption': '''Disable taking screenshots''',
6064 'tags': [], 6026 'tags': [],
6065 'desc': '''Disables taking screenshots. 6027 'desc': '''If enabled screenshots cannot be taken using keyboard shortcuts or extension APIs.
emaxx 2017/04/19 13:56:27 nit: While you're here, maybe add a comma after "e
Thiemo Nagel 2017/04/19 15:31:11 Done.
6066
6067 If enabled screenshots cannot be taken using keyboard shortcuts or extensi on APIs.
6068 6028
6069 If disabled or not specified, taking screenshots is allowed.''' 6029 If disabled or not specified, taking screenshots is allowed.'''
6070 }, 6030 },
6071 { 6031 {
6072 'name': 'SystemTimezone', 6032 'name': 'SystemTimezone',
6073 'type': 'string', 6033 'type': 'string',
6074 'schema': { 'type': 'string' }, 6034 'schema': { 'type': 'string' },
6075 'supported_on': ['chrome_os:22-'], 6035 'supported_on': ['chrome_os:22-'],
6076 'device_only': True, 6036 'device_only': True,
6077 'features': { 6037 'features': {
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
6141 'schema': { 'type': 'boolean' }, 6101 'schema': { 'type': 'boolean' },
6142 'supported_on': ['chrome_os:25-'], 6102 'supported_on': ['chrome_os:25-'],
6143 'features': { 6103 'features': {
6144 'dynamic_refresh': True, 6104 'dynamic_refresh': True,
6145 'per_profile': True, 6105 'per_profile': True,
6146 }, 6106 },
6147 'example_value': True, 6107 'example_value': True,
6148 'id': 164, 6108 'id': 164,
6149 'caption': '''Add a logout button to the system tray''', 6109 'caption': '''Add a logout button to the system tray''',
6150 'tags': [], 6110 'tags': [],
6151 'desc': '''Adds a logout button to the system tray. 6111 '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 6112
6155 If disabled or not specified, no big, red logout button is shown in the sy stem tray.''', 6113 If disabled or not specified, no big, red logout button is shown in the sy stem tray.''',
6156 }, 6114 },
6157 { 6115 {
6158 'name': 'BuiltInDnsClientEnabled', 6116 'name': 'BuiltInDnsClientEnabled',
6159 'type': 'main', 6117 'type': 'main',
6160 'schema': { 'type': 'boolean' }, 6118 'schema': { 'type': 'boolean' },
6161 'supported_on': ['chrome.*:25-'], 6119 'supported_on': ['chrome.*:25-'],
6162 'features': { 6120 'features': {
6163 'dynamic_refresh': True, 6121 'dynamic_refresh': True,
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
6242 'name': 'SessionLengthLimit', 6200 'name': 'SessionLengthLimit',
6243 'type': 'int', 6201 'type': 'int',
6244 'schema': { 'type': 'integer' }, 6202 'schema': { 'type': 'integer' },
6245 'supported_on': ['chrome_os:25-'], 6203 'supported_on': ['chrome_os:25-'],
6246 'features': { 6204 'features': {
6247 'dynamic_refresh': True, 6205 'dynamic_refresh': True,
6248 'per_profile': False, 6206 'per_profile': False,
6249 }, 6207 },
6250 'example_value': 3600000, 6208 'example_value': 3600000,
6251 'id': 170, 6209 'id': 170,
6252 'caption': '''Limit the session length''', 6210 'caption': '''Limit the length of a user session''',
6253 'tags': [], 6211 'tags': [],
6254 'desc': '''Limit the maximum length of a user session. 6212 '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 6213
6258 When this policy is not set, the session length is not limited. 6214 When this policy is not set, the session length is not limited.
6259 6215
6260 If you set this policy, users cannot change or override it. 6216 If you set this policy, users cannot change or override it.
6261 6217
6262 The policy value should be specified in milliseconds. Values are clamped t o a range of 30 seconds to 24 hours.''', 6218 The policy value should be specified in milliseconds. Values are clamped t o a range of 30 seconds to 24 hours.''',
6263 }, 6219 },
6264 { 6220 {
6265 'name': 'FullscreenAllowed', 6221 'name': 'FullscreenAllowed',
6266 'type': 'main', 6222 'type': 'main',
6267 'schema': { 'type': 'boolean' }, 6223 'schema': { 'type': 'boolean' },
6268 'supported_on': ['chrome.win:31-', 'chrome.linux:31-', 'chrome_os:31-'], 6224 'supported_on': ['chrome.win:31-', 'chrome.linux:31-', 'chrome_os:31-'],
6269 'features': { 6225 'features': {
6270 'dynamic_refresh': True, 6226 'dynamic_refresh': True,
6271 'per_profile': True, 6227 'per_profile': True,
6272 }, 6228 },
6273 'example_value': True, 6229 'example_value': True,
6274 'id': 240, 6230 'id': 240,
6275 'caption': '''Allow fullscreen mode''', 6231 'caption': '''Allow fullscreen mode''',
6276 'tags': [], 6232 'tags': [],
6277 'desc': '''Allow fullscreen mode. 6233 '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 6234
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. 6235 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 6236
6283 If this policy is set to false, neither the user nor any apps or extension s can enter fullscreen mode. 6237 If this policy is set to false, neither the user nor any apps or extension s can enter fullscreen mode.
6284 6238
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.''', 6239 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>.', 6240 '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 }, 6241 },
6288 { 6242 {
6289 'name': 'PowerManagement', 6243 'name': 'PowerManagement',
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
6591 'supported_on': ['chrome_os:26-'], 6545 'supported_on': ['chrome_os:26-'],
6592 'features': { 6546 'features': {
6593 'dynamic_refresh': True, 6547 'dynamic_refresh': True,
6594 'per_profile': False, 6548 'per_profile': False,
6595 }, 6549 },
6596 'deprecated': True, 6550 'deprecated': True,
6597 'example_value': 0, 6551 'example_value': 0,
6598 'id': 180, 6552 'id': 180,
6599 'caption': '''Action to take when the idle delay is reached''', 6553 'caption': '''Action to take when the idle delay is reached''',
6600 'tags': [], 6554 'tags': [],
6601 'desc': '''Specify the action to take when the idle delay is reached. 6555 '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 6556
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. 6557 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 6558
6607 When this policy is unset, behavior of the more-specific policies rema ins unaffected.''', 6559 When this policy is unset, behavior of the more-specific policies rema ins unaffected.''',
6608 }, 6560 },
6609 { 6561 {
6610 'name': 'IdleActionAC', 6562 'name': 'IdleActionAC',
6611 'type': 'int-enum', 6563 'type': 'int-enum',
6612 'schema': { 6564 'schema': {
6613 'type': 'integer', 6565 'type': 'integer',
(...skipping 24 matching lines...) Expand all
6638 'supported_on': ['chrome_os:30-'], 6590 'supported_on': ['chrome_os:30-'],
6639 'features': { 6591 'features': {
6640 'dynamic_refresh': True, 6592 'dynamic_refresh': True,
6641 'per_profile': False, 6593 'per_profile': False,
6642 }, 6594 },
6643 'deprecated': True, 6595 'deprecated': True,
6644 'example_value': 0, 6596 'example_value': 0,
6645 'id': 226, 6597 'id': 226,
6646 'caption': '''Action to take when the idle delay is reached while runn ing on AC power''', 6598 'caption': '''Action to take when the idle delay is reached while runn ing on AC power''',
6647 'tags': [], 6599 'tags': [],
6648 'desc': '''Specify the action to take when the idle delay is reached w hile running on AC power. 6600 '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 6601
6652 When this policy is unset, the default action is taken, which is suspe nd. 6602 When this policy is unset, the default action is taken, which is suspe nd.
6653 6603
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.''', 6604 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 }, 6605 },
6656 { 6606 {
6657 'name': 'IdleActionBattery', 6607 'name': 'IdleActionBattery',
6658 'type': 'int-enum', 6608 'type': 'int-enum',
6659 'schema': { 6609 'schema': {
6660 'type': 'integer', 6610 'type': 'integer',
(...skipping 24 matching lines...) Expand all
6685 'supported_on': ['chrome_os:30-'], 6635 'supported_on': ['chrome_os:30-'],
6686 'features': { 6636 'features': {
6687 'dynamic_refresh': True, 6637 'dynamic_refresh': True,
6688 'per_profile': False, 6638 'per_profile': False,
6689 }, 6639 },
6690 'deprecated': True, 6640 'deprecated': True,
6691 'example_value': 0, 6641 'example_value': 0,
6692 'id': 222, 6642 'id': 222,
6693 'caption': '''Action to take when the idle delay is reached while runn ing on battery power''', 6643 'caption': '''Action to take when the idle delay is reached while runn ing on battery power''',
6694 'tags': [], 6644 'tags': [],
6695 'desc': '''Specify the action to take when the idle delay is reached w hile running on battery power. 6645 '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 6646
6699 When this policy is unset, the default action is taken, which is suspe nd. 6647 When this policy is unset, the default action is taken, which is suspe nd.
6700 6648
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.''', 6649 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 }, 6650 },
6703 { 6651 {
6704 'name': 'LidCloseAction', 6652 'name': 'LidCloseAction',
6705 'type': 'int-enum', 6653 'type': 'int-enum',
6706 'schema': { 6654 'schema': {
6707 'type': 'integer', 6655 'type': 'integer',
(...skipping 23 matching lines...) Expand all
6731 ], 6679 ],
6732 'supported_on': ['chrome_os:26-'], 6680 'supported_on': ['chrome_os:26-'],
6733 'features': { 6681 'features': {
6734 'dynamic_refresh': True, 6682 'dynamic_refresh': True,
6735 'per_profile': False, 6683 'per_profile': False,
6736 }, 6684 },
6737 'example_value': 0, 6685 'example_value': 0,
6738 'id': 181, 6686 'id': 181,
6739 'caption': '''Action to take when the user closes the lid''', 6687 'caption': '''Action to take when the user closes the lid''',
6740 'tags': [], 6688 'tags': [],
6741 'desc': '''Specify the action to take when the user closes the lid. 6689 '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 6690
6745 When this policy is unset, the default action is taken, which is suspe nd. 6691 When this policy is unset, the default action is taken, which is suspe nd.
6746 6692
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.''', 6693 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 }, 6694 },
6749 { 6695 {
6750 'name': 'PowerManagementUsesAudioActivity', 6696 'name': 'PowerManagementUsesAudioActivity',
6751 'type': 'main', 6697 'type': 'main',
6752 'schema': { 'type': 'boolean' }, 6698 'schema': { 'type': 'boolean' },
6753 'supported_on': ['chrome_os:26-'], 6699 'supported_on': ['chrome_os:26-'],
6754 'features': { 6700 'features': {
6755 'dynamic_refresh': True, 6701 'dynamic_refresh': True,
6756 'per_profile': False, 6702 'per_profile': False,
6757 }, 6703 },
6758 'example_value': True, 6704 'example_value': True,
6759 'id': 182, 6705 'id': 182,
6760 'caption': '''Specify whether audio activity affects power management' '', 6706 'caption': '''Specify whether audio activity affects power management' '',
6761 'tags': [], 6707 'tags': [],
6762 'desc': '''Specifies whether audio activity affects power management. 6708 '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 6709
6766 If this policy is set to False, audio activity does not prevent the us er from being considered idle.''', 6710 If this policy is set to False, audio activity does not prevent the us er from being considered idle.''',
6767 }, 6711 },
6768 { 6712 {
6769 'name': 'PowerManagementUsesVideoActivity', 6713 'name': 'PowerManagementUsesVideoActivity',
6770 'type': 'main', 6714 'type': 'main',
6771 'schema': { 'type': 'boolean' }, 6715 'schema': { 'type': 'boolean' },
6772 'supported_on': ['chrome_os:26-'], 6716 'supported_on': ['chrome_os:26-'],
6773 'features': { 6717 'features': {
6774 'dynamic_refresh': True, 6718 'dynamic_refresh': True,
6775 'per_profile': False, 6719 'per_profile': False,
6776 }, 6720 },
6777 'example_value': True, 6721 'example_value': True,
6778 'id': 183, 6722 'id': 183,
6779 'caption': '''Specify whether video activity affects power management' '', 6723 'caption': '''Specify whether video activity affects power management' '',
6780 'tags': [], 6724 'tags': [],
6781 'desc': '''Specifies whether video activity affects power management. 6725 '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 6726
6785 If this policy is set to False, video activity does not prevent the us er from being considered idle.''', 6727 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>.', 6728 '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 }, 6729 },
6788 { 6730 {
6789 'name': 'PresentationIdleDelayScale', 6731 'name': 'PresentationIdleDelayScale',
6790 'type': 'int', 6732 'type': 'int',
6791 'schema': { 'type': 'integer' }, 6733 'schema': { 'type': 'integer' },
6792 'supported_on': ['chrome_os:26-28'], 6734 'supported_on': ['chrome_os:26-28'],
6793 'features': { 6735 'features': {
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
6939 'AC': { 6881 'AC': {
6940 'IdleAction': 'DoNothing' 6882 'IdleAction': 'DoNothing'
6941 }, 6883 },
6942 'Battery': { 6884 'Battery': {
6943 'IdleAction': 'DoNothing' 6885 'IdleAction': 'DoNothing'
6944 } 6886 }
6945 }, 6887 },
6946 'id': 258, 6888 'id': 258,
6947 'caption': '''Power management settings when the user becomes idle''', 6889 'caption': '''Power management settings when the user becomes idle''',
6948 'tags': [], 6890 'tags': [],
6949 'desc': '''Configure power management settings when the user becomes i dle. 6891 '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 6892
6953 There are four types of action: 6893 There are four types of action:
6954 * The screen will be dimmed if the user remains idle for the time spec ified by |ScreenDim|. 6894 * 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|. 6895 * 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. 6896 * 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|. 6897 * The action specified by |IdleAction| will be taken if the user remai ns idle for the time specified by |Idle|.
6958 6898
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. 6899 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 6900
6961 For each of the above delays, when the length of time is unset, a defa ult value will be used. 6901 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-'], 7090 'supported_on': ['chrome_os:27-'],
7151 'features': { 7091 'features': {
7152 'can_be_recommended': True, 7092 'can_be_recommended': True,
7153 'dynamic_refresh': True, 7093 'dynamic_refresh': True,
7154 'per_profile': True, 7094 'per_profile': True,
7155 }, 7095 },
7156 'example_value': True, 7096 'example_value': True,
7157 'id': 188, 7097 'id': 188,
7158 'caption': '''Show accessibility options in system tray menu''', 7098 'caption': '''Show accessibility options in system tray menu''',
7159 'tags': [], 7099 'tags': [],
7160 'desc': '''Show <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex> </ph> accessibility options in the system menu. 7100 '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 7101
7164 If this policy is set to false, Accessibility options never appear in system tray menu. 7102 If this policy is set to false, Accessibility options never appear in system tray menu.
7165 7103
7166 If you set this policy, users cannot change or override it. 7104 If you set this policy, users cannot change or override it.
7167 7105
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.''' 7106 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 }, 7107 },
7170 { 7108 {
7171 'name': 'LargeCursorEnabled', 7109 'name': 'LargeCursorEnabled',
7172 'type': 'main', 7110 'type': 'main',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
7305 'supported_on': ['chrome_os:29-'], 7243 'supported_on': ['chrome_os:29-'],
7306 'features': { 7244 'features': {
7307 'can_be_recommended': True, 7245 'can_be_recommended': True,
7308 'dynamic_refresh': True, 7246 'dynamic_refresh': True,
7309 'per_profile': True, 7247 'per_profile': True,
7310 }, 7248 },
7311 'example_value': 1, 7249 'example_value': 1,
7312 'id': 214, 7250 'id': 214,
7313 'caption': '''Set screen magnifier type''', 7251 'caption': '''Set screen magnifier type''',
7314 'tags': [], 7252 'tags': [],
7315 'desc': '''Set the type of screen magnifier that is enabled. 7253 '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 7254
7319 If you set this policy, users cannot change or override it. 7255 If you set this policy, users cannot change or override it.
7320 7256
7321 If this policy is left unset, the screen magnifier is disabled initial ly but can be enabled by the user anytime.''', 7257 If this policy is left unset, the screen magnifier is disabled initial ly but can be enabled by the user anytime.''',
7322 }, 7258 },
7323 { 7259 {
7324 'name': 'DeviceLoginScreenDefaultLargeCursorEnabled', 7260 'name': 'DeviceLoginScreenDefaultLargeCursorEnabled',
7325 'type': 'main', 7261 'type': 'main',
7326 'schema': { 'type': 'boolean' }, 7262 'schema': { 'type': 'boolean' },
7327 'supported_on': ['chrome_os:29-'], 7263 'supported_on': ['chrome_os:29-'],
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
7706 ], 7642 ],
7707 'supported_on': ['chrome.*:28-', 'chrome_os:28-'], 7643 'supported_on': ['chrome.*:28-', 'chrome_os:28-'],
7708 'features': { 7644 'features': {
7709 'dynamic_refresh': True, 7645 'dynamic_refresh': True,
7710 'per_profile': True 7646 'per_profile': True
7711 }, 7647 },
7712 'example_value': 2, 7648 'example_value': 2,
7713 'id': 204, 7649 'id': 204,
7714 'caption': '''Default behavior for sites not in any content pack''', 7650 'caption': '''Default behavior for sites not in any content pack''',
7715 'tags': [], 7651 'tags': [],
7716 'desc': '''The default behavior for sites not in any content pack. 7652 'desc': '''This policy is for internal use by <ph name="PRODUCT_NAME"> $1<ex>Google Chrome</ex></ph> itself.''',
emaxx 2017/04/19 13:56:27 nit: Maybe keep some descriptive line of text here
Thiemo Nagel 2017/04/19 15:31:11 Imho the duplicate line adds no value. As it's fo
7717
7718 This policy is for internal use by <ph name="PRODUCT_NAME">$1<ex>Googl e Chrome</ex></ph> itself.''',
7719 }, 7653 },
7720 { 7654 {
7721 'name': 'ContentPackManualBehaviorHosts', 7655 'name': 'ContentPackManualBehaviorHosts',
7722 'future': True, 7656 'future': True,
7723 'deprecated': True, 7657 'deprecated': True,
7724 'type': 'dict', 7658 'type': 'dict',
7725 'schema': { 7659 'schema': {
7726 'type': 'object', 7660 'type': 'object',
7727 'additionalProperties': { 7661 'additionalProperties': {
7728 'type': 'boolean' 7662 'type': 'boolean'
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
7935 'supported_on': ['chrome_os:34-'], 7869 'supported_on': ['chrome_os:34-'],
7936 'features': { 7870 'features': {
7937 'dynamic_refresh': True, 7871 'dynamic_refresh': True,
7938 'per_profile': True, 7872 'per_profile': True,
7939 }, 7873 },
7940 'example_value': { "url": "https://example.com/avatar.jpg", "hash": "deadb eefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef" }, 7874 'example_value': { "url": "https://example.com/avatar.jpg", "hash": "deadb eefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef" },
7941 'max_size': 524288, 7875 'max_size': 524288,
7942 'id': 249, 7876 'id': 249,
7943 'caption': '''User avatar image''', 7877 'caption': '''User avatar image''',
7944 'tags': [], 7878 'tags': [],
7945 'desc': '''Configure user avatar image. 7879 '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.
7946
7947 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.
7948 7880
7949 The avatar image is downloaded and cached. It will be re-downloaded whenev er the URL or the hash changes. 7881 The avatar image is downloaded and cached. It will be re-downloaded whenev er the URL or the hash changes.
7950 7882
7951 The policy should be specified as a string that expresses the URL and hash in JSON format, conforming to the following schema: 7883 The policy should be specified as a string that expresses the URL and hash in JSON format, conforming to the following schema:
7952 { 7884 {
7953 "type": "object", 7885 "type": "object",
7954 "properties": { 7886 "properties": {
7955 "url": { 7887 "url": {
7956 "description": "The URL from which the avatar image can be downloade d.", 7888 "description": "The URL from which the avatar image can be downloade d.",
7957 "type": "string" 7889 "type": "string"
(...skipping 24 matching lines...) Expand all
7982 'supported_on': ['chrome_os:35-'], 7914 'supported_on': ['chrome_os:35-'],
7983 'features': { 7915 'features': {
7984 'dynamic_refresh': True, 7916 'dynamic_refresh': True,
7985 'per_profile': True, 7917 'per_profile': True,
7986 }, 7918 },
7987 'example_value': { "url": "https://example.com/wallpaper.jpg", "hash": "ba ddecafbaddecafbaddecafbaddecafbaddecafbaddecafbaddecafbaddecaf" }, 7919 'example_value': { "url": "https://example.com/wallpaper.jpg", "hash": "ba ddecafbaddecafbaddecafbaddecafbaddecafbaddecafbaddecafbaddecaf" },
7988 'max_size': 16777216, 7920 'max_size': 16777216,
7989 'id': 262, 7921 'id': 262,
7990 'caption': '''Wallpaper image''', 7922 'caption': '''Wallpaper image''',
7991 'tags': [], 7923 'tags': [],
7992 'desc': '''Configure wallpaper image. 7924 '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.
7993
7994 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.
7995 7925
7996 The wallpaper image is downloaded and cached. It will be re-downloaded whe never the URL or the hash changes. 7926 The wallpaper image is downloaded and cached. It will be re-downloaded whe never the URL or the hash changes.
7997 7927
7998 The policy should be specified as a string that expresses the URL and hash in JSON format, conforming to the following schema: 7928 The policy should be specified as a string that expresses the URL and hash in JSON format, conforming to the following schema:
7999 { 7929 {
8000 "type": "object", 7930 "type": "object",
8001 "properties": { 7931 "properties": {
8002 "url": { 7932 "url": {
8003 "description": "The URL from which the wallpaper image can be downlo aded.", 7933 "description": "The URL from which the wallpaper image can be downlo aded.",
8004 "type": "string" 7934 "type": "string"
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
8084 'supported_on': ['chrome_os:38-'], 8014 'supported_on': ['chrome_os:38-'],
8085 'features': { 8015 'features': {
8086 'dynamic_refresh': True, 8016 'dynamic_refresh': True,
8087 'per_profile': True, 8017 'per_profile': True,
8088 }, 8018 },
8089 'example_value': True, 8019 'example_value': True,
8090 'default_for_enterprise_users': False, 8020 'default_for_enterprise_users': False,
8091 'id': 272, 8021 'id': 272,
8092 'caption': '''Allows Smart Lock to be used''', 8022 'caption': '''Allows Smart Lock to be used''',
8093 'tags': [], 8023 'tags': [],
8094 'desc': '''Allows Smart Lock to be used on <ph name="PRODUCT_OS_NAME">$2<e x>Google Chrome OS</ex></ph> devices. 8024 'desc': '''If you enable this setting, users will be allowed to use Smart Lock if the requirements for the feature are satisfied.
8095
8096 If you enable this setting, users will be allowed to use Smart Lock if the requirements for the feature are satisfied.
8097 8025
8098 If you disable this setting, users will not be allowed to use Smart Lock. 8026 If you disable this setting, users will not be allowed to use Smart Lock.
8099 8027
8100 If this policy is left not set, the default is not allowed for enterprise- managed users and allowed for non-managed users.''', 8028 If this policy is left not set, the default is not allowed for enterprise- managed users and allowed for non-managed users.''',
8101 }, 8029 },
8102 { 8030 {
8103 'name': 'SessionLocales', 8031 'name': 'SessionLocales',
8104 'type': 'list', 8032 'type': 'list',
8105 'schema': { 8033 'schema': {
8106 'type': 'array', 8034 'type': 'array',
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
8572 'arc_support': 'Android apps cannot get access to corporate keys. This pol icy has no effect on them.', 8500 'arc_support': 'Android apps cannot get access to corporate keys. This pol icy has no effect on them.',
8573 }, 8501 },
8574 { 8502 {
8575 'name': 'WelcomePageOnOSUpgradeEnabled', 8503 'name': 'WelcomePageOnOSUpgradeEnabled',
8576 'supported_on': ['chrome.win:45-'], 8504 'supported_on': ['chrome.win:45-'],
8577 'type': 'main', 8505 'type': 'main',
8578 'schema': { 'type': 'boolean' }, 8506 'schema': { 'type': 'boolean' },
8579 'id': 303, 8507 'id': 303,
8580 'caption': 'Enable showing the welcome page on the first browser launch fo llowing OS upgrade.', 8508 'caption': 'Enable showing the welcome page on the first browser launch fo llowing OS upgrade.',
8581 'tags': [], 8509 'tags': [],
8582 'desc': '''Enable showing the welcome page on the first browser launch fol lowing OS upgrade. 8510 '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.
8583
8584 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.
8585 8511
8586 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.''', 8512 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.''',
8587 'features': { 8513 'features': {
8588 'dynamic_refresh': False, 8514 'dynamic_refresh': False,
8589 'per_profile': False 8515 'per_profile': False
8590 }, 8516 },
8591 'example_value': False 8517 'example_value': False
8592 }, 8518 },
8593 { 8519 {
8594 'name': 'HardwareAccelerationModeEnabled', 8520 'name': 'HardwareAccelerationModeEnabled',
8595 'type': 'main', 8521 'type': 'main',
8596 'schema': { 'type': 'boolean' }, 8522 'schema': { 'type': 'boolean' },
8597 'supported_on': ['chrome.*:46-'], 8523 'supported_on': ['chrome.*:46-'],
8598 'features': { 8524 'features': {
8599 'dynamic_refresh': False, 8525 'dynamic_refresh': False,
8600 'per_profile': False, 8526 'per_profile': False,
8601 }, 8527 },
8602 'example_value': True, 8528 'example_value': True,
8603 'id': 304, 8529 'id': 304,
8604 'caption': '''Use hardware acceleration when available''', 8530 'caption': '''Use hardware acceleration when available''',
8605 'tags': [], 8531 'tags': [],
8606 'desc': '''Use hardware acceleration when available. 8532 'desc': '''If this policy is set to true or left unset, hardware accelerat ion will be enabled unless a certain GPU feature is blacklisted.
8607
8608 If this policy is set to true or left unset, hardware acceleration will be enabled unless a certain GPU feature is blacklisted.
8609 8533
8610 If this policy is set to false, hardware acceleration will be disabled.''' , 8534 If this policy is set to false, hardware acceleration will be disabled.''' ,
8611 }, 8535 },
8612 { 8536 {
8613 'name': 'UnifiedDesktopEnabledByDefault', 8537 'name': 'UnifiedDesktopEnabledByDefault',
8614 'type': 'main', 8538 'type': 'main',
8615 'schema': { 'type': 'boolean' }, 8539 'schema': { 'type': 'boolean' },
8616 'supported_on': ['chrome_os:47-'], 8540 'supported_on': ['chrome_os:47-'],
8617 'features': { 8541 'features': {
8618 'can_be_recommended': False, 8542 'can_be_recommended': False,
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
8933 8857
8934 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. 8858 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.
8935 8859
8936 If this policy is not set, it will behave as if TimezoneAutomaticDetection UsersDecide is set. 8860 If this policy is not set, it will behave as if TimezoneAutomaticDetection UsersDecide is set.
8937 8861
8938 If SystemTimezone policy is set, it overrides this policy. In this case au tomatic timezone detection is completely disabled.''', 8862 If SystemTimezone policy is set, it overrides this policy. In this case au tomatic timezone detection is completely disabled.''',
8939 }, 8863 },
8940 { 8864 {
8941 'name': 'TaskManagerEndProcessEnabled', 8865 'name': 'TaskManagerEndProcessEnabled',
8942 'caption': '''Enables ending processes in Task Manager''', 8866 'caption': '''Enables ending processes in Task Manager''',
8943 'desc': '''Enables ending processes in <ph name="PRODUCT_NAME">$1<ex>Googl e Chrome</ex></ph>'s Task Manager. 8867 'desc': '''If set to false, the 'End process' button is disabled in the Ta sk Manager.
8944
8945 If set to false, the 'End process' button is disabled in the Task Manager.
8946 8868
8947 If set to true or not configured, the user can end processes in the Task M anager.''', 8869 If set to true or not configured, the user can end processes in the Task M anager.''',
8948 'type': 'main', 8870 'type': 'main',
8949 'schema': { 'type': 'boolean' }, 8871 'schema': { 'type': 'boolean' },
8950 'supported_on': ['chrome.*:52-','chrome_os:52-'], 8872 'supported_on': ['chrome.*:52-','chrome_os:52-'],
8951 'features': { 8873 'features': {
8952 'dynamic_refresh': True, 8874 'dynamic_refresh': True,
8953 'per_profile': False, 8875 'per_profile': False,
8954 }, 8876 },
8955 'example_value': True, 8877 'example_value': True,
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
9059 For example, <ph 8981 For example, <ph
9060 name="EXTENSION_POLICY_EXAMPLE">gbchcmhmhahfdphkhkmpfmihenigjmpp;https://c lients2.google.com/service/update2/crx</ph> 8982 name="EXTENSION_POLICY_EXAMPLE">gbchcmhmhahfdphkhkmpfmihenigjmpp;https://c lients2.google.com/service/update2/crx</ph>
9061 installs the <ph name="EXTENSION_POLICY_EXAMPLE_EXTENSION_NAME">Chrome 8983 installs the <ph name="EXTENSION_POLICY_EXAMPLE_EXTENSION_NAME">Chrome
9062 Remote Desktop</ph> app from the standard Chrome Web Store "update" 8984 Remote Desktop</ph> app from the standard Chrome Web Store "update"
9063 URL. For more information about hosting extensions, see: <ph 8985 URL. For more information about hosting extensions, see: <ph
9064 name="LINK_TO_EXTENSION_DOC2">https://developer.chrome.com/extensions/host ing</ph>.''', 8986 name="LINK_TO_EXTENSION_DOC2">https://developer.chrome.com/extensions/host ing</ph>.''',
9065 }, 8987 },
9066 { 8988 {
9067 'name': 'AllowScreenLock', 8989 'name': 'AllowScreenLock',
9068 'caption': '''Permit locking the screen''', 8990 'caption': '''Permit locking the screen''',
9069 'desc': '''Permit locking the screen. 8991 '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.''',
9070
9071 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.''',
9072 'type': 'main', 8992 'type': 'main',
9073 'schema': { 'type': 'boolean' }, 8993 'schema': { 'type': 'boolean' },
9074 'supported_on': ['chrome_os:52-'], 8994 'supported_on': ['chrome_os:52-'],
9075 'features': { 8995 'features': {
9076 'dynamic_refresh': True, 8996 'dynamic_refresh': True,
9077 'per_profile': True, 8997 'per_profile': True,
9078 }, 8998 },
9079 'example_value': False, 8999 'example_value': False,
9080 'tags': [], 9000 'tags': [],
9081 'id': 329, 9001 'id': 329,
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
9507 'schema': { 'type': 'integer' }, 9427 'schema': { 'type': 'integer' },
9508 'supported_on': ['chrome_os:57-'], 9428 'supported_on': ['chrome_os:57-'],
9509 'features': { 9429 'features': {
9510 'dynamic_refresh': True, 9430 'dynamic_refresh': True,
9511 'per_profile': True, 9431 'per_profile': True,
9512 }, 9432 },
9513 'example_value': 6, 9433 'example_value': 6,
9514 'id': 354, 9434 'id': 354,
9515 'caption': '''Sets the minimum length of the lock screen PIN.''', 9435 'caption': '''Sets the minimum length of the lock screen PIN.''',
9516 'tags': [], 9436 'tags': [],
9517 'desc': '''This setting controls the minimum PIN length. 9437 'desc': '''The absolute minimum PIN length is 1; values less than 1 ar e treated as 1.
emaxx 2017/04/19 13:56:27 nit: Maybe keep some descriptive line of text here
Thiemo Nagel 2017/04/19 15:31:11 Done.
9518
9519 The absolute minimum PIN length is 1; values less than 1 are treated a s 1.
9520 9438
9521 The default and recommended minimum PIN length is 6 digits.''', 9439 The default and recommended minimum PIN length is 6 digits.''',
9522 }, 9440 },
9523 { 9441 {
9524 'name': 'PinUnlockMaximumLength', 9442 'name': 'PinUnlockMaximumLength',
9525 'type': 'int', 9443 'type': 'int',
9526 'schema': { 'type': 'integer' }, 9444 'schema': { 'type': 'integer' },
9527 'supported_on': ['chrome_os:57-'], 9445 'supported_on': ['chrome_os:57-'],
9528 'features': { 9446 'features': {
9529 'dynamic_refresh': True, 9447 'dynamic_refresh': True,
9530 'per_profile': True, 9448 'per_profile': True,
9531 }, 9449 },
9532 'example_value': 0, 9450 'example_value': 0,
9533 'id': 355, 9451 'id': 355,
9534 'caption': '''Sets the maximum length of the lock screen PIN.''', 9452 'caption': '''Sets the maximum length of the lock screen PIN.''',
9535 'tags': [], 9453 'tags': [],
9536 'desc': '''This setting controls the maximum PIN length. 9454 'desc': '''If this setting is 0 or less, there is no maximum length; t he user can set a PIN as long as they want.
emaxx 2017/04/19 13:56:27 nit: Maybe keep some descriptive line of text here
Thiemo Nagel 2017/04/19 15:31:11 Done.
9537
9538 If this setting is 0 or less, there is no maximum length; the user can set a PIN as long as they want.
9539 9455
9540 If this setting is less than PinUnlockMinimumLength but greater than 0 , the maximum length is the same as the minimum length. 9456 If this setting is less than PinUnlockMinimumLength but greater than 0 , the maximum length is the same as the minimum length.
9541 9457
9542 This setting defaults to no maximum length.''', 9458 This setting defaults to no maximum length.''',
9543 }, 9459 },
9544 { 9460 {
9545 'name': 'PinUnlockWeakPinsAllowed', 9461 'name': 'PinUnlockWeakPinsAllowed',
9546 'type': 'main', 9462 'type': 'main',
9547 'schema': { 'type': 'boolean' }, 9463 'schema': { 'type': 'boolean' },
9548 'supported_on': ['chrome_os:57-'], 9464 'supported_on': ['chrome_os:57-'],
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
9762 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 9678 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
9763 'text': 'Default Settings (users can override)', 9679 'text': 'Default Settings (users can override)',
9764 }, 9680 },
9765 'doc_complex_policies_on_windows': { 9681 'doc_complex_policies_on_windows': {
9766 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 9682 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
9767 '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>' '', 9683 '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>' '',
9768 }, 9684 },
9769 }, 9685 },
9770 'placeholders': [], 9686 'placeholders': [],
9771 } 9687 }
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