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

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

Issue 2834543004: policy_templates.json: Harmonize names for non-translatable strings (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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 'per_profile': True, 307 'per_profile': True,
308 }, 308 },
309 'example_value': 'https://www.chromium.org', 309 'example_value': 'https://www.chromium.org',
310 'id': 360, 310 'id': 360,
311 'caption': '''Configure the New Tab page URL''', 311 'caption': '''Configure the New Tab page URL''',
312 'tags': [], 312 'tags': [],
313 'desc': '''Configures the default New Tab page URL and prevents users from changing it. 313 'desc': '''Configures the default New Tab page URL and prevents users from changing it.
314 314
315 The New Tab page is the page opened when new tabs are created (includi ng the one opened in new windows). 315 The New Tab page is the page opened when new tabs are created (includi ng the one opened in new windows).
316 316
317 This policy does not decide which pages are to be opened on start up. Those are controlled by the <ph name="RESTOREONSTARTUP_POLICY_NAME">RestoreOnSta rtup</ph> policies. Yet this policy does affect the Home Page if that is set to open the New Tab page, as well as the startup page if that is set to open the Ne w Tab page. 317 This policy does not decide which pages are to be opened on start up. Those are controlled by the <ph name="RESTORE_ON_STARTUP_POLICY_NAME">RestoreOnS tartup</ph> policies. Yet this policy does affect the Home Page if that is set t o open the New Tab page, as well as the startup page if that is set to open the New Tab page.
318 318
319 If the policy is not set or left empty the default new tab page is use d. 319 If the policy is not set or left empty the default new tab page is use d.
320 320
321 This policy is not available on Windows instances that are not joined to an Active Directory domain.''', 321 This policy is not available on Windows instances that are not joined to an Active Directory domain.''',
322 'label': '''New Tab page URL''', 322 'label': '''New Tab page URL''',
323 }, 323 },
324 ], 324 ],
325 }, 325 },
326 { 326 {
327 'name': 'DefaultBrowserSettingEnabled', 327 'name': 'DefaultBrowserSettingEnabled',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 'features': { 431 'features': {
432 'can_be_recommended': True, 432 'can_be_recommended': True,
433 'dynamic_refresh': True, 433 'dynamic_refresh': True,
434 'per_profile': True, 434 'per_profile': True,
435 }, 435 },
436 'deprecated': True, 436 'deprecated': True,
437 'example_value': True, 437 'example_value': True,
438 'id': 7, 438 'id': 7,
439 'caption': '''Enable network prediction''', 439 'caption': '''Enable network prediction''',
440 'tags': [], 440 'tags': [],
441 'desc': '''This policy is deprecated in M48 in favor of <ph name="NETWORKP REDICTIONOPTIONS_POLICY_NAME">NetworkPredictionOptions</ph>, and removed in M54. 441 'desc': '''This policy is deprecated in M48 in favor of <ph name="NETWORK_ PREDICTION_OPTIONS_POLICY_NAME">NetworkPredictionOptions</ph>, and removed in M5 4.
442 442
443 Enables network prediction in <ph name="PRODUCT_NAME">$1<ex>Google Chrome< /ex></ph> and prevents users from changing this setting. 443 Enables network prediction in <ph name="PRODUCT_NAME">$1<ex>Google Chrome< /ex></ph> and prevents users from changing this setting.
444 444
445 This controls not only DNS prefetching but also TCP and SSL preconnection and prerendering of web pages. The policy name refers to DNS prefetching for his torical reasons. 445 This controls not only DNS prefetching but also TCP and SSL preconnection and prerendering of web pages. The policy name refers to DNS prefetching for his torical reasons.
446 446
447 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 447 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
448 448
449 If this policy is left not set, this will be enabled but the user will be able to change it.''', 449 If this policy is left not set, this will be enabled but the user will be able to change it.''',
450 }, 450 },
451 { 451 {
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
931 'per_profile': False, 931 'per_profile': False,
932 }, 932 },
933 'example_value': False, 933 'example_value': False,
934 'id': 263, 934 'id': 263,
935 'caption': '''Enable the use of relay servers by the remote access hos t''', 935 'caption': '''Enable the use of relay servers by the remote access hos t''',
936 'tags': [], 936 'tags': [],
937 'desc': '''Enables usage of relay servers when remote clients are tryi ng to establish a connection to this machine. 937 'desc': '''Enables usage of relay servers when remote clients are tryi ng to establish a connection to this machine.
938 938
939 If this setting is enabled, then remote clients can use relay servers to connect to this machine when a direct connection is not available (e.g. due t o firewall restrictions). 939 If this setting is enabled, then remote clients can use relay servers to connect to this machine when a direct connection is not available (e.g. due t o firewall restrictions).
940 940
941 Note that if the policy <ph name="REMOTEACCESSHOSTFIREWALLTRAVERSAL_PO LICY_NAME">RemoteAccessHostFirewallTraversal</ph> is disabled, this policy will be ignored. 941 Note that if the policy <ph name="REMOTE_ACCESS_HOST_FIREWALL_TRAVERSA L_POLICY_NAME">RemoteAccessHostFirewallTraversal</ph> is disabled, this policy w ill be ignored.
942 942
943 If this policy is left not set the setting will be enabled.''', 943 If this policy is left not set the setting will be enabled.''',
944 }, 944 },
945 { 945 {
946 'name': 'RemoteAccessHostUdpPortRange', 946 'name': 'RemoteAccessHostUdpPortRange',
947 'type': 'string', 947 'type': 'string',
948 'schema': { 'type': 'string' }, 948 'schema': { 'type': 'string' },
949 'supported_on': ['chrome.*:36-', 'chrome_os:41-'], 949 'supported_on': ['chrome.*:36-', 'chrome_os:41-'],
950 'features': { 950 'features': {
951 'dynamic_refresh': True, 951 'dynamic_refresh': True,
952 'per_profile': False, 952 'per_profile': False,
953 }, 953 },
954 'example_value': '12400-12409', 954 'example_value': '12400-12409',
955 'id': 264, 955 'id': 264,
956 'caption': '''Restrict the UDP port range used by the remote access ho st''', 956 'caption': '''Restrict the UDP port range used by the remote access ho st''',
957 'tags': [], 957 'tags': [],
958 'desc': '''Restricts the UDP port range used by the remote access host in this machine. 958 'desc': '''Restricts the UDP port range used by the remote access host in this machine.
959 959
960 If this policy is left not set, or if it is set to an empty string, th e remote access host will be allowed to use any available port, unless the polic y <ph name="REMOTEACCESSHOSTFIREWALLTRAVERSAL_POLICY_NAME">RemoteAccessHostFirew allTraversal</ph> is disabled, in which case the remote access host will use UDP ports in the 12400-12409 range.''', 960 If this policy is left not set, or if it is set to an empty string, th e remote access host will be allowed to use any available port, unless the polic y <ph name="REMOTE_ACCESS_HOST_FIREWALL_TRAVERSAL_POLICY_NAME">RemoteAccessHostF irewallTraversal</ph> is disabled, in which case the remote access host will use UDP ports in the 12400-12409 range.''',
961 }, 961 },
962 { 962 {
963 'name': 'RemoteAccessHostMatchUsername', 963 'name': 'RemoteAccessHostMatchUsername',
964 'type': 'main', 964 'type': 'main',
965 'schema': { 'type': 'boolean' }, 965 'schema': { 'type': 'boolean' },
966 'supported_on': ['chrome.linux:25-', 'chrome.mac:25-', 'chrome_os:42-' ], 966 'supported_on': ['chrome.linux:25-', 'chrome.mac:25-', 'chrome_os:42-' ],
967 'features': { 967 'features': {
968 'dynamic_refresh': True, 968 'dynamic_refresh': True,
969 'per_profile': False, 969 'per_profile': False,
970 }, 970 },
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
1110 'features': { 1110 'features': {
1111 'can_be_recommended': False, 1111 'can_be_recommended': False,
1112 'dynamic_refresh': True, 1112 'dynamic_refresh': True,
1113 'per_profile': True, 1113 'per_profile': True,
1114 }, 1114 },
1115 'deprecated': True, 1115 'deprecated': True,
1116 'example_value': False, 1116 'example_value': False,
1117 'id': 162, 1117 'id': 162,
1118 'caption': '''Force SafeSearch''', 1118 'caption': '''Force SafeSearch''',
1119 'tags': ['filtering'], 1119 'tags': ['filtering'],
1120 'desc': '''This policy is deprecated, please use <ph name="FORCEGOOGLESAFE SEARCH_POLICY_NAME">ForceGoogleSafeSearch</ph> and <ph name="FORCEYOUTUBERESTRIC T_POLICY_NAME">ForceYouTubeRestrict</ph> instead. This policy is ignored if eith er the <ph name="FORCEGOOGLESAFESEARCH_POLICY_NAME">ForceGoogleSafeSearch</ph>, the <ph name="FORCEYOUTUBERESTRICT_POLICY_NAME">ForceYouTubeRestrict</ph> or the (deprecated) <ph name="FORCEYOUTUBESAFETYMODE_POLICY_NAME">ForceYouTubeSafetyMo de</ph> policies are set. 1120 'desc': '''This policy is deprecated, please use <ph name="FORCE_GOOGLE_SA FE_SEARCH_POLICY_NAME">ForceGoogleSafeSearch</ph> and <ph name="FORCE_YOUTUBE_RE STRICT_POLICY_NAME">ForceYouTubeRestrict</ph> instead. This policy is ignored if either the <ph name="FORCE_GOOGLE_SAFE_SEARCH_POLICY_NAME">ForceGoogleSafeSearc h</ph>, the <ph name="FORCE_YOUTUBE_RESTRICT_POLICY_NAME">ForceYouTubeRestrict</ ph> or the (deprecated) <ph name="FORCE_YOUTUBE_SAFETY_MODE_POLICY_NAME">ForceYo uTubeSafetyMode</ph> policies are set.
1121 1121
1122 Forces queries in Google Web Search to be done with SafeSearch set to acti ve and prevents users from changing this setting. This setting also forces Moder ate Restricted Mode on YouTube. 1122 Forces queries in Google Web Search to be done with SafeSearch set to acti ve and prevents users from changing this setting. This setting also forces Moder ate Restricted Mode on YouTube.
1123 1123
1124 If you enable this setting, SafeSearch in Google Search and Moderate Restr icted Mode YouTube is always active. 1124 If you enable this setting, SafeSearch in Google Search and Moderate Restr icted Mode YouTube is always active.
1125 1125
1126 If you disable this setting or do not set a value, SafeSearch in Google Se arch and Restricted Mode in YouTube is not enforced.''', 1126 If you disable this setting or do not set a value, SafeSearch in Google Se arch and Restricted Mode in YouTube is not enforced.''',
1127 }, 1127 },
1128 { 1128 {
1129 'name': 'ForceGoogleSafeSearch', 1129 'name': 'ForceGoogleSafeSearch',
1130 'type': 'main', 1130 'type': 'main',
(...skipping 22 matching lines...) Expand all
1153 'features': { 1153 'features': {
1154 'can_be_recommended': False, 1154 'can_be_recommended': False,
1155 'dynamic_refresh': True, 1155 'dynamic_refresh': True,
1156 'per_profile': True, 1156 'per_profile': True,
1157 }, 1157 },
1158 'deprecated': True, 1158 'deprecated': True,
1159 'example_value': False, 1159 'example_value': False,
1160 'id': 283, 1160 'id': 283,
1161 'caption': '''Force YouTube Safety Mode''', 1161 'caption': '''Force YouTube Safety Mode''',
1162 'tags': ['filtering'], 1162 'tags': ['filtering'],
1163 'desc': '''This policy is deprecated. Consider using <ph name="FORCEYOUTUB ERESTRICT_POLICY_NAME">ForceYouTubeRestrict</ph>, which overrides this policy an d allows more fine-grained tuning. 1163 'desc': '''This policy is deprecated. Consider using <ph name="FORCE_YOUTU BE_RESTRICT_POLICY_NAME">ForceYouTubeRestrict</ph>, which overrides this policy and allows more fine-grained tuning.
1164 1164
1165 Forces YouTube Moderate Restricted Mode and prevents users from changing t his setting. 1165 Forces YouTube Moderate Restricted Mode and prevents users from changing t his setting.
1166 1166
1167 If this setting is enabled, Restricted Mode on YouTube is always enforced to be at least Moderate. 1167 If this setting is enabled, Restricted Mode on YouTube is always enforced to be at least Moderate.
1168 1168
1169 If this setting is disabled or no value is set, Restricted Mode on YouTube is not enforced by <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. Exter nal policies such as YouTube policies might still enforce Restricted Mode, thoug h.''', 1169 If this setting is disabled or no value is set, Restricted Mode on YouTube is not enforced by <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. Exter nal policies such as YouTube policies might still enforce Restricted Mode, thoug h.''',
1170 'arc_support': 'This policy has no effect on the Android YouTube app. If S afety Mode on YouTube should be enforced, installation of the Android YouTube ap p should be disallowed.', 1170 'arc_support': 'This policy has no effect on the Android YouTube app. If S afety Mode on YouTube should be enforced, installation of the Android YouTube ap p should be disallowed.',
1171 }, 1171 },
1172 { 1172 {
1173 'name': 'ForceYouTubeRestrict', 1173 'name': 'ForceYouTubeRestrict',
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
1356 'supported_on': ['chrome.*:8-', 'chrome_os:11-'], 1356 'supported_on': ['chrome.*:8-', 'chrome_os:11-'],
1357 'deprecated': True, 1357 'deprecated': True,
1358 'features': { 1358 'features': {
1359 'dynamic_refresh': True, 1359 'dynamic_refresh': True,
1360 'per_profile': True, 1360 'per_profile': True,
1361 }, 1361 },
1362 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'], 1362 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'],
1363 'id': 19, 1363 'id': 19,
1364 'caption': '''Specify a list of disabled plugins''', 1364 'caption': '''Specify a list of disabled plugins''',
1365 'tags': [], 1365 'tags': [],
1366 'desc': '''This policy is deprecated. Please use the <ph name="DEFAULT_PLU GINS_SETTING_POLICY">DefaultPluginsSetting</ph> to control the avalability of th e Flash plugin and <ph name="ALWAYS_OPEN_PDF_EXTERNALLY_POLICY">AlwaysOpenPdfExt ernally</ph> to control whether the integrated PDF viewer should be used for ope ning PDF files. 1366 'desc': '''This policy is deprecated. Please use the <ph name="DEFAULT_PLU GINS_SETTING_POLICY_NAME">DefaultPluginsSetting</ph> to control the avalability of the Flash plugin and <ph name="ALWAYS_OPEN_PDF_EXTERNALLY_POLICY_NAME">Always OpenPdfExternally</ph> to control whether the integrated PDF viewer should be us ed for opening PDF files.
1367 1367
1368 Specifies a list of plugins that are disabled in <ph name="PRODUCT_NAME">$ 1<ex>Google Chrome</ex></ph> and prevents users from changing this setting. 1368 Specifies a list of plugins that are disabled in <ph name="PRODUCT_NAME">$ 1<ex>Google Chrome</ex></ph> and prevents users from changing this setting.
1369 1369
1370 The wildcard characters '*' and '?' can be used to match sequences of arbi trary characters. '*' matches an arbitrary number of characters while '?' specif ies an optional single character, i.e. matches zero or one characters. The escap e character is '\\', so to match actual '*', '?', or '\\' characters, you can pu t a '\\' in front of them. 1370 The wildcard characters '*' and '?' can be used to match sequences of arbi trary characters. '*' matches an arbitrary number of characters while '?' specif ies an optional single character, i.e. matches zero or one characters. The escap e character is '\\', so to match actual '*', '?', or '\\' characters, you can pu t a '\\' in front of them.
1371 1371
1372 If you enable this setting, the specified list of plugins is never used in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. The plugins are marked a s disabled in 'about:plugins' and users cannot enable them. 1372 If you enable this setting, the specified list of plugins is never used in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. The plugins are marked a s disabled in 'about:plugins' and users cannot enable them.
1373 1373
1374 Note that this policy can be overridden by EnabledPlugins and DisabledPlug insExceptions. 1374 Note that this policy can be overridden by EnabledPlugins and DisabledPlug insExceptions.
1375 1375
1376 If this policy is left not set the user can use any plugin installed on th e system except for hard-coded incompatible, outdated or dangerous plugins.''', 1376 If this policy is left not set the user can use any plugin installed on th e system except for hard-coded incompatible, outdated or dangerous plugins.''',
1377 'label': '''List of disabled plugins''', 1377 'label': '''List of disabled plugins''',
1378 }, 1378 },
1379 { 1379 {
1380 'name': 'EnabledPlugins', 1380 'name': 'EnabledPlugins',
1381 'type': 'list', 1381 'type': 'list',
1382 'schema': { 1382 'schema': {
1383 'type': 'array', 1383 'type': 'array',
1384 'items': { 'type': 'string' }, 1384 'items': { 'type': 'string' },
1385 }, 1385 },
1386 'supported_on': ['chrome.*:11-', 'chrome_os:11-'], 1386 'supported_on': ['chrome.*:11-', 'chrome_os:11-'],
1387 'deprecated': True, 1387 'deprecated': True,
1388 'features': { 1388 'features': {
1389 'dynamic_refresh': True, 1389 'dynamic_refresh': True,
1390 'per_profile': True, 1390 'per_profile': True,
1391 }, 1391 },
1392 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'], 1392 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'],
1393 'id': 78, 1393 'id': 78,
1394 'caption': '''Specify a list of enabled plugins''', 1394 'caption': '''Specify a list of enabled plugins''',
1395 'tags': ['system-security'], 1395 'tags': ['system-security'],
1396 'desc': '''This policy is deprecated. Please use the <ph name="DEFAULT_PLU GINS_SETTING_POLICY">DefaultPluginsSetting</ph> to control the avalability of th e Flash plugin and <ph name="ALWAYS_OPEN_PDF_EXTERNALLY_POLICY">AlwaysOpenPdfExt ernally</ph> to control whether the integrated PDF viewer should be used for ope ning PDF files. 1396 'desc': '''This policy is deprecated. Please use the <ph name="DEFAULT_PLU GINS_SETTING_POLICY_NAME">DefaultPluginsSetting</ph> to control the avalability of the Flash plugin and <ph name="ALWAYS_OPEN_PDF_EXTERNALLY_POLICY_NAME">Always OpenPdfExternally</ph> to control whether the integrated PDF viewer should be us ed for opening PDF files.
1397 1397
1398 Specifies a list of plugins that are enabled in <ph name="PRODUCT_NAME">$1 <ex>Google Chrome</ex></ph> and prevents users from changing this setting. 1398 Specifies a list of plugins that are enabled in <ph name="PRODUCT_NAME">$1 <ex>Google Chrome</ex></ph> and prevents users from changing this setting.
1399 1399
1400 The wildcard characters '*' and '?' can be used to match sequences of arbi trary characters. '*' matches an arbitrary number of characters while '?' specif ies an optional single character, i.e. matches zero or one characters. The escap e character is '\\', so to match actual '*', '?', or '\\' characters, you can pu t a '\\' in front of them. 1400 The wildcard characters '*' and '?' can be used to match sequences of arbi trary characters. '*' matches an arbitrary number of characters while '?' specif ies an optional single character, i.e. matches zero or one characters. The escap e character is '\\', so to match actual '*', '?', or '\\' characters, you can pu t a '\\' in front of them.
1401 1401
1402 The specified list of plugins is always used in <ph name="PRODUCT_NAME">$1 <ex>Google Chrome</ex></ph> if they are installed. The plugins are marked as ena bled in 'about:plugins' and users cannot disable them. 1402 The specified list of plugins is always used in <ph name="PRODUCT_NAME">$1 <ex>Google Chrome</ex></ph> if they are installed. The plugins are marked as ena bled in 'about:plugins' and users cannot disable them.
1403 1403
1404 Note that this policy overrides both DisabledPlugins and DisabledPluginsEx ceptions. 1404 Note that this policy overrides both DisabledPlugins and DisabledPluginsEx ceptions.
1405 1405
1406 If this policy is left not set the user can disable any plugin installed o n the system.''', 1406 If this policy is left not set the user can disable any plugin installed o n the system.''',
1407 'label': '''List of enabled plugins''', 1407 'label': '''List of enabled plugins''',
1408 }, 1408 },
1409 { 1409 {
1410 'name': 'DisabledPluginsExceptions', 1410 'name': 'DisabledPluginsExceptions',
1411 'type': 'list', 1411 'type': 'list',
1412 'schema': { 1412 'schema': {
1413 'type': 'array', 1413 'type': 'array',
1414 'items': { 'type': 'string' }, 1414 'items': { 'type': 'string' },
1415 }, 1415 },
1416 'supported_on': ['chrome.*:11-', 'chrome_os:11-'], 1416 'supported_on': ['chrome.*:11-', 'chrome_os:11-'],
1417 'deprecated': True, 1417 'deprecated': True,
1418 'features': { 1418 'features': {
1419 'dynamic_refresh': True, 1419 'dynamic_refresh': True,
1420 'per_profile': True, 1420 'per_profile': True,
1421 }, 1421 },
1422 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'], 1422 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'],
1423 'id': 79, 1423 'id': 79,
1424 'caption': '''Specify a list of plugins that the user can enable or disabl e''', 1424 'caption': '''Specify a list of plugins that the user can enable or disabl e''',
1425 'tags': [], 1425 'tags': [],
1426 'desc': '''This policy is deprecated. Please use the <ph name="DEFAULT_PLU GINS_SETTING_POLICY">DefaultPluginsSetting</ph> to control the avalability of th e Flash plugin and <ph name="ALWAYS_OPEN_PDF_EXTERNALLY_POLICY">AlwaysOpenPdfExt ernally</ph> to control whether the integrated PDF viewer should be used for ope ning PDF files. 1426 'desc': '''This policy is deprecated. Please use the <ph name="DEFAULT_PLU GINS_SETTING_POLICY_NAME">DefaultPluginsSetting</ph> to control the avalability of the Flash plugin and <ph name="ALWAYS_OPEN_PDF_EXTERNALLY_POLICY_NAME">Always OpenPdfExternally</ph> to control whether the integrated PDF viewer should be us ed for opening PDF files.
1427 1427
1428 Specifies a list of plugins that user can enable or disable in <ph name="P RODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 1428 Specifies a list of plugins that user can enable or disable in <ph name="P RODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
1429 1429
1430 The wildcard characters '*' and '?' can be used to match sequences of arbi trary characters. '*' matches an arbitrary number of characters while '?' specif ies an optional single character, i.e. matches zero or one characters. The escap e character is '\\', so to match actual '*', '?', or '\\' characters, you can pu t a '\\' in front of them. 1430 The wildcard characters '*' and '?' can be used to match sequences of arbi trary characters. '*' matches an arbitrary number of characters while '?' specif ies an optional single character, i.e. matches zero or one characters. The escap e character is '\\', so to match actual '*', '?', or '\\' characters, you can pu t a '\\' in front of them.
1431 1431
1432 If you enable this setting, the specified list of plugins can be used in < ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. Users can enable or disabl e them in 'about:plugins', even if the plugin also matches a pattern in Disabled Plugins. Users can also enable and disable plugins that don't match any patterns in DisabledPlugins, DisabledPluginsExceptions and EnabledPlugins. 1432 If you enable this setting, the specified list of plugins can be used in < ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. Users can enable or disabl e them in 'about:plugins', even if the plugin also matches a pattern in Disabled Plugins. Users can also enable and disable plugins that don't match any patterns in DisabledPlugins, DisabledPluginsExceptions and EnabledPlugins.
1433 1433
1434 This policy is meant to allow for strict plugin blacklisting where the 'Di sabledPlugins' list contains wildcarded entries like disable all plugins '*' or disable all Java plugins '*Java*' but the administrator wishes to enable some pa rticular version like 'IcedTea Java 2.3'. This particular versions can be specif ied in this policy. 1434 This policy is meant to allow for strict plugin blacklisting where the 'Di sabledPlugins' list contains wildcarded entries like disable all plugins '*' or disable all Java plugins '*Java*' but the administrator wishes to enable some pa rticular version like 'IcedTea Java 2.3'. This particular versions can be specif ied in this policy.
1435 1435
1436 Note that both the plugin name and the plugin's group name have to be exem pted. Each plugin group is shown in a separate section in about:plugins; each se ction may have one or more plugins. For example, the "Shockwave Flash" plugin be longs to the "Adobe Flash Player" group, and both names have to have a match in the exceptions list if that plugin is to be exempted from the blacklist. 1436 Note that both the plugin name and the plugin's group name have to be exem pted. Each plugin group is shown in a separate section in about:plugins; each se ction may have one or more plugins. For example, the "Shockwave Flash" plugin be longs to the "Adobe Flash Player" group, and both names have to have a match in the exceptions list if that plugin is to be exempted from the blacklist.
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
1501 'schema': { 'type': 'boolean' }, 1501 'schema': { 'type': 'boolean' },
1502 'supported_on': ['chrome.win:57-'], 1502 'supported_on': ['chrome.win:57-'],
1503 'features': { 1503 'features': {
1504 'dynamic_refresh': False, 1504 'dynamic_refresh': False,
1505 'per_profile': False, 1505 'per_profile': False,
1506 }, 1506 },
1507 'example_value': True, 1507 'example_value': True,
1508 'id': 358, 1508 'id': 358,
1509 'caption': '''Enable the creation of roaming copies for <ph name="PRODUCT_ NAME">$1<ex>Google Chrome</ex></ph> profile data''', 1509 'caption': '''Enable the creation of roaming copies for <ph name="PRODUCT_ NAME">$1<ex>Google Chrome</ex></ph> profile data''',
1510 'tags': ['local-data-access'], 1510 'tags': ['local-data-access'],
1511 'desc': '''If you enable this setting, the settings stored in <ph name="PR ODUCT_NAME">$1<ex>Google Chrome</ex></ph> profiles like bookmarks, autofill data , passwords, etc. will also be written to a file stored in the Roaming user prof ile folder or a location specified by the Administrator through the <ph name="RO AMINGPROFILELOCATION_POLICY_NAME">$1<ex>RoamingProfileLocation</ex></ph> policy. 1511 'desc': '''If you enable this setting, the settings stored in <ph name="PR ODUCT_NAME">$1<ex>Google Chrome</ex></ph> profiles like bookmarks, autofill data , passwords, etc. will also be written to a file stored in the Roaming user prof ile folder or a location specified by the Administrator through the <ph name="RO AMING_PROFILE_LOCATION_POLICY_NAME">$1<ex>RoamingProfileLocation</ex></ph> polic y.
1512 1512
1513 Google Sync is automatically disabled when this policy is enabled. 1513 Google Sync is automatically disabled when this policy is enabled.
1514 1514
1515 To prevent accidental data leaks it is advisable to also set the <ph name= "SIGNINALLOWED_POLICY_NAME">$1<ex>SigninAllowed</ex></ph> policy to False. 1515 To prevent accidental data leaks it is advisable to also set the <ph name= "SIGNIN_ALLOWED_POLICY_NAME">$1<ex>SigninAllowed</ex></ph> policy to False.
1516 1516
1517 If this policy is disabled or left not set only the regular local profiles will be used.''', 1517 If this policy is disabled or left not set only the regular local profiles will be used.''',
1518 'label': '''Enable the creation of roaming copies for <ph name="PRODUCT_NA ME">$1<ex>Google Chrome</ex></ph> profile data.''', 1518 'label': '''Enable the creation of roaming copies for <ph name="PRODUCT_NA ME">$1<ex>Google Chrome</ex></ph> profile data.''',
1519 }, 1519 },
1520 { 1520 {
1521 'name': 'RoamingProfileLocation', 1521 'name': 'RoamingProfileLocation',
1522 'type': 'string', 1522 'type': 'string',
1523 'schema': { 'type': 'string' }, 1523 'schema': { 'type': 'string' },
1524 'supported_on': ['chrome.win:57-'], 1524 'supported_on': ['chrome.win:57-'],
1525 'features': { 1525 'features': {
1526 'dynamic_refresh': False, 1526 'dynamic_refresh': False,
1527 'per_profile': False, 1527 'per_profile': False,
1528 }, 1528 },
1529 'example_value': '${roaming_app_data}\\chrome-profile', 1529 'example_value': '${roaming_app_data}\\chrome-profile',
1530 'id': 359, 1530 'id': 359,
1531 'caption': '''Set the roaming profile directory''', 1531 'caption': '''Set the roaming profile directory''',
1532 'tags': ['local-data-access'], 1532 'tags': ['local-data-access'],
1533 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Goo gle Chrome</ex></ph> will use for storing the roaming copy of the profiles. 1533 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Goo gle Chrome</ex></ph> will use for storing the roaming copy of the profiles.
1534 1534
1535 If you set this policy, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ ph> will use the provided directory to store the roaming copy of the profiles if the <ph name="ROAMINGPROFILESUPPORTENABLED_POLICY_NAME">$1<ex>RoamingProfileSup portEnabled</ex></ph> policy has been enabled. If the <ph name="ROAMINGPROFILESU PPORTENABLED_POLICY_NAME">$1<ex>RoamingProfileSupportEnabled</ex></ph> policy is disabled or left unset the value stored in this policy is not used. 1535 If you set this policy, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ ph> will use the provided directory to store the roaming copy of the profiles if the <ph name="ROAMING_PROFILE_SUPPORT_ENABLED_POLICY_NAME">$1<ex>RoamingProfile SupportEnabled</ex></ph> policy has been enabled. If the <ph name="ROAMING_PROFI LE_SUPPORT_ENABLED_POLICY_NAME">$1<ex>RoamingProfileSupportEnabled</ex></ph> pol icy is disabled or left unset the value stored in this policy is not used.
1536 1536
1537 See https://www.chromium.org/administrators/policy-list-3/user-data-direct ory-variables for a list of variables that can be used. 1537 See https://www.chromium.org/administrators/policy-list-3/user-data-direct ory-variables for a list of variables that can be used.
1538 1538
1539 If this policy is left not set the default roaming profile path will be us ed.''', 1539 If this policy is left not set the default roaming profile path will be us ed.''',
1540 'label': '''Set the roaming profile directory''', 1540 'label': '''Set the roaming profile directory''',
1541 }, 1541 },
1542 { 1542 {
1543 'name': 'SigninAllowed', 1543 'name': 'SigninAllowed',
1544 'type': 'main', 1544 'type': 'main',
1545 'schema': { 'type': 'boolean' }, 1545 'schema': { 'type': 'boolean' },
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
1886 If you choose to use system proxy settings or auto detect the proxy se rver, all other options are ignored. 1886 If you choose to use system proxy settings or auto detect the proxy se rver, all other options are ignored.
1887 1887
1888 If you choose manual proxy settings, you can specify further options i n 'Address or URL of proxy server', 'URL to a proxy .pac file' and 'Comma-separa ted list of proxy bypass rules'. Only the HTTP proxy server with the highest pri ority is available for ARC-apps. 1888 If you choose manual proxy settings, you can specify further options i n 'Address or URL of proxy server', 'URL to a proxy .pac file' and 'Comma-separa ted list of proxy bypass rules'. Only the HTTP proxy server with the highest pri ority is available for ARC-apps.
1889 1889
1890 For detailed examples, visit: 1890 For detailed examples, visit:
1891 <ph name="PROXY_HELP_URL">https://www.chromium.org/developers/design-d ocuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>https://www .chromium.org/developers/design-documents/network-settings#TOC-Command-line-opti ons-for-proxy-sett</ex></ph>. 1891 <ph name="PROXY_HELP_URL">https://www.chromium.org/developers/design-d ocuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>https://www .chromium.org/developers/design-documents/network-settings#TOC-Command-line-opti ons-for-proxy-sett</ex></ph>.
1892 1892
1893 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrom e</ex></ph> ignores all proxy-related options specified from the command line. 1893 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrom e</ex></ph> ignores all proxy-related options specified from the command line.
1894 1894
1895 Leaving this policy not set will allow the users to choose the proxy s ettings on their own.''', 1895 Leaving this policy not set will allow the users to choose the proxy s ettings on their own.''',
1896 'arc_support': 'You cannot force Android apps to use a proxy. A subset of proxy settings is made available to Android apps, which they may voluntarily choose to honor. See the <ph name="PROXY_MODE_POLICY">ProxyMode</ph> policy for more details.', 1896 'arc_support': 'You cannot force Android apps to use a proxy. A subset of proxy settings is made available to Android apps, which they may voluntarily choose to honor. See the <ph name="PROXY_MODE_POLICY_NAME">ProxyMode</ph> polic y for more details.',
1897 }, 1897 },
1898 { 1898 {
1899 'name': 'ProxyServer', 1899 'name': 'ProxyServer',
1900 'type': 'string', 1900 'type': 'string',
1901 'schema': { 'type': 'string' }, 1901 'schema': { 'type': 'string' },
1902 'supported_on': [ 1902 'supported_on': [
1903 'chrome.*:8-', 1903 'chrome.*:8-',
1904 'chrome_os:11-', 1904 'chrome_os:11-',
1905 'android:30-', 1905 'android:30-',
1906 'ios:34-47', 1906 'ios:34-47',
1907 ], 1907 ],
1908 'features': { 1908 'features': {
1909 'dynamic_refresh': True, 1909 'dynamic_refresh': True,
1910 'per_profile': True, 1910 'per_profile': True,
1911 }, 1911 },
1912 'example_value': '123.123.123.123:8080', 1912 'example_value': '123.123.123.123:8080',
1913 'id': 23, 1913 'id': 23,
1914 'caption': '''Address or URL of proxy server''', 1914 'caption': '''Address or URL of proxy server''',
1915 'tags': [], 1915 'tags': [],
1916 'desc': '''You can specify the URL of the proxy server here. 1916 'desc': '''You can specify the URL of the proxy server here.
1917 1917
1918 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'. 1918 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'.
1919 1919
1920 You should leave this policy not set if you have selected any other mo de for setting proxy policies. 1920 You should leave this policy not set if you have selected any other mo de for setting proxy policies.
1921 1921
1922 For more options and detailed examples, visit: 1922 For more options and detailed examples, visit:
1923 <ph name="PROXY_HELP_URL">https://www.chromium.org/developers/design-d ocuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>https://www .chromium.org/developers/design-documents/network-settings#TOC-Command-line-opti ons-for-proxy-sett</ex></ph>.''', 1923 <ph name="PROXY_HELP_URL">https://www.chromium.org/developers/design-d ocuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>https://www .chromium.org/developers/design-documents/network-settings#TOC-Command-line-opti ons-for-proxy-sett</ex></ph>.''',
1924 'arc_support': 'You cannot force Android apps to use a proxy. A subset of proxy settings is made available to Android apps, which they may voluntarily choose to honor. See the <ph name="PROXY_MODE_POLICY">ProxyMode</ph> policy for more details.', 1924 'arc_support': 'You cannot force Android apps to use a proxy. A subset of proxy settings is made available to Android apps, which they may voluntarily choose to honor. See the <ph name="PROXY_MODE_POLICY_NAME">ProxyMode</ph> polic y for more details.',
1925 }, 1925 },
1926 { 1926 {
1927 'name': 'ProxyPacUrl', 1927 'name': 'ProxyPacUrl',
1928 'type': 'string', 1928 'type': 'string',
1929 'schema': { 'type': 'string' }, 1929 'schema': { 'type': 'string' },
1930 'supported_on': [ 1930 'supported_on': [
1931 'chrome.*:8-', 1931 'chrome.*:8-',
1932 'chrome_os:11-', 1932 'chrome_os:11-',
1933 'android:30-', 1933 'android:30-',
1934 'ios:34-47', 1934 'ios:34-47',
1935 ], 1935 ],
1936 'features': { 1936 'features': {
1937 'dynamic_refresh': True, 1937 'dynamic_refresh': True,
1938 'per_profile': True, 1938 'per_profile': True,
1939 }, 1939 },
1940 'example_value': 'https://internal.site/example.pac', 1940 'example_value': 'https://internal.site/example.pac',
1941 'id': 24, 1941 'id': 24,
1942 'caption': '''URL to a proxy .pac file''', 1942 'caption': '''URL to a proxy .pac file''',
1943 'tags': [], 1943 'tags': [],
1944 'desc': '''You can specify a URL to a proxy .pac file here. 1944 'desc': '''You can specify a URL to a proxy .pac file here.
1945 1945
1946 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'. 1946 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'.
1947 1947
1948 You should leave this policy not set if you have selected any other mo de for setting proxy policies. 1948 You should leave this policy not set if you have selected any other mo de for setting proxy policies.
1949 1949
1950 For detailed examples, visit: 1950 For detailed examples, visit:
1951 <ph name="PROXY_HELP_URL">https://www.chromium.org/developers/design-d ocuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>https://www .chromium.org/developers/design-documents/network-settings#TOC-Command-line-opti ons-for-proxy-sett</ex></ph>.''', 1951 <ph name="PROXY_HELP_URL">https://www.chromium.org/developers/design-d ocuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>https://www .chromium.org/developers/design-documents/network-settings#TOC-Command-line-opti ons-for-proxy-sett</ex></ph>.''',
1952 'arc_support': 'You cannot force Android apps to use a proxy. A subset of proxy settings is made available to Android apps, which they may voluntarily choose to honor. See the <ph name="PROXY_MODE_POLICY">ProxyMode</ph> policy for more details.', 1952 'arc_support': 'You cannot force Android apps to use a proxy. A subset of proxy settings is made available to Android apps, which they may voluntarily choose to honor. See the <ph name="PROXY_MODE_POLICY_NAME">ProxyMode</ph> polic y for more details.',
1953 }, 1953 },
1954 { 1954 {
1955 'name': 'ProxyBypassList', 1955 'name': 'ProxyBypassList',
1956 'type': 'string', 1956 'type': 'string',
1957 'schema': { 'type': 'string' }, 1957 'schema': { 'type': 'string' },
1958 'supported_on': [ 1958 'supported_on': [
1959 'chrome.*:8-', 1959 'chrome.*:8-',
1960 'chrome_os:11-', 1960 'chrome_os:11-',
1961 'android:30-', 1961 'android:30-',
1962 'ios:34-47', 1962 'ios:34-47',
1963 ], 1963 ],
1964 'features': { 1964 'features': {
1965 'dynamic_refresh': True, 1965 'dynamic_refresh': True,
1966 'per_profile': True, 1966 'per_profile': True,
1967 }, 1967 },
1968 'example_value': 'https://www.example1.com,https://www.example2.com,ht tps://internalsite/', 1968 'example_value': 'https://www.example1.com,https://www.example2.com,ht tps://internalsite/',
1969 'id': 25, 1969 'id': 25,
1970 'caption': '''Proxy bypass rules''', 1970 'caption': '''Proxy bypass rules''',
1971 'tags': [], 1971 'tags': [],
1972 'desc': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will bypass any proxy for the list of hosts given here. 1972 'desc': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will bypass any proxy for the list of hosts given here.
1973 1973
1974 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'. 1974 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'.
1975 1975
1976 You should leave this policy not set if you have selected any other mo de for setting proxy policies. 1976 You should leave this policy not set if you have selected any other mo de for setting proxy policies.
1977 1977
1978 For more detailed examples, visit: 1978 For more detailed examples, visit:
1979 <ph name="PROXY_HELP_URL">https://www.chromium.org/developers/design-d ocuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>https://www .chromium.org/developers/design-documents/network-settings#TOC-Command-line-opti ons-for-proxy-sett</ex></ph>.''', 1979 <ph name="PROXY_HELP_URL">https://www.chromium.org/developers/design-d ocuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>https://www .chromium.org/developers/design-documents/network-settings#TOC-Command-line-opti ons-for-proxy-sett</ex></ph>.''',
1980 'label': '''Comma-separated list of proxy bypass rules''', 1980 'label': '''Comma-separated list of proxy bypass rules''',
1981 'arc_support': 'You cannot force Android apps to use a proxy. A subset of proxy settings is made available to Android apps, which they may voluntarily choose to honor. See the <ph name="PROXY_MODE_POLICY">ProxyMode</ph> policy for more details.', 1981 'arc_support': 'You cannot force Android apps to use a proxy. A subset of proxy settings is made available to Android apps, which they may voluntarily choose to honor. See the <ph name="PROXY_MODE_POLICY_NAME">ProxyMode</ph> polic y for more details.',
1982 }, 1982 },
1983 ], 1983 ],
1984 }, 1984 },
1985 { 1985 {
1986 'name': 'ProxySettings', 1986 'name': 'ProxySettings',
1987 'type': 'dict', 1987 'type': 'dict',
1988 'schema': { 1988 'schema': {
1989 'type': 'object', 1989 'type': 'object',
1990 'properties': { 1990 'properties': {
1991 'ProxyMode': { 'type': 'string' }, 1991 'ProxyMode': { 'type': 'string' },
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
2166 'desc': '''Controls whether third-party sub-content on a page is allow ed to pop-up an HTTP Basic Auth dialog box. 2166 'desc': '''Controls whether third-party sub-content on a page is allow ed to pop-up an HTTP Basic Auth dialog box.
2167 2167
2168 Typically this is disabled as a phishing defense. If this policy is no t set, this is disabled and third-party sub-content will not be allowed to pop u p a HTTP Basic Auth dialog box.''', 2168 Typically this is disabled as a phishing defense. If this policy is no t set, this is disabled and third-party sub-content will not be allowed to pop u p a HTTP Basic Auth dialog box.''',
2169 }, 2169 },
2170 ], 2170 ],
2171 }, 2171 },
2172 { 2172 {
2173 'name': 'Extensions', 2173 'name': 'Extensions',
2174 'type': 'group', 2174 'type': 'group',
2175 'caption': '''Extensions''', 2175 'caption': '''Extensions''',
2176 'desc': '''Configures extension-related policies. The user is not allowed to install blacklisted extensions unless they are whitelisted. You can also forc e <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to automatically install extensions by specifying them in <ph name="EXTENSIONINSTALLFORCELIST_POLICY_NAM E">ExtensionInstallForcelist</ph>. Force-installed extensions are installed rega rdless whether they are present in the blacklist.''', 2176 'desc': '''Configures extension-related policies. The user is not allowed to install blacklisted extensions unless they are whitelisted. You can also forc e <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to automatically install extensions by specifying them in <ph name="EXTENSION_INSTALL_FORCELIST_POLICY_N AME">ExtensionInstallForcelist</ph>. Force-installed extensions are installed re gardless whether they are present in the blacklist.''',
2177 'policies': [ 2177 'policies': [
2178 { 2178 {
2179 'name': 'ExtensionInstallBlacklist', 2179 'name': 'ExtensionInstallBlacklist',
2180 'type': 'list', 2180 'type': 'list',
2181 'schema': { 2181 'schema': {
2182 'type': 'array', 2182 'type': 'array',
2183 'items': { 'type': 'string' }, 2183 'items': { 'type': 'string' },
2184 }, 2184 },
2185 'supported_on': ['chrome.*:8-', 'chrome_os:11-'], 2185 'supported_on': ['chrome.*:8-', 'chrome_os:11-'],
2186 'features': { 2186 'features': {
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
2246 enterprise.deviceAttributes and enterprise.platformKeys extension 2246 enterprise.deviceAttributes and enterprise.platformKeys extension
2247 APIs. (These two APIs are not available to apps/extensions that are 2247 APIs. (These two APIs are not available to apps/extensions that are
2248 not force-installed.) 2248 not force-installed.)
2249 2249
2250 This policy takes precedence over a potentially conflicting <ph name=" EXTENSION_INSTALL_BLACKLIST_POLICY_NAME">ExtensionInstallBlacklist</ph> policy. If an app or extension that previously had been force-installed is removed from this list, it is automatically uninstalled by <ph name="PRODUCT_NAME">$1<ex>Goog le Chrome</ex></ph>. 2250 This policy takes precedence over a potentially conflicting <ph name=" EXTENSION_INSTALL_BLACKLIST_POLICY_NAME">ExtensionInstallBlacklist</ph> policy. If an app or extension that previously had been force-installed is removed from this list, it is automatically uninstalled by <ph name="PRODUCT_NAME">$1<ex>Goog le Chrome</ex></ph>.
2251 2251
2252 For Windows instances that are not joined to an Active Directory 2252 For Windows instances that are not joined to an Active Directory
2253 domain, forced installation is limited to apps and extensions listed 2253 domain, forced installation is limited to apps and extensions listed
2254 in the Chrome Web Store. 2254 in the Chrome Web Store.
2255 2255
2256 Note that the source code of any extension may be altered by users via Developer Tools (potentially rendering the extension dysfunctional). If this is a concern, the <ph name="DEVELOPER_TOOLS_POLICY">DeveloperToolsDisabled</ph> po licy should be set. 2256 Note that the source code of any extension may be altered by users via Developer Tools (potentially rendering the extension dysfunctional). If this is a concern, the <ph name="DEVELOPER_TOOLS_POLICY_NAME">DeveloperToolsDisabled</p h> policy should be set.
2257 2257
2258 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 extension 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 p oint to an Update Manifest XML document as described at <ph name="LINK_TO_EXTENS ION_DOC1">https://developer.chrome.com/extensions/autoupdate</ph>. Note that the "update" URL set in this policy is only used for the initial installation; subs equent updates of the extension employ the update URL indicated in the extension 's manifest. 2258 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 extension 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 p oint to an Update Manifest XML document as described at <ph name="LINK_TO_EXTENS ION_DOC1">https://developer.chrome.com/extensions/autoupdate</ph>. Note that the "update" URL set in this policy is only used for the initial installation; subs equent updates of the extension employ the update URL indicated in the extension 's manifest.
2259 2259
2260 For example, <ph name="EXTENSION_POLICY_EXAMPLE">gbchcmhmhahfdphkhkmpf mihenigjmpp;https://clients2.google.com/service/update2/crx</ph> installs the <p h name="EXTENSION_POLICY_EXAMPLE_EXTENSION_NAME">Chrome Remote Desktop</ph> app from the standard Chrome Web Store "update" URL. For more information about host ing extensions, see: <ph name="LINK_TO_EXTENSION_DOC2">https://developer.chrome. com/extensions/hosting</ph>. 2260 For example, <ph name="EXTENSION_POLICY_EXAMPLE">gbchcmhmhahfdphkhkmpf mihenigjmpp;https://clients2.google.com/service/update2/crx</ph> installs the <p h name="EXTENSION_POLICY_EXAMPLE_EXTENSION_NAME">Chrome Remote Desktop</ph> app from the standard Chrome Web Store "update" URL. For more information about host ing extensions, see: <ph name="LINK_TO_EXTENSION_DOC2">https://developer.chrome. com/extensions/hosting</ph>.
2261 2261
2262 If this policy is left not set, no apps or extensions are installed au tomatically and the user can uninstall any app or extension in <ph name="PRODUCT _NAME">$1<ex>Google Chrome</ex></ph>.''', 2262 If this policy is left not set, no apps or extensions are installed au tomatically and the user can uninstall any app or extension in <ph name="PRODUCT _NAME">$1<ex>Google Chrome</ex></ph>.''',
2263 'label': '''Extension/App IDs and update URLs to be silently installed ''', 2263 'label': '''Extension/App IDs and update URLs to be silently installed ''',
2264 'arc_support': 'Android apps can be force-installed from the Google Ad min console using Google Play. They do not use this policy.', 2264 'arc_support': 'Android apps can be force-installed from the Google Ad min console using Google Play. They do not use this policy.',
2265 }, 2265 },
2266 { 2266 {
(...skipping 1738 matching lines...) Expand 10 before | Expand all | Expand 10 after
4005 'supported_on': ['chrome_frame:8-32'], 4005 'supported_on': ['chrome_frame:8-32'],
4006 'features': { 4006 'features': {
4007 'dynamic_refresh': False, 4007 'dynamic_refresh': False,
4008 }, 4008 },
4009 'example_value': ['text/xml', 'application/xml'], 4009 'example_value': ['text/xml', 'application/xml'],
4010 'id': 60, 4010 'id': 60,
4011 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> to handle the listed content types''', 4011 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> to handle the listed content types''',
4012 'tags': [], 4012 'tags': [],
4013 'desc': '''If this policy is set, the specified content types are hand led by <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>. 4013 'desc': '''If this policy is set, the specified content types are hand led by <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>.
4014 4014
4015 If this policy is not set, the default renderer is used for all sites. (The <ph name="CHROMEFRAMERENDERERSETTINGS_POLICY_NAME">ChromeFrameRendererSett ings</ph> policy may be used to configure the default renderer.)''', 4015 If this policy is not set, the default renderer is used for all sites. (The <ph name="CHROME_FRAME_RENDERER_SETTINGS_POLICY_NAME">ChromeFrameRendererS ettings</ph> policy may be used to configure the default renderer.)''',
4016 }, 4016 },
4017 ], 4017 ],
4018 }, 4018 },
4019 { 4019 {
4020 'name': 'ChromeOsLockOnIdleSuspend', 4020 'name': 'ChromeOsLockOnIdleSuspend',
4021 'type': 'main', 4021 'type': 'main',
4022 'schema': { 'type': 'boolean' }, 4022 'schema': { 'type': 'boolean' },
4023 'supported_on': ['chrome_os:9-'], 4023 'supported_on': ['chrome_os:9-'],
4024 'features': { 4024 'features': {
4025 'can_be_recommended': True, 4025 'can_be_recommended': True,
(...skipping 1138 matching lines...) Expand 10 before | Expand all | Expand 10 after
5164 'device_only': True, 5164 'device_only': True,
5165 'features': { 5165 'features': {
5166 'dynamic_refresh': True, 5166 'dynamic_refresh': True,
5167 }, 5167 },
5168 'example_value': [ 'madmax@managedchrome.com' ], 5168 'example_value': [ 'madmax@managedchrome.com' ],
5169 'id': 122, 5169 'id': 122,
5170 'caption': '''Login user white list''', 5170 'caption': '''Login user white list''',
5171 'tags': [], 5171 'tags': [],
5172 'desc': '''Defines the list of users that are allowed to login to the devi ce. Entries are of the form <ph name="USER_WHITELIST_ENTRY_FORMAT">user@domain</ ph>, such as <ph name="USER_WHITELIST_ENTRY_EXAMPLE">madmax@managedchrome.com</p h>. To allow arbitrary users on a domain, use entries of the form <ph name="USER _WHITELIST_ENTRY_WILDCARD">*@domain</ph>. 5172 'desc': '''Defines the list of users that are allowed to login to the devi ce. Entries are of the form <ph name="USER_WHITELIST_ENTRY_FORMAT">user@domain</ ph>, such as <ph name="USER_WHITELIST_ENTRY_EXAMPLE">madmax@managedchrome.com</p h>. To allow arbitrary users on a domain, use entries of the form <ph name="USER _WHITELIST_ENTRY_WILDCARD">*@domain</ph>.
5173 5173
5174 If this policy is not configured, there are no restrictions on which users are allowed to sign in. Note that creating new users still requires the <ph nam e="DEVICEALLOWNEWUSERS_POLICY_NAME">DeviceAllowNewUsers</ph> policy to be config ured appropriately.''', 5174 If this policy is not configured, there are no restrictions on which users are allowed to sign in. Note that creating new users still requires the <ph nam e="DEVICE_ALLOW_NEW_USERS_POLICY_NAME">DeviceAllowNewUsers</ph> policy to be con figured appropriately.''',
5175 'arc_support': 'This policy controls who may start a <ph name="PRODUCT_OS_ NAME">$2<ex>Chromium OS</ex></ph> session. It does not prevent users from signin g in to additional Google accounts within Android. If you want to prevent this, configure the Android-specific <ph name="CLOUDDPC_ACCOUNT_MANAGEMENT_POLICY">acc ountTypesWithManagementDisabled</ph> policy as part of <ph name="ARC_POLICY">Arc Policy</ph>.', 5175 'arc_support': 'This policy controls who may start a <ph name="PRODUCT_OS_ NAME">$2<ex>Chromium OS</ex></ph> session. It does not prevent users from signin g in to additional Google accounts within Android. If you want to prevent this, configure the Android-specific <ph name="ACCOUNT_TYPES_WITH_MANAGEMENT_DISABLED_ CLOUDDPC_POLICY_NAME">accountTypesWithManagementDisabled</ph> policy as part of <ph name="ARC_POLICY_POLICY_NAME">ArcPolicy</ph>.',
5176 }, 5176 },
5177 { 5177 {
5178 'name': 'DeviceAllowNewUsers', 5178 'name': 'DeviceAllowNewUsers',
5179 'type': 'main', 5179 'type': 'main',
5180 'schema': { 'type': 'boolean' }, 5180 'schema': { 'type': 'boolean' },
5181 'supported_on': ['chrome_os:12-'], 5181 'supported_on': ['chrome_os:12-'],
5182 'device_only': True, 5182 'device_only': True,
5183 'features': { 5183 'features': {
5184 'dynamic_refresh': True, 5184 'dynamic_refresh': True,
5185 }, 5185 },
5186 'example_value': True, 5186 'example_value': True,
5187 'id': 123, 5187 'id': 123,
5188 'caption': '''Allow creation of new user accounts''', 5188 'caption': '''Allow creation of new user accounts''',
5189 'tags': [], 5189 'tags': [],
5190 'desc': '''Controls whether <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> allows new user accounts to be created. If this policy is set to f alse, users that do not have an account already will not be able to login. 5190 'desc': '''Controls whether <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> allows new user accounts to be created. If this policy is set to f alse, users that do not have an account already will not be able to login.
5191 5191
5192 If this policy is set to true or not configured, new user accounts will be allowed to be created provided that <ph name="DEVICEUSERWHITELISTPROTO_POLICY_N AME">DeviceUserWhitelist</ph> does not prevent the user from logging in.''', 5192 If this policy is set to true or not configured, new user accounts will be allowed to be created provided that <ph name="DEVICE_USER_WHITELIST_POLICY_NAME ">DeviceUserWhitelist</ph> does not prevent the user from logging in.''',
5193 'arc_support': 'This policy controls whether new users can be added to <ph name="PRODUCT_OS_NAME">$2<ex>Chromium OS</ex></ph>. It does not prevent users f rom signing in to additional Google accounts within Android. If you want to prev ent this, configure the Android-specific <ph name="CLOUDDPC_ACCOUNT_MANAGEMENT_P OLICY">accountTypesWithManagementDisabled</ph> policy as part of <ph name="ARC_P OLICY">ArcPolicy</ph>.', 5193 'arc_support': 'This policy controls whether new users can be added to <ph name="PRODUCT_OS_NAME">$2<ex>Chromium OS</ex></ph>. It does not prevent users f rom signing in to additional Google accounts within Android. If you want to prev ent this, configure the Android-specific <ph name="ACCOUNT_TYPES_WITH_MANAGEMENT _DISABLED_CLOUDDPC_POLICY_NAME">accountTypesWithManagementDisabled</ph> policy a s part of <ph name="ARC_POLICY_POLICY_NAME">ArcPolicy</ph>.',
5194 }, 5194 },
5195 { 5195 {
5196 'name': 'DeviceGuestModeEnabled', 5196 'name': 'DeviceGuestModeEnabled',
5197 'type': 'main', 5197 'type': 'main',
5198 'schema': { 'type': 'boolean' }, 5198 'schema': { 'type': 'boolean' },
5199 'supported_on': ['chrome_os:12-'], 5199 'supported_on': ['chrome_os:12-'],
5200 'device_only': True, 5200 'device_only': True,
5201 'features': { 5201 'features': {
5202 'dynamic_refresh': True, 5202 'dynamic_refresh': True,
5203 }, 5203 },
(...skipping 13 matching lines...) Expand all
5217 'device_only': True, 5217 'device_only': True,
5218 'features': { 5218 'features': {
5219 'dynamic_refresh': True, 5219 'dynamic_refresh': True,
5220 }, 5220 },
5221 'example_value': True, 5221 'example_value': True,
5222 'id': 125, 5222 'id': 125,
5223 'caption': '''Show usernames on login screen''', 5223 'caption': '''Show usernames on login screen''',
5224 'tags': [], 5224 'tags': [],
5225 'desc': '''If this policy is set to true or not configured, <ph name="PROD UCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will show existing users on the lo gin screen and allow to pick one. 5225 'desc': '''If this policy is set to true or not configured, <ph name="PROD UCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will show existing users on the lo gin screen and allow to pick one.
5226 5226
5227 If this policy is set to false, <ph name="PRODUCT_OS_NAME">$2<ex>Google Ch rome OS</ex></ph> will not show existing users on the login screen. The normal s ign-in screen (prompting for the user email and password or phone) or the SAML i nterstital screen (if enabled via the <ph name="LOGINAUTHENTICATIONBEHAVIOR_POLI CY_NAME">LoginAuthenticationBehavior</ph> policy) will be shown, unless a Public Session is configured. When a Public Session is configured, only the Public Ses sion accounts will be shown, allowing to pick one of them. 5227 If this policy is set to false, <ph name="PRODUCT_OS_NAME">$2<ex>Google Ch rome OS</ex></ph> will not show existing users on the login screen. The normal s ign-in screen (prompting for the user email and password or phone) or the SAML i nterstital screen (if enabled via the <ph name="LOGIN_AUTHENTICATION_BEHAVIOR_PO LICY_NAME">LoginAuthenticationBehavior</ph> policy) will be shown, unless a Publ ic Session is configured. When a Public Session is configured, only the Public S ession accounts will be shown, allowing to pick one of them.
5228 5228
5229 Note that this policy does not affect whether the device keeps or discards the local user data.''', 5229 Note that this policy does not affect whether the device keeps or discards the local user data.''',
5230 }, 5230 },
5231 { 5231 {
5232 'name': 'DeviceDataRoamingEnabled', 5232 'name': 'DeviceDataRoamingEnabled',
5233 'type': 'main', 5233 'type': 'main',
5234 'schema': { 'type': 'boolean' }, 5234 'schema': { 'type': 'boolean' },
5235 'supported_on': ['chrome_os:12-'], 5235 'supported_on': ['chrome_os:12-'],
5236 'device_only': True, 5236 'device_only': True,
5237 'features': { 5237 'features': {
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
5665 }, 5665 },
5666 'example_value': True, 5666 'example_value': True,
5667 'id': 266, 5667 'id': 266,
5668 'caption': '''Block developer mode''', 5668 'caption': '''Block developer mode''',
5669 'tags': [], 5669 'tags': [],
5670 'desc': '''Block developer mode. 5670 'desc': '''Block developer mode.
5671 5671
5672 If this policy is set to True, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chr ome OS</ex></ph> will prevent the device from booting into developer mode. The s ystem will refuse to boot and show an error screen when the developer switch is turned on. 5672 If this policy is set to True, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chr ome OS</ex></ph> will prevent the device from booting into developer mode. The s ystem will refuse to boot and show an error screen when the developer switch is turned on.
5673 5673
5674 If this policy is unset or set to False, developer mode will remain availa ble for the device.''', 5674 If this policy is unset or set to False, developer mode will remain availa ble for the device.''',
5675 'arc_support': 'This policy controls <ph name="PRODUCT_OS_NAME">$2<ex>Goog le Chrome OS</ex></ph> developer mode only. If you want to prevent access to And roid Developer Options, you need to set the <ph name="DEVELOPER_TOOLS_POLICY">De veloperToolsDisabled</ph> policy.', 5675 'arc_support': 'This policy controls <ph name="PRODUCT_OS_NAME">$2<ex>Goog le Chrome OS</ex></ph> developer mode only. If you want to prevent access to And roid Developer Options, you need to set the <ph name="DEVELOPER_TOOLS_DISABLED_P OLICY_NAME">DeveloperToolsDisabled</ph> policy.',
5676 }, 5676 },
5677 { 5677 {
5678 'name': 'BackgroundModeEnabled', 5678 'name': 'BackgroundModeEnabled',
5679 'type': 'main', 5679 'type': 'main',
5680 'schema': { 'type': 'boolean' }, 5680 'schema': { 'type': 'boolean' },
5681 'supported_on': ['chrome.win:19-', 'chrome.linux:19-'], 5681 'supported_on': ['chrome.win:19-', 'chrome.linux:19-'],
5682 'features': { 5682 'features': {
5683 'can_be_recommended': True, 5683 'can_be_recommended': True,
5684 'dynamic_refresh': True, 5684 'dynamic_refresh': True,
5685 'per_profile': False, 5685 'per_profile': False,
(...skipping 833 matching lines...) Expand 10 before | Expand all | Expand 10 after
6519 'dynamic_refresh': True, 6519 'dynamic_refresh': True,
6520 'per_profile': False, 6520 'per_profile': False,
6521 }, 6521 },
6522 'deprecated': True, 6522 'deprecated': True,
6523 'example_value': 0, 6523 'example_value': 0,
6524 'id': 180, 6524 'id': 180,
6525 'caption': '''Action to take when the idle delay is reached''', 6525 'caption': '''Action to take when the idle delay is reached''',
6526 'tags': [], 6526 'tags': [],
6527 'desc': '''Note that this policy is deprecated and will be removed in the future. 6527 'desc': '''Note that this policy is deprecated and will be removed in the future.
6528 6528
6529 This policy provides a fallback value for the more-specific <ph name=" IDLEACTIONAC_POLICY_NAME">IdleActionAC</ph> and <ph name="IDLEACTIONBATTERY_POLI CY_NAME">IdleActionBattery</ph> policies. If this policy is set, its value gets used if the respective more-specific policy is not set. 6529 This policy provides a fallback value for the more-specific <ph name=" IDLE_ACTION_AC_POLICY_NAME">IdleActionAC</ph> and <ph name="IDLE_ACTION_BATTERY_ POLICY_NAME">IdleActionBattery</ph> policies. If this policy is set, its value g ets used if the respective more-specific policy is not set.
6530 6530
6531 When this policy is unset, behavior of the more-specific policies rema ins unaffected.''', 6531 When this policy is unset, behavior of the more-specific policies rema ins unaffected.''',
6532 }, 6532 },
6533 { 6533 {
6534 'name': 'IdleActionAC', 6534 'name': 'IdleActionAC',
6535 'type': 'int-enum', 6535 'type': 'int-enum',
6536 'schema': { 6536 'schema': {
6537 'type': 'integer', 6537 'type': 'integer',
6538 'enum': [ 0, 1, 2, 3 ], 6538 'enum': [ 0, 1, 2, 3 ],
6539 }, 6539 },
(...skipping 2582 matching lines...) Expand 10 before | Expand all | Expand 10 after
9122 'tags': [], 9122 'tags': [],
9123 'desc': 9123 'desc':
9124 '''When this policy is set to true, the Android Google Location Service is enabled. This will allow Android apps to use its data to find the device locati on, and also will enable submitting of anonymous location data to Google. 9124 '''When this policy is set to true, the Android Google Location Service is enabled. This will allow Android apps to use its data to find the device locati on, and also will enable submitting of anonymous location data to Google.
9125 9125
9126 When this policy is set to false, Android Google Location Service will be switched off. 9126 When this policy is set to false, Android Google Location Service will be switched off.
9127 9127
9128 If this setting is configured then users are not able change it themselves . 9128 If this setting is configured then users are not able change it themselves .
9129 9129
9130 If this setting is not configured then users are able to turn Google Locat ion Service on and off in the Android Settings app. 9130 If this setting is not configured then users are able to turn Google Locat ion Service on and off in the Android Settings app.
9131 9131
9132 Note that this policy value may be overriden by the <ph name="DEFAULTGEOLO CATIONSETTING_POLICY_NAME">DefaultGeolocationSetting</ph> policy, when the latte r is set to <ph name="BLOCK_GEOLOCATION_SETTING">BlockGeolocation</ph>. 9132 Note that this policy value may be overriden by the <ph name="DEFAULT_GEOL OCATION_SETTING_POLICY_NAME">DefaultGeolocationSetting</ph> policy, when the lat ter is set to <ph name="BLOCK_GEOLOCATION_SETTING">BlockGeolocation</ph>.
9133 9133
9134 This policy is applicable only to the users that are able to run Android a pps.''', 9134 This policy is applicable only to the users that are able to run Android a pps.''',
9135 }, 9135 },
9136 { 9136 {
9137 'name': 'NTPContentSuggestionsEnabled', 9137 'name': 'NTPContentSuggestionsEnabled',
9138 'type': 'main', 9138 'type': 'main',
9139 'schema': { 'type': 'boolean' }, 9139 'schema': { 'type': 'boolean' },
9140 'supported_on': ['android:54-'], 9140 'supported_on': ['android:54-'],
9141 'features': { 9141 'features': {
9142 'dynamic_refresh': True, 9142 'dynamic_refresh': True,
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
9604 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 9604 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
9605 'text': 'Default Settings (users can override)', 9605 'text': 'Default Settings (users can override)',
9606 }, 9606 },
9607 'doc_complex_policies_on_windows': { 9607 'doc_complex_policies_on_windows': {
9608 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 9608 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
9609 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '', 9609 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '',
9610 }, 9610 },
9611 }, 9611 },
9612 'placeholders': [], 9612 'placeholders': [],
9613 } 9613 }
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