Make sure webrtc::VideoSource is released when WebRtcVideoTrackAdapter is destroyed.
[chromium-blink-merge.git] / components / policy / resources / policy_templates.json
blobd2b53921b89e88af7f67ff8961f053e10ee2a2ca
2 # policy_templates.json - Metafile for policy templates
4 # The content of this file is evaluated as a Python expression.
6 # This file is used as input to generate the following policy templates:
7 # ADM, ADMX+ADML, MCX/plist and html documentation.
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
11 # pair where the value has a given type. Chrome looks up the values using the
12 # names of the policies. In the user interface where the values can be set,
13 # related policies might appear together in policy groups. The grouping is not
14 # visible to Chrome.
16 # This file contains a list of policies and groups. Each group contains a list
17 # of policies under the key 'policies'. All the policies and groups must have
18 # unique names. Group names are not exposed to Chrome at all.
20 # Each policy has a type. The currently implemented types:
21 #   'group': - not a real policy, contains a list of policies
22 #     NOTE: Currently nesting groups inside other groups is not supported.
23 #   'string' - a string value
24 #   'int' - an integer value
25 #   'int-enum' - the user can select an integer value from a collection of
26 #     items
27 #   'string-enum' - the user can select a string value from a collection of
28 #     items
29 #   'main' - a boolean value
30 #   'list' - a list of string values
31 #   'dict' - a dictionary value, containing other values indexed by strings
32 #     NOTE: This type is not supported yet. http://crbug.com/108992
33 #   'external' - a policy that references external data.
34 #     NOTE: This type is currently supported on Chrome OS only.
36 # Policy group descriptions, policy captions and similar texts are localized
37 # strings taken from the <message> nodes of the .grd file. Their name
38 # attributes are generated from the JSON keys.
39 # Each item (policy or group) may have the following messages:
40 #   - description:
41 #     Describes the item it applies to.
42 #   - caption
43 #     A short, one-line summary of the item it applies to. This can appear
44 #     both in policy or group listings or on title bars of policy-setting
45 #     windows.
46 #   - label (Optional, defaults to caption if not specified.)
47 #     A short, one-line summary of the item it applies to. The difference
48 #     from caption is that label always appears next to the entry field
49 #     where the value of the policy can be entered. 'main' policies on
50 #     Windows ignore this. Policies on Mac are using this instead of caption.
52 # Generated grd names:
53 #   Each name has two parts: the second part is either CAPTION, DESC or LABEL,
54 #   and the first part identifies the item the text applies to:
55 #   -For policies and groups:
56 #     IDS_POLICY_<NAME OF THE POLICY OR GROUP>
57 #     e.g. the name of the caption of policy HomepageLocation:
58 #       IDS_POLICY_HOMEPAGELOCATION_CAPTION
59 #     or other messages of the policy HomepageLocation:
60 #       IDS_POLICY_HOMEPAGELOCATION_LABEL
61 #       IDS_POLICY_HOMEPAGELOCATION_DESC
62 #   -For enum items:
63 #     IDS_POLICY_ENUM_<NAME OF THE ITEM>
64 #     e.g. the name of the caption of ProxyServerDisabled:
65 #       IDS_POLICY_ENUM_PROXYSERVERDISABLED_CAPTION
67 # Products and versions:
68 #   Each policy has the list of products and version numbers where it is
69 #   supported under the key 'supported_on'. Each item of this list has the
70 #   form of 'product:since_version-until_version', which means that support
71 #   for the policy in 'product' was introduced in 'since_version' and removed
72 #   after 'until_version'. Product names may contain a suffix specifying a
73 #   platform name, e.g.: 'chrome.win' is read as 'Chrome on Windows'. Version
74 #   numbers can be any string that does not contain ':' or '-' characters.
76 #   Currently supported product names:
77 #       'chrome_frame', 'chrome_os', 'android', 'ios',
78 #       'chrome.win', 'chrome.linux', 'chrome.mac', 'chrome.*'
79 #     For example if 'chrome.*:5-10' is specified for a policy, then it should
80 #     be read as:
81 #       'chrome.linux:5-10', 'chrome.mac:5-10', 'chrome.win:5-10'
83 #   The product name also affects in which templates the policy is included:
84 #     chrome.*, chrome.win, chrome_frame -> ADM, ADMX, ADML, doc
85 #     chrome.*, chrome.linux -> JSON, doc
86 #     chrome.*, chrome.mac -> plist, plist_strings, doc
87 #     everything else -> doc
89 #   The default list of policies supported by Chrome is also generated based
90 #   on the product names:
91 #     chrome.* -> Chrome policy definition list
92 #     chrome_os -> Chrome policy definition list, when building OS_CHROMEOS
94 # Annotations:
95 #   Additional information is specified under keys 'features' and
96 #   'example_value'. These are used in the generated documentation and example
97 #   policy configuration files. 'dynamic_refresh' controls if the generated
98 #   documentation should state that the policy supports dynamic refresh or not.
99 #   Supporting dynamic refresh means that Chrome respects the changes to the
100 #   policy immediately, without the need for restart.
101 #   'can_be_recommended' can be set to True to include that policy in the
102 #   recommended policies templates. This only affects the template generation;
103 #   all policies can be at the recommended level. The default is False.
105 #   The 'max_size' key is used to specify the maximal size of the external data
106 #   that a policy can reference, in bytes. This annotation is compulsory for
107 #   policies of type 'external'. It is ignored for all other policy types.
109 #   The 'future' key is used to indicate that a policy isn't yet ready for
110 #   usage. It defaults to False, and currently affects the generated policy
111 #   templates and documentation. The policy definition list that Chrome sees
112 #   will include policies marked with 'future'. If a WIP policy isn't meant to
113 #   be seen by the policy providers either, the 'supported_on' key should be set
114 #   to an empty list.
116 # IDs:
117 #   Since a Protocol Buffer definition is generated from this file, unique and
118 #   persistent IDs for all fields (but not for groups!) are needed. These are
119 #   specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
120 #   because doing so would break the deployed wire format!
121 #   For your editing convenience: highest ID currently used: 266
123 # Placeholders:
124 #   The following placeholder strings are automatically substituted:
125 #     $1 -> Google Chrome / Chromium
126 #     $2 -> Google Chrome OS / Chromium OS
127 #     $3 -> Google Chrome Frame / Chromium Frame
128 #     $6 is reserved for doc_writer
130 # Device Policy:
131 #   An additional flag device_only (optional, defaults to False) indicates
132 #   that this policy is only supported as a device-level Cloud Policy.
133 #   In that case no entry in the UserPolicy Protobuf is generated and
134 #   it is assumed that it will be added to the DevicePolicy Protobuf manually.
136   'policy_definitions': [
137     {
138       'name': 'Homepage',
139       'type': 'group',
140       'caption': '''Home page''',
141       'desc': '''Configure the default home page in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing it.
143       The user's home page settings are only completely locked down, if you either select the home page to be the new tab page, or set it to be a URL and specify a home page URL. If you don't specify the home page URL, then the user is still able to set the home page to the new tab page by specifying 'chrome://newtab'.''',
144       'policies': [
145         {
146           'name': 'HomepageLocation',
147           'type': 'string',
148           'schema': { 'type': 'string' },
149           'supported_on': ['chrome.*:8-', 'chrome_os:11-'],
150           'features': {
151             'can_be_recommended': True,
152             'dynamic_refresh': True,
153             'per_profile': True,
154           },
155           'example_value': 'http://chromium.org',
156           'id': 1,
157           'caption': '''Configure the home page URL''',
158           'desc': '''Configures the default home page URL in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing it.
160           The home page is the page opened by the Home button. The pages that open on startup are controlled by the RestoreOnStartup policies.
162           The home page type can either be set to a URL you specify here or set to the New Tab Page. If you select the New Tab Page, then this policy does not take effect.
164           If you enable this setting, users cannot change their home page URL in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>, but they can still can choose the New Tab Page as their home page.
166           Leaving this policy not set will allow the user to choose his home page on his own if HomepageIsNewTabPage is not set too.''',
167           'label': '''Home page URL''',
168         },
169         {
170           'name': 'HomepageIsNewTabPage',
171           'type': 'main',
172           'schema': { 'type': 'boolean' },
173           'supported_on': ['chrome.*:8-', 'chrome_os:11-'],
174           'features': {
175             'can_be_recommended': True,
176             'dynamic_refresh': True,
177             'per_profile': True,
178           },
179           'example_value': True,
180           'id': 2,
181           'caption': '''Use New Tab Page as homepage''',
182           'desc': '''Configures the type of the default home page in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing home page preferences. The home page can either be set to a URL you specify or set to the New Tab Page.
184           If you enable this setting, the New Tab Page is always used for the home page, and the home page URL location is ignored.
186           If you disable this setting, the user's homepage will never be the New Tab Page, unless its URL is set to 'chrome://newtab'.
188           If you enable or disable this setting, users cannot change their homepage type in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
190           Leaving this policy not set will allow the user to choose whether the new tab page is his home page on his own.''',
191         },
192       ],
193     },
194     {
195       'name': 'DefaultBrowserSettingEnabled',
196       'type': 'main',
197       'schema': { 'type': 'boolean' },
198       'supported_on': ['chrome.*:11-'],
199       'features': {
200         'dynamic_refresh': True,
201         'per_profile': False,
202       },
203       'example_value': True,
204       'id': 3,
205       'caption': '''Set Chrome as Default Browser''',
206       'desc': '''Configures the default browser checks in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing them.
208       If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will always check on startup whether it is the default browser and automatically register itself if possible.
210       If this setting is disabled, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will never check if it is the default browser and will disable user controls for setting this option.
212       If this setting is not set, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will allow the user to control whether it is the default browser and whether user notifications should be shown when it isn't.''',
213       'label': '''Set Chrome as Default Browser''',
214     },
215     {
216       'name': 'ApplicationLocaleValue',
217       'type': 'string',
218       'schema': { 'type': 'string' },
219       'supported_on': ['chrome.win:8-'],
220       'features': {
221         'can_be_recommended': True,
222         'dynamic_refresh': False,
223         'per_profile': False,
224       },
225       'example_value': 'en',
226       'id': 4,
227       'caption': '''Application locale''',
228       'desc': '''Configures the application locale in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing the locale.
230       If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> uses the specified locale. If the configured locale is not supported, 'en-US' is used instead.
232       If this setting is disabled or not set, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> uses either the user-specified preferred locale (if configured), the system locale or the fallback locale 'en-US'.''',
233       'label': '''Application locale''',
234     },
235     {
236       'name': 'AlternateErrorPagesEnabled',
237       'type': 'main',
238       'schema': { 'type': 'boolean' },
239       'supported_on': [
240         'chrome.*:8-',
241         'chrome_os:11-',
242         'android:30-',
243       ],
244       'features': {
245         'can_be_recommended': True,
246         'dynamic_refresh': True,
247         'per_profile': True,
248       },
249       'example_value': True,
250       'id': 5,
251       'caption': '''Enable alternate error pages''',
252       'desc': '''Enables the use of alternate error pages that are built into <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> (such as 'page not found') and prevents users from changing this setting.
254       If you enable this setting, alternate error pages are used.
256       If you disable this setting, alternate error pages are never used.
258       If you enable or disable this setting, users cannot change or override this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
260       If this policy is left not set, this will be enabled but the user will be able to change it.''',
261     },
262     {
263       'name': 'SearchSuggestEnabled',
264       'type': 'main',
265       'schema': { 'type': 'boolean' },
266       'supported_on': [
267         'chrome.*:8-',
268         'chrome_os:11-',
269         'android:30-',
270         'ios:34-',
271       ],
272       'features': {
273         'can_be_recommended': True,
274         'dynamic_refresh': True,
275         'per_profile': True,
276       },
277       'example_value': True,
278       'id': 6,
279       'caption': '''Enable search suggestions''',
280       'desc': '''Enables search suggestions in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s omnibox and prevents users from changing this setting.
282       If you enable this setting, search suggestions are used.
284       If you disable this setting, search suggestions are never used.
286       If you enable or disable this setting, users cannot change or override this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
288       If this policy is left not set, this will be enabled but the user will be able to change it.''',
289     },
290     {
291       'name': 'DnsPrefetchingEnabled',
292       'type': 'main',
293       'schema': { 'type': 'boolean' },
294       'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:30-'],
295       'features': {
296         'can_be_recommended': True,
297         'dynamic_refresh': True,
298         'per_profile': True,
299       },
300       'example_value': True,
301       'id': 7,
302       'caption': '''Enable network prediction''',
303       'desc': '''Enables network prediction in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing this setting.
305       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 historical reasons.
307       If you enable or disable this setting, users cannot change or override this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
309       If this policy is left not set, this will be enabled but the user will be able to change it.''',
310     },
311     {
312       'name': 'WPADQuickCheckEnabled',
313       'type': 'main',
314       'schema': { 'type': 'boolean' },
315       'supported_on': [ 'chrome.*:35-', 'chrome_os:35-' ],
316       'features': {
317         'dynamic_refresh': False,
318         'per_profile': False,
319       },
320       'example_value': True,
321       'id': 261,
322       'caption': '''Enable WPAD optimization''',
323       'desc': '''Enables WPAD optimization in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing this setting.
325       Setting this to enabled causes Chrome to wait for a shorter interval for DNS-based WPAD servers.
327       If this policy is left not set, this will be enabled and the user will not
328       be able to change it.''',
329     },
330     {
331       'name': 'DisableSpdy',
332       'type': 'main',
333       'schema': { 'type': 'boolean' },
334       'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:30-'],
335       'features': {
336         'dynamic_refresh': True,
337         'per_profile': False,
338       },
339       'example_value': True,
340       'id': 8,
341       'caption': '''Disable SPDY protocol''',
342       'desc': '''Disables use of the SPDY protocol in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
344       If this policy is enabled the SPDY protocol will not be available in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
346       Setting this policy to disabled will allow the usage of SPDY.
348       If this policy is left not set, SPDY will be available.''',
349     },
350     {
351       'name': 'DisabledSchemes',
352       'type': 'list',
353       'schema': {
354         'type': 'array',
355         'items': { 'type': 'string' },
356       },
357       'supported_on': ['chrome.*:12-', 'chrome_os:12-'],
358       'features': {
359         'dynamic_refresh': True,
360         'per_profile': False,
361       },
362       'deprecated': True,
363       'example_value': ['file', 'https'],
364       'id': 85,
365       'caption': '''Disable URL protocol schemes''',
366       'desc': '''This policy is deprecated, please use URLBlacklist instead.
368       Disables the listed protocol schemes in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
370       URLs using a scheme from this list will not load and can not be navigated to.
372       If this policy is left not set or the list is empty all schemes will be accessible in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
373       'label': '''List of disabled protocol schemes''',
374     },
375     {
376       'name': 'JavascriptEnabled',
377       'type': 'main',
378       'schema': { 'type': 'boolean' },
379       'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:30-'],
380       'features': {
381         'dynamic_refresh': True,
382         'per_profile': True,
383       },
384       'deprecated': True,
385       'example_value': True,
386       'id': 9,
387       'caption': '''Enable JavaScript''',
388       'desc': '''This policy is deprecated, please use DefaultJavaScriptSetting instead.
390       Can be used to disabled JavaScript in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
392       If this setting is disabled, web pages cannot use JavaScript and the user cannot change that setting.
394       If this setting is enabled or not set, web pages can use JavaScript but the user can change that setting.''',
395     },
396     {
397       'name': 'IncognitoEnabled',
398       'type': 'main',
399       'schema': { 'type': 'boolean' },
400       'supported_on': ['chrome.*:11-', 'chrome_os:11-', 'android:30-'],
401       'features': {
402         'dynamic_refresh': True,
403         'per_profile': True,
404       },
405       'deprecated': True,
406       'example_value': False,
407       'id': 10,
408       'caption': '''Enable Incognito mode''',
409       'desc': '''This policy is deprecated. Please, use IncognitoModeAvailability instead.
410       Enables Incognito mode in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
412       If this setting is enabled or not configured, users can open web pages in incognito mode.
414       If this setting is disabled, users cannot open web pages in incognito mode.
416       If this policy is left not set, this will be enabled and the user will be able to use incognito mode.''',
417     },
418     {
419       'name': 'IncognitoModeAvailability',
420       'type': 'int-enum',
421       'schema': {
422         'type': 'integer',
423         'enum': [ 0, 1, 2 ],
424       },
425       'items': [
426         {
427           'name': 'Enabled',
428           'value': 0,
429           'caption': '''Incognito mode available''',
430         },
431         {
432           'name': 'Disabled',
433           'value': 1,
434           'caption': '''Incognito mode disabled''',
435         },
436         {
437           'name': 'Forced',
438           'value': 2,
439           'caption': '''Incognito mode forced''',
440         },
441       ],
442       'supported_on': [
443         'chrome.*:14-',
444         'chrome_os:14-',
445         'android:30-',
446       ],
447       'features': {
448         'dynamic_refresh': True,
449         'per_profile': True,
450       },
451       'example_value': 1,
452       'id': 93,
453       'caption': '''Incognito mode availability''',
454       'desc': '''Specifies whether the user may open pages in Incognito mode in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
456       If 'Enabled' is selected or the policy is left unset, pages may be opened in Incognito mode.
458       If 'Disabled' is selected, pages may not be opened in Incognito mode.
460       If 'Forced' is selected, pages may be opened ONLY in Incognito mode.''',
461     },
462     {
463       'name': 'SavingBrowserHistoryDisabled',
464       'type': 'main',
465       'schema': { 'type': 'boolean' },
466       'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:30-'],
467       'features': {
468         'dynamic_refresh': True,
469         'per_profile': True,
470       },
471       'example_value': True,
472       'id': 11,
473       'caption': '''Disable saving browser history''',
474       'desc': '''Disables saving browser history in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing this setting.
476       If this setting is enabled, browsing history is not saved.
478       If this setting is disabled or not set, browsing history is saved.''',
479     },
480     {
481       'name': 'AllowDeletingBrowserHistory',
482       'future': True,
483       'type': 'main',
484       'schema': { 'type': 'boolean' },
485       # TODO(pamg): Restore the correct 'supported' line when the UI properly
486       # shows that deleting browser history is disabled. Also fix the 'os' line
487       # in policy_test_cases.json.
488       # 'supported_on': ['chrome.*:27-', 'chrome_os:27-'],
489       'supported_on': [],
490       'features': {
491         'dynamic_refresh': True,
492         'per_profile': True,
493       },
494       'example_value': True,
495       'id': 187,
496       'caption': '''Enable deleting browser and download history''',
497       'desc': '''Enables deleting browser history and download history in <ph name="PRODUCT_NAME">$<ex>Google Chrome</ex></ph> and prevents users from changing this setting.
499       Note that even with this policy disabled, the browsing and download history are not guaranteed to be retained: users may be able to edit or delete the history database files directly, and the browser itself may expire or archive any or all history items at any time.
501       If this setting is enabled or not set, browsing and download history can be deleted.
503       If this setting is disabled, browsing and download history cannot be deleted.''',
504     },
505     {
506       'name': 'RemoteAccess',
507       'type': 'group',
508       'caption': '''Configure remote access options''',
509       'desc': '''Configure remote access options in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
511       These features are ignored unless the Remote Access web application is installed.''',
512       'policies': [
513         {
514           'name': 'RemoteAccessClientFirewallTraversal',
515           'type': 'main',
516           'schema': { 'type': 'boolean' },
517           'supported_on': ['chrome.*:14-', 'chrome_os:14-'],
518           'features': {
519             'dynamic_refresh': True,
520           },
521           # Mark this 'removed' when http://crbug.com/100216 is resolved.
522           'deprecated': True,
523           'example_value': False,
524           'id': 94,
525           'caption': '''Enable firewall traversal from remote access client''',
526           'desc': '''This policy is no longer supported.
527           Enables usage of STUN and relay servers when connecting to a remote client.
529           If this setting is enabled, then this machine can discover and connect to remote host machines even if they are separated by a firewall.
531           If this setting is disabled and outgoing UDP connections are filtered by the firewall, then this machine can only connect to host machines within the local network.''',
532         },
533         {
534           'name': 'RemoteAccessHostFirewallTraversal',
535           'type': 'main',
536           'schema': { 'type': 'boolean' },
537           'supported_on': ['chrome.*:14-'],
538           'features': {
539             'dynamic_refresh': True,
540             'per_profile': False,
541           },
542           'example_value': False,
543           'id': 95,
544           'caption': '''Enable firewall traversal from remote access host''',
545           'desc': '''Enables usage of STUN servers when remote clients are trying to establish a connection to this machine.
547           If this setting is enabled, then remote clients can discover and connect to this machines even if they are separated by a firewall.
549           If this setting is disabled and outgoing UDP connections are filtered by the firewall, then this machine will only allow connections from client machines within the local network.
551           If this policy is left not set the setting will be enabled.''',
552         },
553         {
554           'name': 'RemoteAccessHostDomain',
555           'type': 'string',
556           'schema': { 'type': 'string' },
557           'supported_on': ['chrome.*:22-'],
558           'features': {
559             'dynamic_refresh': True,
560             'per_profile': False,
561           },
562           'example_value': 'my-awesome-domain.com',
563           'id': 154,
564           'caption': '''Configure the required domain name for remote access hosts''',
565           'desc': '''Configures the required host domain name that will be imposed on remote access hosts and prevents users from changing it.
567           If this setting is enabled, then hosts can be shared only using accounts registered on the specified domain name.
569           If this setting is disabled or not set, then hosts can be shared using any account.''',
570         },
571         {
572           'name': 'RemoteAccessHostRequireTwoFactor',
573           'type': 'main',
574           'schema': { 'type': 'boolean' },
575           'supported_on': ['chrome.*:22-'],
576           'features': {
577             'dynamic_refresh': True,
578             'per_profile': False,
579           },
580           'example_value': False,
581           'id': 155,
582           'caption': '''Enable two-factor authentication for remote access hosts''',
583           'desc': '''Enables two-factor authentication for remote access hosts instead of a user-specified PIN.
585           If this setting is enabled, then users must provide a valid two-factor code when accessing a host.
587           If this setting is disabled or not set, then two-factor will not be enabled and the default behavior of having a user-defined PIN will be used.''',
588         },
589         {
590           'name': 'RemoteAccessHostTalkGadgetPrefix',
591           'type': 'string',
592           'schema': { 'type': 'string' },
593           'supported_on': ['chrome.*:22-'],
594           'features': {
595             'dynamic_refresh': True,
596             'per_profile': False,
597           },
598           'example_value': 'chromoting-host',
599           'id': 156,
600           'caption': '''Configure the TalkGadget prefix for remote access hosts''',
601           'desc': '''Configures the TalkGadget prefix that will be used by remote access hosts and prevents users from changing it.
603           If specified, this prefix is prepended to the base TalkGadget name to create a full domain name for the TalkGadget. The base TalkGadget domain name is '.talkgadget.google.com'.
605           If this setting is enabled, then hosts will use the custom domain name when accessing the TalkGadget instead of the default domain name.
607           If this setting is disabled or not set, then the default TalkGadget domain name ('chromoting-host.talkgadget.google.com') will be used for all hosts.
609           Remote access clients are not affected by this policy setting. They will always use 'chromoting-client.talkgadget.google.com' to access the TalkGadget.''',
610         },
611         {
612           'name': 'RemoteAccessHostRequireCurtain',
613           'type': 'main',
614           'schema': { 'type': 'boolean' },
615           'supported_on': ['chrome.*:23-'],
616           'features': {
617             'dynamic_refresh': True,
618             'per_profile': False,
619           },
620           'example_value': False,
621           'id': 157,
622           'caption': '''Enable curtaining of remote access hosts''',
623           'desc': '''Enables curtaining of remote access hosts while a connection is in progress.
625           If this setting is enabled, then hosts' physical input and output devices are disabled while a remote connection is in progress.
627           If this setting is disabled or not set, then both local and remote users can interact with the host when it is being shared.''',
628         },
629         {
630           'name': 'RemoteAccessHostAllowClientPairing',
631           'type': 'main',
632           'schema': { 'type': 'boolean' },
633           'supported_on': ['chrome.*:30-'],
634           'features': {
635             'dynamic_refresh': True,
636             'per_profile': False,
637           },
638           'example_value': False,
639           'id': 234,
640           'caption': '''Enable or disable PIN-less authentication''',
641           'desc': '''If this setting is enabled or not configured, then users can opt to pair clients and hosts at connection time, eliminating the need to enter a PIN every time.
643           If this setting is disabled, then this feature will not be available.''',
644         },
645         {
646           'name': 'RemoteAccessHostAllowGnubbyAuth',
647           'type': 'main',
648           'schema': { 'type': 'boolean' },
649           'supported_on': ['chrome.*:35-'],
650           'features': {
651             'dynamic_refresh': True,
652             'per_profile': False,
653           },
654           'example_value': True,
655           'id': 257,
656           'caption': '''Allow gnubby authentication''',
657           'desc': '''If this setting is enabled, then gnubby authentication requests will be proxied across a remote host connection.
659           If this setting is disabled or not configured, gnubby authentication requests will not be proxied.''',
660         },
661         {
662           'name': 'RemoteAccessHostAllowRelayedConnection',
663           'type': 'main',
664           'schema': { 'type': 'boolean' },
665           'supported_on': ['chrome.*:36-'],
666           'features': {
667             'dynamic_refresh': True,
668             'per_profile': False,
669           },
670           'example_value': False,
671           'id': 263,
672           'caption': '''Enable the use of relay servers by the remote access host''',
673           'desc': '''Enables usage of relay servers when remote clients are trying to establish a connection to this machine.
675           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 to firewall restrictions).
677           Note that if the policy <ph name="REMOTEACCESSHOSTFIREWALLTRAVERSAL_POLICY_NAME">RemoteAccessHostFirewallTraversal</ph> is disabled, this policy will be ignored.
679           If this policy is left not set the setting will be enabled.''',
680         },
681         {
682           'name': 'RemoteAccessHostUdpPortRange',
683           'type': 'string',
684           'schema': { 'type': 'string' },
685           'supported_on': ['chrome.*:36-'],
686           'features': {
687             'dynamic_refresh': True,
688             'per_profile': False,
689           },
690           'example_value': '12400-12409',
691           'id': 264,
692           'caption': '''Restrict the UDP port range used by the remote access host''',
693           'desc': '''Restricts the UDP port range used by the remote access host in this machine.
695           If this policy is left not set, or if it is set to an empty string, the remote access host will be allowed to use any available port, unless the policy <ph name="REMOTEACCESSHOSTFIREWALLTRAVERSAL_POLICY_NAME">RemoteAccessHostFirewallTraversal</ph> is disabled, in which case the remote access host will use UDP ports in the 12400-12409 range.''',
696         },
697       ],
698     },
699     {
700       'name': 'PrintingEnabled',
701       'type': 'main',
702       'schema': { 'type': 'boolean' },
703       'supported_on': ['chrome.*:8-', 'chrome_os:11-'],
704       'features': {
705         'dynamic_refresh': True,
706         'per_profile': True,
707       },
708       'example_value': True,
709       'id': 12,
710       'caption': '''Enable printing''',
711       'desc': '''Enables printing in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing this setting.
713       If this setting is enabled or not configured, users can print.
715       If this setting is disabled, users cannot print from <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. Printing is disabled in the wrench menu, extensions, JavaScript applications, etc. It is still possible to print from plugins that bypass <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> while printing. For example, certain Flash applications have the print option in their context menu, which is not covered by this policy.''',
716     },
717     {
718       'name': 'CloudPrintProxyEnabled',
719       'type': 'main',
720       'schema': { 'type': 'boolean' },
721       'supported_on': ['chrome.*:17-'],
722       'features': {
723         'dynamic_refresh': True,
724         'per_profile': True,
725       },
726       'example_value': True,
727       'id': 13,
728       'caption': '''Enable <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> proxy''',
729       'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to act as a proxy between <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> and legacy printers connected to the machine.
731       If this setting is enabled or not configured, users can enable the cloud print proxy by authentication with their Google account.
733       If this setting is disabled, users cannot enable the proxy, and the machine will not be allowed to share it's printers with <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph>.''',
734     },
735     {
736       'name': 'ForceSafeSearch',
737       'type': 'main',
738       'schema': { 'type': 'boolean' },
739       'supported_on': ['chrome.*:25-', 'chrome_os:25-', 'android:30-'],
740       'features': {
741         'can_be_recommended': False,
742         'dynamic_refresh': True,
743         'per_profile': True,
744       },
745       'example_value': False,
746       'id': 162,
747       'caption': '''Force SafeSearch''',
748       'desc': '''Forces queries in Google Web Search to be done with SafeSearch set to active and prevents users from changing this setting.
750       If you enable this setting, SafeSearch in Google Search is always active.
752       If you disable this setting or do not set a value, SafeSearch in Google Search is not enforced.''',
753     },
754     {
755       'name': 'SafeBrowsingEnabled',
756       'type': 'main',
757       'schema': { 'type': 'boolean' },
758       'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:30-'],
759       'features': {
760         'can_be_recommended': True,
761         'dynamic_refresh': True,
762         'per_profile': True,
763       },
764       'example_value': True,
765       'id': 14,
766       'caption': '''Enable Safe Browsing''',
767       'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s Safe Browsing feature and prevents users from changing this setting.
769       If you enable this setting, Safe Browsing is always active.
771       If you disable this setting, Safe Browsing is never active.
773       If you enable or disable this setting, users cannot change or override the "Enable phishing and malware protection" setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
775       If this policy is left not set, this will be enabled but the user will be able to change it.''',
776     },
777     {
778       'name': 'MetricsReportingEnabled',
779       'type': 'main',
780       'schema': { 'type': 'boolean' },
781       'supported_on': ['chrome.*:8-'],
782       'features': {
783         'can_be_recommended': True,
784         'dynamic_refresh': False,
785         'per_profile': False,
786       },
787       'example_value': True,
788       'id': 15,
789       'caption': '''Enable reporting of usage and crash-related data''',
790       'desc': '''Enables anonymous reporting of usage and crash-related data about <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to Google and prevents users from changing this setting.
792       If you enable this setting, anonymous reporting of usage and crash-related data is sent to Google.
794       If you disable this setting, anonymous reporting of usage and crash-related data is never sent to Google.
796       If you enable or disable this setting, users cannot change or override this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
798       If this policy is left not set the setting will be what the user chose upon installation / first run.''',
799     },
800     {
801       'name': 'PasswordManager',
802       'type': 'group',
803       'caption': '''Password manager''',
804       'desc': '''Configures the password manager. If the password manager is enabled, then you can choose to enable or disable whether the user may show stored passwords in clear text.''',
805       'policies': [
806         {
807           'name': 'PasswordManagerEnabled',
808           'type': 'main',
809           'schema': { 'type': 'boolean' },
810           'supported_on': [
811             'chrome.*:8-',
812             'chrome_os:11-',
813             'android:30-',
814             'ios:34-',
815           ],
816           'features': {
817             'can_be_recommended': True,
818             'dynamic_refresh': True,
819             'per_profile': True,
820           },
821           'example_value': True,
822           'id': 16,
823           'caption': '''Enable the password manager''',
824           'desc': '''Enables saving passwords and using saved passwords in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
826           If you enable this setting, users can have <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> memorize passwords and provide them automatically the next time they log in to a site.
828           If you disable this setting, users are not able to save passwords or use already saved passwords.
830           If you enable or disable this setting, users cannot change or override this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
832           If this policy is left not set, this will be enabled but the user will be able to change it.''',
833         },
834         {
835           'name': 'PasswordManagerAllowShowPasswords',
836           'type': 'main',
837           'schema': { 'type': 'boolean' },
838           'supported_on': ['chrome.*:8-', 'chrome_os:11-'],
839           'features': {
840             'dynamic_refresh': True,
841             'per_profile': True,
842           },
843           'example_value': False,
844           'id': 17,
845           'caption': '''Allow users to show passwords in Password Manager''',
846           'desc': '''Controls whether the user may show passwords in clear text in the password manager.
848           If you disable this setting, the password manager does not allow showing stored passwords in clear text in the password manager window.
850           If you enable or do not set this policy, users can view their passwords in clear text in the password manager.''',
851         },
852       ],
853     },
854     {
855       'name': 'AutoFillEnabled',
856       'type': 'main',
857       'schema': { 'type': 'boolean' },
858       'supported_on': [
859         'chrome.*:8-',
860         'chrome_os:11-',
861         'android:30-',
862         'ios:34-',
863       ],
864       'features': {
865         'can_be_recommended': True,
866         'dynamic_refresh': True,
867         'per_profile': True,
868       },
869       'example_value': False,
870       'id': 18,
871       'caption': '''Enable AutoFill''',
872       'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s AutoFill feature and allows users to auto complete web forms using previously stored information such as address or credit card information.
874       If you disable this setting, AutoFill will be inaccessible to users.
876       If you enable this setting or do not set a value, AutoFill will remain under the control of the user. This will allow them to configure AutoFill profiles and to switch AutoFill on or off at their own discretion.''',
877     },
878     {
879       'name': 'DisabledPlugins',
880       'type': 'list',
881       'schema': {
882         'type': 'array',
883         'items': { 'type': 'string' },
884       },
885       'supported_on': ['chrome.*:8-', 'chrome_os:11-'],
886       'features': {
887         'dynamic_refresh': True,
888         'per_profile': True,
889       },
890       'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'],
891       'id': 19,
892       'caption': '''Specify a list of disabled plugins''',
893       'desc': '''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.
895       The wildcard characters '*' and '?' can be used to match sequences of arbitrary characters. '*' matches an arbitrary number of characters while '?' specifies an optional single character, i.e. matches zero or one characters. The escape character is '\\', so to match actual '*', '?', or '\\' characters, you can put a '\\' in front of them.
897       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 as disabled in 'about:plugins' and users cannot enable them.
899       Note that this policy can be overridden by EnabledPlugins and DisabledPluginsExceptions.
901       If this policy is left not set the user can use any plugin installed on the system except for hard-coded incompatible, outdated or dangerous plugins.''',
902       'label': '''List of disabled plugins''',
903     },
904     {
905       'name': 'EnabledPlugins',
906       'type': 'list',
907       'schema': {
908         'type': 'array',
909         'items': { 'type': 'string' },
910       },
911       'supported_on': ['chrome.*:11-', 'chrome_os:11-'],
912       'features': {
913         'dynamic_refresh': True,
914         'per_profile': True,
915       },
916       'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'],
917       'id': 78,
918       'caption': '''Specify a list of enabled plugins''',
919       'desc': '''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.
921       The wildcard characters '*' and '?' can be used to match sequences of arbitrary characters. '*' matches an arbitrary number of characters while '?' specifies an optional single character, i.e. matches zero or one characters. The escape character is '\\', so to match actual '*', '?', or '\\' characters, you can put a '\\' in front of them.
923       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 enabled in 'about:plugins' and users cannot disable them.
925       Note that this policy overrides both DisabledPlugins and DisabledPluginsExceptions.
927       If this policy is left not set the user can disable any plugin installed on the system.''',
928       'label': '''List of enabled plugins''',
929     },
930     {
931       'name': 'DisabledPluginsExceptions',
932       'type': 'list',
933       'schema': {
934         'type': 'array',
935         'items': { 'type': 'string' },
936       },
937       'supported_on': ['chrome.*:11-', 'chrome_os:11-'],
938       'features': {
939         'dynamic_refresh': True,
940         'per_profile': True,
941       },
942       'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'],
943       'id': 79,
944       'caption': '''Specify a list of plugins that the user can enable or disable''',
945       'desc': '''Specifies a list of plugins that user can enable or disable in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
947       The wildcard characters '*' and '?' can be used to match sequences of arbitrary characters. '*' matches an arbitrary number of characters while '?' specifies an optional single character, i.e. matches zero or one characters. The escape character is '\\', so to match actual '*', '?', or '\\' characters, you can put a '\\' in front of them.
949       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 disable them in 'about:plugins', even if the plugin also matches a pattern in DisabledPlugins. Users can also enable and disable plugins that don't match any patterns in DisabledPlugins, DisabledPluginsExceptions and EnabledPlugins.
951       This policy is meant to allow for strict plugin blacklisting where the 'DisabledPlugins' list contains wildcarded entries like disable all plugins '*' or disable all Java plugins '*Java*' but the administrator wishes to enable some particular version like 'IcedTea Java 2.3'. This particular versions can be specified in this policy.
953       Note that both the plugin name and the plugin's group name have to be exempted. Each plugin group is shown in a separate section in about:plugins; each section may have one or more plugins. For example, the "Shockwave Flash" plugin belongs 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.
955       If this policy is left not set any plugin that matches the patterns in the 'DisabledPlugins' will be locked disabled and the user won't be able to enable them.''',
956       'label': '''List of exceptions to the list of disabled plugins''',
957     },
958     {
959       'name': 'DisablePluginFinder',
960       'type': 'main',
961       'schema': { 'type': 'boolean' },
962       'supported_on': ['chrome.*:11-', 'chrome_os:11-'],
963       'features': {
964         'dynamic_refresh': True,
965         'per_profile': False,
966       },
967       'example_value': True,
968       'id': 66,
969       'caption': '''Specify whether the plugin finder should be disabled''',
970       'desc': '''If you set this setting to enabled the automatic search and installation of missing plugins will be disabled in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
972       Setting this option to disabled or leave it not set the plugin finder will be active.''',
973       'label': '''Disable plugin finder''',
974     },
975     {
976       'name': 'SyncDisabled',
977       'type': 'main',
978       'schema': { 'type': 'boolean' },
979       'supported_on': ['chrome.*:8-', 'chrome_os:11-'],
980       'features': {
981         'dynamic_refresh': True,
982         'per_profile': True,
983       },
984       'example_value': True,
985       'id': 20,
986       'caption': '''Disable synchronization of data with Google''',
987       'desc': '''Disables data synchronization in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> using Google-hosted synchronization services and prevents users from changing this setting.
989       If you enable this setting, users cannot change or override this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
991       If this policy is left not set Google Sync will be available for the user to choose whether to use it or not.''',
992     },
993     {
994       'name': 'SigninAllowed',
995       'type': 'main',
996       'schema': { 'type': 'boolean' },
997       'supported_on': ['chrome.*:27-'],
998       'features': {
999         'dynamic_refresh': True,
1000         'per_profile': True,
1001       },
1002       'example_value': True,
1003       'id': 190,
1004       'caption': '''Allows sign in to Chrome''',
1005       'desc': '''Allows the user to sign in to <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing this setting.
1007       If you set this policy, you can configure if a user is allowed to sign in to <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> or not.''',
1008     },
1009     {
1010       'name': 'EnableWebBasedSignin',
1011       'type': 'main',
1012       'schema': { 'type': 'boolean' },
1013       'supported_on': ['chrome.*:35-'],
1014       'features': {
1015         'dynamic_refresh': False,
1016         'per_profile': False,
1017       },
1018       'future': True,
1019       'example_value': False,
1020       'id': 265,
1021       'caption': '''Enables the old web-based signin''',
1022       'desc': '''Enables the old web-based signin flow.
1024       This setting is useful for enterprise customers who are using SSO solutions that are not compatible with the new inline signin flow yet.
1025       If you enable this setting, the old web-based signin flow would be used.
1026       If you disable this setting or leave it not set, the new inline signin flow would be used by default. Users may still enable the old web-based signin flow through the command line flag --enable-web-based-signin.
1028       The experimental setting will be removed in the future when the inline signin fully supports all SSO signin flows.''',
1029     },
1030     {
1031       'name': 'UserDataDir',
1032       'type': 'string',
1033       'schema': { 'type': 'string' },
1034       'supported_on': ['chrome.win:11-', 'chrome.mac:11-'],
1035       'features': {
1036         'dynamic_refresh': False,
1037         'per_profile': False,
1038       },
1039       'example_value': '${users}/${user_name}/Chrome',
1040       'id': 63,
1041       'caption': '''Set user data directory''',
1042       'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will use for storing user data.
1044       If you set this policy, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will use the provided directory regardless whether the user has specified the '--user-data-dir' flag or not.
1046       See http://www.chromium.org/administrators/policy-list-3/user-data-directory-variables for a list of variables that can be used.
1048       If this policy is left not set the default profile path will be used and the user will be able to override it with the '--user-data-dir' command line flag.''',
1049       'label': '''Set user data directory''',
1050     },
1051     {
1052       'name': 'DiskCacheDir',
1053       'type': 'string',
1054       'schema': { 'type': 'string' },
1055       'supported_on': ['chrome.*:13-'],
1056       'features': {
1057         'dynamic_refresh': False,
1058         'per_profile': False,
1059       },
1060       'example_value': '${user_home}/Chrome_cache',
1061       'id': 88,
1062       'caption': '''Set disk cache directory''',
1063       'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will use for storing cached files on the disk.
1065       If you set this policy, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will use the provided directory regardless whether the user has specified the '--disk-cache-dir' flag or not.
1067       See http://www.chromium.org/administrators/policy-list-3/user-data-directory-variables for a list of variables that can be used.
1069       If this policy is left not set the default cache directory will be used and the user will be able to override it with the '--disk-cache-dir' command line flag.''',
1070       'label': '''Set disk cache directory''',
1071     },
1072     {
1073       'name': 'DiskCacheSize',
1074       'type': 'int',
1075       'schema': { 'type': 'integer' },
1076       'supported_on': ['chrome.*:17-'],
1077       'features': {
1078         'dynamic_refresh': False,
1079         'per_profile': False,
1080       },
1081       'example_value': 104857600,
1082       'id': 110,
1083       'caption': '''Set disk cache size in bytes''',
1084       'desc': '''Configures the cache size that <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will use for storing cached files on the disk.
1086       If you set this policy, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will use the provided cache size regardless whether the user has specified the '--disk-cache-size' flag or not. The value specified in this policy is not a hard boundary but rather a suggestion to the caching system, any value below a few megabytes is too small and will be rounded up to a sane minimum.
1088       If the value of this policy is 0, the default cache size will be used but the user will not be able to change it.
1090       If this policy is not set the default size will be used and the user will be able to override it with the --disk-cache-size flag.''',
1091       'label': '''Set disk cache size''',
1092     },
1093     {
1094       'name': 'MediaCacheSize',
1095       'type': 'int',
1096       'schema': { 'type': 'integer' },
1097       'supported_on': ['chrome.*:17-'],
1098       'features': {
1099         'dynamic_refresh': False,
1100         'per_profile': False,
1101       },
1102       'example_value': 104857600,
1103       'id': 111,
1104       'caption': '''Set media disk cache size in bytes''',
1105       'desc': '''Configures the cache size that <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will use for storing cached media files on the disk.
1107       If you set this policy, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will use the provided cache size regardless whether the user has specified the '--media-cache-size' flag or not. The value specified in this policy is not a hard boundary but rather a suggestion to the caching system, any value below a few megabytes is too small and will be rounded up to a sane minimum.
1109       If the value of this policy is 0, the default cache size will be used but the user will not be able to change it.
1111       If this policy is not set the default size will be used and the user will be able to override it with the --media-cache-size flag.''',
1112       'label': '''Set media disk cache size''',
1113     },
1114     {
1115       'name': 'DownloadDirectory',
1116       'type': 'string',
1117       'schema': { 'type': 'string' },
1118       'supported_on': ['chrome.*:11-', 'chrome_os:35-'],
1119       'features': {
1120         'can_be_recommended': True,
1121         'dynamic_refresh': True,
1122         'per_profile': True,
1123       },
1124       'example_value': '/home/${user_name}/Downloads',
1125       'id': 64,
1126       'caption': '''Set download directory''',
1127       'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will use for downloading files.
1129       If you set this policy, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will use the provided directory regardless whether the user has specified one or enabled the flag to be prompted for download location every time.
1131       See http://www.chromium.org/administrators/policy-list-3/user-data-directory-variables for a list of variables that can be used.
1133       If this policy is left not set the default download directory will be used and the user will be able to change it.''',
1134       'label': '''Set download directory''',
1135     },
1136     {
1137       'name': 'ClearSiteDataOnExit',
1138       'type': 'main',
1139       'schema': { 'type': 'boolean' },
1140       'supported_on': ['chrome.*:11-28', 'chrome_os:11-28'],
1141       'features': {
1142         'can_be_recommended': True,
1143         'dynamic_refresh': True,
1144         'per_profile': True,
1145       },
1146       'deprecated': True,
1147       'example_value': True,
1148       'id': 65,
1149       'caption': '''Clear site data on browser shutdown (deprecated)''',
1150       'desc': '''This policy has been retired as of <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> version 29.''',
1151       'label': '''Clear site data on browser shutdown (deprecated)''',
1152     },
1153     {
1154       'name': 'Proxy',
1155       'type': 'group',
1156       'caption': '''Proxy server''',
1157       'desc': '''Allows you to specify the proxy server used by <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing proxy settings.
1159       If you choose to never use a proxy server and always connect directly, all other options are ignored.
1161       If you choose to auto detect the proxy server, all other options are ignored.
1163       For detailed examples, visit:
1164       <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>
1166       If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> ignores all proxy-related options specified from the command line.
1168       Leaving these policies not set will allow the users to choose the proxy settings on their own.''',
1169       'policies': [
1170         {
1171           'name': 'ProxyMode',
1172           'type': 'string-enum',
1173           'schema': {
1174             'type': 'string',
1175             'enum': [
1176               'direct',
1177               'auto_detect',
1178               'pac_script',
1179               'fixed_servers',
1180               'system'
1181             ],
1182           },
1183           'items': [
1184             {
1185               'name': 'ProxyDisabled',
1186               'value': 'direct',
1187               'caption': '''Never use a proxy''',
1188             },
1189             {
1190               'name': 'ProxyAutoDetect',
1191               'value': 'auto_detect',
1192               'caption': '''Auto detect proxy settings''',
1193             },
1194             {
1195               'name': 'ProxyPacScript',
1196               'value': 'pac_script',
1197               'caption': '''Use a .pac proxy script''',
1198             },
1199             {
1200               'name': 'ProxyFixedServers',
1201               'value': 'fixed_servers',
1202               'caption': '''Use fixed proxy servers''',
1203             },
1204             {
1205               'name': 'ProxyUseSystem',
1206               'value': 'system',
1207               'caption': '''Use system proxy settings''',
1208             },
1209           ],
1210           'supported_on': [
1211             'chrome.*:10-',
1212             'chrome_os:11-',
1213             'android:30-',
1214             'ios:34-',
1215           ],
1216           'features': {
1217             'dynamic_refresh': True,
1218             'per_profile': True,
1219           },
1220           'example_value': 'direct',
1221           'id': 21,
1222           'caption': '''Choose how to specify proxy server settings''',
1223           'desc': '''Allows you to specify the proxy server used by <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing proxy settings.
1225           If you choose to never use a proxy server and always connect directly, all other options are ignored.
1227           If you choose to use system proxy settings or auto detect the proxy server, all other options are ignored.
1229           If you choose fixed server proxy mode, you can specify further options in 'Address or URL of proxy server' and 'Comma-separated list of proxy bypass rules'.
1231           If you choose to use a .pac proxy script, you must specify the URL to the script in 'URL to a proxy .pac file'.
1233           For detailed examples, visit:
1234           <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>
1236           If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> ignores all proxy-related options specified from the command line.
1238           Leaving this policy not set will allow the users to choose the proxy settings on their own.''',
1239         },
1240         {
1241           'name': 'ProxyServerMode',
1242           'type': 'int-enum',
1243           'schema': {
1244             'type': 'integer',
1245             'enum': [ 0, 1, 2, 3 ],
1246           },
1247           'items': [
1248             {
1249               'name': 'ProxyServerDisabled',
1250               'value': 0,
1251               'caption': '''Never use a proxy''',
1252             },
1253             {
1254               'name': 'ProxyServerAutoDetect',
1255               'value': 1,
1256               'caption': '''Auto detect proxy settings''',
1257             },
1258             {
1259               'name': 'ProxyServerManual',
1260               'value': 2,
1261               'caption': '''Manually specify proxy settings''',
1262             },
1263             {
1264               'name': 'ProxyServerUseSystem',
1265               'value': 3,
1266               'caption': '''Use system proxy settings''',
1267             },
1268           ],
1269           'supported_on': [
1270             'chrome.*:8-',
1271             'chrome_os:11-',
1272             'android:30-',
1273             'ios:34-',
1274           ],
1275           'features': {
1276             'dynamic_refresh': True,
1277             'per_profile': True,
1278           },
1279           'deprecated': True,
1280           'example_value': 2,
1281           'id': 22,
1282           'caption': '''Choose how to specify proxy server settings''',
1283           'desc': '''This policy is deprecated, use ProxyMode instead.
1285           Allows you to specify the proxy server used by <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing proxy settings.
1287           If you choose to never use a proxy server and always connect directly, all other options are ignored.
1289           If you choose to use system proxy settings or auto detect the proxy server, all other options are ignored.
1291           If you choose manual proxy settings, you can specify further options in 'Address or URL of proxy server', 'URL to a proxy .pac file' and 'Comma-separated list of proxy bypass rules'.
1293           For detailed examples, visit:
1294           <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>
1296           If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> ignores all proxy-related options specified from the command line.
1298           Leaving this policy not set will allow the users to choose the proxy settings on their own.''',
1299         },
1300         {
1301           'name': 'ProxyServer',
1302           'type': 'string',
1303           'schema': { 'type': 'string' },
1304           'supported_on': [
1305             'chrome.*:8-',
1306             'chrome_os:11-',
1307             'android:30-',
1308             'ios:34-',
1309           ],
1310           'features': {
1311             'dynamic_refresh': True,
1312             'per_profile': True,
1313           },
1314           'example_value': '123.123.123.123:8080',
1315           'id': 23,
1316           'caption': '''Address or URL of proxy server''',
1317           'desc': '''You can specify the URL of the proxy server here.
1319           This policy only takes effect if you have selected manual proxy settings at 'Choose how to specify proxy server settings'.
1321           You should leave this policy not set if you have selected any other mode for setting proxy policies.
1323           For more options and detailed examples, visit:
1324           <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>''',
1325         },
1326         {
1327           'name': 'ProxyPacUrl',
1328           'type': 'string',
1329           'schema': { 'type': 'string' },
1330           'supported_on': [
1331             'chrome.*:8-',
1332             'chrome_os:11-',
1333             'android:30-',
1334             'ios:34-',
1335           ],
1336           'features': {
1337             'dynamic_refresh': True,
1338             'per_profile': True,
1339           },
1340           'example_value': 'http://internal.site/example.pac',
1341           'id': 24,
1342           'caption': '''URL to a proxy .pac file''',
1343           'desc': '''You can specify a URL to a proxy .pac file here.
1345           This policy only takes effect if you have selected manual proxy settings at 'Choose how to specify proxy server settings'.
1347           You should leave this policy not set if you have selected any other mode for setting proxy policies.
1349           For detailed examples, visit:
1350           <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>''',
1351         },
1352         {
1353           'name': 'ProxyBypassList',
1354           'type': 'string',
1355           'schema': { 'type': 'string' },
1356           'supported_on': [
1357             'chrome.*:8-',
1358             'chrome_os:11-',
1359             'android:30-',
1360             'ios:34-',
1361           ],
1362           'features': {
1363             'dynamic_refresh': True,
1364             'per_profile': True,
1365           },
1366           'example_value': 'http://www.example1.com,http://www.example2.com,http://internalsite/',
1367           'id': 25,
1368           'caption': '''Proxy bypass rules''',
1369           'desc': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will bypass any proxy for the list of hosts given here.
1371           This policy only takes effect if you have selected manual proxy settings at 'Choose how to specify proxy server settings'.
1373           You should leave this policy not set if you have selected any other mode for setting proxy policies.
1375           For more detailed examples, visit:
1376           <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>''',
1377           'label': '''Comma-separated list of proxy bypass rules''',
1378         },
1379       ],
1380     },
1381     {
1382       # TODO(joaodasilva): Make this the default and deprecate the other proxy
1383       # policies once all providers are ready to load 'dict' policies.
1384       # This is currently an internal policy.
1385       # http://crbug.com/108992, http://crbug.com/108996
1386       'name': 'ProxySettings',
1387       'type': 'dict',
1388       'schema': {
1389         'type': 'object',
1390         'properties': {
1391           'ProxyMode': { 'type': 'string' },
1392           'ProxyPacUrl': { 'type': 'string' },
1393           'ProxyServer': { 'type': 'string' },
1394           'ProxyBypassList': { 'type': 'string' },
1395           'ProxyServerMode': { 'type': 'string' },
1396         },
1397       },
1398       'supported_on': [
1399         'chrome.*:18-',
1400         'chrome_os:18-',
1401         'android:30-',
1402         'ios:34-',
1403       ],
1404       'future': True,
1405       'features': {
1406         'dynamic_refresh': True,
1407         'per_profile': True,
1408       },
1409       'example_value': { "ProxyMode": "direct" },
1410       'id': 116,
1411       'caption': '''Proxy settings''',
1412       'desc': '''Configures the proxy settings for <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
1414       This policy isn't ready for usage yet, please don't use it.''',
1415     },
1416     {
1417       'name': 'HTTPAuthentication',
1418       'type': 'group',
1419       'caption': '''Policies for HTTP Authentication''',
1420       'desc': '''Policies related to integrated HTTP authentication.''',
1421       'policies': [
1422         {
1423           'name': 'AuthSchemes',
1424           'type': 'string',
1425           'schema': { 'type': 'string' },
1426           'supported_on': ['chrome.*:9-'],
1427           'features': {
1428             'dynamic_refresh': False,
1429             'per_profile': False,
1430           },
1431           'example_value': 'basic,digest,ntlm,negotiate',
1432           'id': 26,
1433           'caption': '''Supported authentication schemes''',
1434           'desc': '''Specifies which HTTP Authentication schemes are supported by <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
1436           Possible values are 'basic', 'digest', 'ntlm' and 'negotiate'. Separate multiple values with commas.
1438           If this policy is left not set, all four schemes will be used.''',
1439         },
1440         {
1441           'name': 'DisableAuthNegotiateCnameLookup',
1442           'type': 'main',
1443           'schema': { 'type': 'boolean' },
1444           'supported_on': ['chrome.*:9-'],
1445           'features': {
1446             'dynamic_refresh': False,
1447             'per_profile': False,
1448           },
1449           'example_value': False,
1450           'id': 27,
1451           'caption': '''Disable CNAME lookup when negotiating Kerberos authentication''',
1452           'desc': '''Specifies whether the generated Kerberos SPN is based on the canonical DNS name or the original name entered.
1454           If you enable this setting, CNAME lookup will be skipped and the server name will be used as entered.
1456           If you disable this setting or leave it not set, the canonical name of the server will be determined via CNAME lookup.''',
1457         },
1458         {
1459           'name': 'EnableAuthNegotiatePort',
1460           'type': 'main',
1461           'schema': { 'type': 'boolean' },
1462           'supported_on': ['chrome.*:9-'],
1463           'features': {
1464             'dynamic_refresh': False,
1465             'per_profile': False,
1466           },
1467           'example_value': False,
1468           'id': 28,
1469           'caption': '''Include non-standard port in Kerberos SPN''',
1470           'desc': '''Specifies whether the generated Kerberos SPN should include a non-standard port.
1472           If you enable this setting, and a non-standard port (i.e., a port other than 80 or 443) is entered, it will be included in the generated Kerberos SPN.
1474           If you disable this setting or leave it not set, the generated Kerberos SPN will not include a port in any case.''',
1475         },
1476         {
1477           'name': 'AuthServerWhitelist',
1478           'type': 'string',
1479           'schema': { 'type': 'string' },
1480           'supported_on': ['chrome.*:9-'],
1481           'features': {
1482             'dynamic_refresh': False,
1483             'per_profile': False,
1484           },
1485           'example_value': '*example.com,foobar.com,*baz',
1486           'id': 29,
1487           'caption': '''Authentication server whitelist''',
1488           'desc': '''Specifies which servers should be whitelisted for integrated authentication. Integrated authentication is only enabled when <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> receives an authentication challenge from a proxy or from a server which is in this permitted list.
1490           Separate multiple server names with commas. Wildcards (*) are allowed.
1492           If you leave this policy not set Chrome will try to detect if a server is on the Intranet and only then will it respond to IWA requests.  If a server is detected as Internet then IWA requests from it will be ignored by Chrome.''',
1493         },
1494         {
1495           'name': 'AuthNegotiateDelegateWhitelist',
1496           'type': 'string',
1497           'schema': { 'type': 'string' },
1498           'supported_on': ['chrome.*:9-'],
1499           'features': {
1500             'dynamic_refresh': False,
1501             'per_profile': False,
1502           },
1503           'example_value': 'foobar.example.com',
1504           'id': 30,
1505           'caption': '''Kerberos delegation server whitelist''',
1506           'desc': '''Servers that <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> may delegate to.
1508           Separate multiple server names with commas. Wildcards (*) are allowed.
1510           If you leave this policy not set Chrome will not delegate user credentials even if a server is detected as Intranet.''',
1511         },
1512         {
1513           'name': 'GSSAPILibraryName',
1514           'type': 'string',
1515           'schema': { 'type': 'string' },
1516           'supported_on': ['chrome.linux:9-'],
1517           'features': {
1518             'dynamic_refresh': False,
1519             'per_profile': False,
1520           },
1521           'example_value': 'libgssapi_krb5.so.2',
1522           'id': 31,
1523           'caption': '''GSSAPI library name''',
1524           'desc': '''Specifies which GSSAPI library to use for HTTP Authentication. You can set either just a library name, or a full path.
1526           If no setting is provided, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will fall back to using a default library name.''',
1527         },
1528         {
1529           'name': 'AllowCrossOriginAuthPrompt',
1530           'type': 'main',
1531           'schema': { 'type': 'boolean' },
1532           'supported_on': ['chrome.*:13-'],
1533           'features': {
1534             'dynamic_refresh': True,
1535             'per_profile': False,
1536           },
1537           'example_value': False,
1538           'id': 89,
1539           'caption': '''Cross-origin HTTP Basic Auth prompts''',
1540           'desc': '''Controls whether third-party sub-content on a page is allowed to pop-up an HTTP Basic Auth dialog box.
1542           Typically this is disabled as a phishing defense. If this policy is not set, this is disabled and third-party sub-content will not be allowed to pop up a HTTP Basic Auth dialog box.''',
1543         },
1544       ],
1545     },
1546     {
1547       'name': 'Extensions',
1548       'type': 'group',
1549       'caption': '''Extensions''',
1550       'desc': '''Configures extension-related policies. The user is not allowed to install blacklisted extensions unless they are whitelisted. You can also force <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to automatically install extensions by specifying them in <ph name="EXTENSIONINSTALLFORCELIST_POLICY_NAME">ExtensionInstallForcelist</ph>. Force-installed extensions are installed regardless whether they are present in the blacklist.''',
1551       'policies': [
1552         {
1553           'name': 'ExtensionInstallBlacklist',
1554           'type': 'list',
1555           'schema': {
1556             'type': 'array',
1557             'items': { 'type': 'string' },
1558           },
1559           'supported_on': ['chrome.*:8-', 'chrome_os:11-'],
1560           'features': {
1561             'dynamic_refresh': True,
1562             'per_profile': True,
1563           },
1564           'example_value': ['extension_id1', 'extension_id2'],
1565           'id': 32,
1566           'caption': '''Configure extension installation blacklist''',
1567           'desc': '''Allows you to specify which extensions the users can NOT install. Extensions already installed will be removed if blacklisted.
1569           A blacklist value of '*' means all extensions are blacklisted unless they are explicitly listed in the whitelist.
1571           If this policy is left not set the user can install any extension in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
1572           'label': '''Extension IDs the user should be prevented from installing (or * for all)''',
1573         },
1574         {
1575           'name': 'ExtensionInstallWhitelist',
1576           'type': 'list',
1577           'schema': {
1578             'type': 'array',
1579             'items': { 'type': 'string' },
1580           },
1581           'supported_on': ['chrome.*:8-', 'chrome_os:11-'],
1582           'features': {
1583             'dynamic_refresh': True,
1584             'per_profile': True,
1585           },
1586           'example_value': ['extension_id1', 'extension_id2'],
1587           'id': 33,
1588           'caption': '''Configure extension installation whitelist''',
1589           'desc': '''Allows you to specify which extensions are not subject to the blacklist.
1591           A blacklist value of * means all extensions are blacklisted and users can only install extensions listed in the whitelist.
1593           By default, all extensions are whitelisted, but if all extensions have been blacklisted by policy, the whitelist can be used to override that policy.''',
1594           'label': '''Extension IDs to exempt from the blacklist''',
1595         },
1596         {
1597           'name': 'ExtensionInstallForcelist',
1598           'type': 'list',
1599           'schema': {
1600             'type': 'array',
1601             'items': { 'type': 'string' },
1602           },
1603           'supported_on': ['chrome.*:9-', 'chrome_os:11-'],
1604           'features': {
1605             'dynamic_refresh': True,
1606             'per_profile': True,
1607           },
1608           'example_value': ['lcncmkcnkcdbbanbjakcencbaoegdjlp;https://clients2.google.com/service/update2/crx'],
1609           'id': 34,
1610           'caption': '''Configure the list of force-installed extensions''',
1611           'desc': '''Allows you to specify a list of extensions that will be installed silently, without user interaction.
1613           Each item of the list is a string that contains an extension ID and an update URL delimited 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 point to an Update Manifest XML document as described at <ph name="LINK_TO_EXTENSION_DOC1">http://code.google.com/chrome/extensions/autoupdate.html</ph>. Note that the update URL set in this policy is only used for the initial installation; subsequent updates of the extension will use the update URL indicated in the extension's manifest.
1615           For each item, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will retrieve the extension specified by the extension ID from the update service at the specified update URL and silently install it.
1617           For example, <ph name="EXTENSION_POLICY_EXAMPLE">lcncmkcnkcdbbanbjakcencbaoegdjlp;https://clients2.google.com/service/update2/crx</ph> installs the <ph name="EXTENSION_POLICY_EXAMPLE_EXTENSION_NAME">Google SSL Web Search</ph> extension from the standard Chrome Web Store update URL. For more information about hosting extensions, see: <ph name="LINK_TO_EXTENSION_DOC2">http://code.google.com/chrome/extensions/hosting.html</ph>.
1619           Users will be unable to uninstall extensions that are specified by this policy. If you remove an extension from this list, then it will be automatically uninstalled by <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. Extensions specified in this list are also automatically whitelisted for installation; the ExtensionsInstallBlacklist does not affect them.
1621           If this policy is left not set the user can uninstall any extension  in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
1622           'label': '''Extension IDs and update URLs to be silently installed''',
1623         },
1624         {
1625           'name': 'ExtensionInstallSources',
1626           'type': 'list',
1627           'schema': {
1628             'type': 'array',
1629             'items': { 'type': 'string' },
1630           },
1631           'supported_on': ['chrome.*:21-', 'chrome_os:21-'],
1632           'features': {
1633             'dynamic_refresh': True,
1634             'per_profile': True,
1635           },
1636           'example_value': ['https://corp.mycompany.com/*'],
1637           'id': 148,
1638           'caption': '''Configure extension, app, and user script install sources''',
1639           'desc': '''Allows you to specify which URLs are allowed to install extensions, apps, and themes.
1641           Starting in Chrome 21, it is more difficult to install extensions, apps, and user scripts from outside the Chrome Web Store. Previously, users could click on a link to a *.crx file, and Chrome would offer to install the file after a few warnings. After Chrome 21, such files must be downloaded and dragged onto the Chrome settings page. This setting allows specific URLs to have the old, easier installation flow.
1643           Each item in this list is an extension-style match pattern (see http://code.google.com/chrome/extensions/match_patterns.html). Users will be able to easily install items from any URL that matches an item in this list. Both the location of the *.crx file and the page where the download is started from (i.e. the referrer) must be allowed by these patterns.
1645           ExtensionInstallBlacklist takes precedence over this policy. That is, an extension on the blacklist won't be installed, even if it happens from a site on this list.''',
1646           'label': '''URL patterns to allow extension, app, and user script installs from''',
1647         },
1648         {
1649           'name': 'ExtensionAllowedTypes',
1650           'type': 'list',
1651           'schema': {
1652             'type': 'array',
1653             'items': {
1654               'type': 'string',
1655               'enum': [
1656                 'extension',
1657                 'theme',
1658                 'user_script',
1659                 'hosted_app',
1660                 'legacy_packaged_app',
1661                 'platform_app'
1662               ],
1663             },
1664           },
1665           'supported_on': ['chrome.*:25-', 'chrome_os:25-'],
1666           'features': {
1667             'dynamic_refresh': True,
1668             'per_profile': True,
1669           },
1670           'example_value': ['hosted_app'],
1671           'id': 168,
1672           'caption': '''Configure allowed app/extension types''',
1673           'desc': '''Controls which app/extension types are allowed to be installed.
1675           This setting white-lists the allowed types of extension/apps that can be installed in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. The value is a list of strings, each of which should be one of the following: "extension", "theme", "user_script", "hosted_app", "legacy_packaged_app", "platform_app". See the Chrome extensions documentation for more information on these types.
1677           Note that this policy also affects extensions and apps to be force-installed via ExtensionInstallForcelist.
1679           If this setting is configured, extensions/apps which have a type that is not on the list will not be installed.
1681           If this settings is left not-configured, no restrictions on the acceptable extension/app types are enforced.''',
1682           'label': '''Types of extensions/apps that are allowed to be installed''',
1683         },
1684       ],
1685     },
1686     {
1687       'name': 'ShowHomeButton',
1688       'type': 'main',
1689       'schema': { 'type': 'boolean' },
1690       'supported_on': ['chrome.*:8-', 'chrome_os:11-'],
1691       'features': {
1692         'can_be_recommended': True,
1693         'dynamic_refresh': True,
1694         'per_profile': True,
1695       },
1696       'example_value': True,
1697       'id': 35,
1698       'caption': '''Show Home button on toolbar''',
1699       'desc': '''Shows the Home button on <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s toolbar.
1701       If you enable this setting, the Home button is always shown.
1703       If you disable this setting, the Home button is never shown.
1705       If you enable or disable this setting, users cannot change or override this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
1707       Leaving this policy not set will allow the user to choose whether to show the home button.''',
1708     },
1709     {
1710       'name': 'DeveloperToolsDisabled',
1711       'type': 'main',
1712       'schema': { 'type': 'boolean' },
1713       'supported_on': ['chrome.*:9-', 'chrome_os:11-'],
1714       'features': {
1715         'dynamic_refresh': True,
1716         'per_profile': True,
1717       },
1718       'example_value': False,
1719       'id': 36,
1720       'caption': '''Disable Developer Tools''',
1721       'desc': '''Disables the Developer Tools and the JavaScript console.
1723       If you enable this setting, the Developer Tools can not be accessed and web-site elements can not be inspected anymore. Any keyboard shortcuts and any menu or context menu entries to open the Developer Tools or the JavaScript Console will be disabled.
1725       Setting this option to disabled or leaving it not set will allow the use to use the Developer Tools and the JavaScript console.''',
1726     },
1727     {
1728       'name': 'RestoreOnStartupGroup',
1729       'type': 'group',
1730       'caption': '''Startup pages''',
1731       'desc': '''Allows you to configure the pages that are loaded on startup.
1733       The contents of the list 'URLs to open at startup' are ignored unless you select 'Open a list of URLs' in 'Action on startup'.''',
1734       'policies': [
1735         {
1736           'name': 'RestoreOnStartup',
1737           'type': 'int-enum',
1738           'schema': {
1739             'type': 'integer',
1740             'enum': [ 1, 4, 5 ],
1741           },
1742           'items': [
1743             {
1744               'name': 'RestoreOnStartupIsNewTabPage',
1745               'value': 5,
1746               'caption': '''Open New Tab Page''',
1747             },
1748             {
1749               'name': 'RestoreOnStartupIsLastSession',
1750               'value': 1,
1751               'caption': '''Restore the last session''',
1752             },
1753             {
1754               'name': 'RestoreOnStartupIsURLs',
1755               'value': 4,
1756               'caption': '''Open a list of URLs''',
1757             },
1758           ],
1759           'supported_on': ['chrome.*:8-', 'chrome_os:11-'],
1760           'features': {
1761             'can_be_recommended': True,
1762             'dynamic_refresh': True,
1763             'per_profile': True,
1764           },
1765           'example_value': 4,
1766           'id': 37,
1767           'caption': '''Action on startup''',
1768           'desc': '''Allows you to specify the behavior on startup.
1770           If you choose 'Open New Tab Page' the New Tab Page will always be opened when you start <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
1772           If you choose 'Restore the last session', the URLs that were open last time <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> was closed will be reopened and the browsing session will be restored as it was left.
1773           Choosing this option disables some settings that rely on sessions or that perform actions on exit (such as Clear browsing data on exit or session-only cookies).
1775           If you choose 'Open a list of URLs', the list of 'URLs to open on startup' will be opened when a user starts <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
1777           If you enable this setting, users cannot change or override it in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
1779           Disabling this setting is equivalent to leaving it not configured. The user will still be able to change it in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
1780         },
1781         {
1782           'name': 'RestoreOnStartupURLs',
1783           'type': 'list',
1784           'schema': {
1785             'type': 'array',
1786             'items': { 'type': 'string' },
1787           },
1788           'supported_on': ['chrome.*:8-', 'chrome_os:11-'],
1789           'features': {
1790             'can_be_recommended': True,
1791             'dynamic_refresh': True,
1792             'per_profile': True,
1793           },
1794           'example_value': ['http://example.com', 'http://chromium.org'],
1795           'id': 38,
1796           'caption': '''URLs to open on startup''',
1797           'desc': '''If 'Open a list of URLs' is selected as the startup action, this allows you to specify the list of URLs that are opened. If left not set no URL will be opened on start up.
1799           This policy only works if the 'RestoreOnStartup' policy is set to 'RestoreOnStartupIsURLs'.''',
1800         },
1801       ],
1802     },
1803     {
1804       'name': 'BlockThirdPartyCookies',
1805       'type': 'main',
1806       'schema': { 'type': 'boolean' },
1807       'supported_on': ['chrome.*:10-', 'chrome_os:11-'],
1808       'features': {
1809         'can_be_recommended': True,
1810         'dynamic_refresh': True,
1811         'per_profile': True,
1812       },
1813       'example_value': False,
1814       'id': 39,
1815       'caption': '''Block third party cookies''',
1816       'desc': '''Blocks third party cookies.
1818       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.
1820       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.
1822       If this policy is left not set, third party cookies will be enabled but the user will be able to change that.''',
1823     },
1824     {
1825       # TODO(joaodasilva): Flag these policies with 'can_be_recommended'
1826       # after fixing http://crbug.com/106683
1827       'name': 'DefaultSearchProvider',
1828       'type': 'group',
1829       'caption': '''Default search provider''',
1830       'desc': '''Configures the default search provider. You can specify the default search provider that the user will use or choose to disable default search.''',
1831       'policies': [
1832         {
1833           'name': 'DefaultSearchProviderEnabled',
1834           'type': 'main',
1835           'schema': { 'type': 'boolean' },
1836           'supported_on': [
1837             'chrome.*:8-',
1838             'chrome_os:11-',
1839             'android:30-',
1840             'ios:34-',
1841           ],
1842           'features': {
1843             'dynamic_refresh': True,
1844             'per_profile': True,
1845           },
1846           'example_value': True,
1847           'id': 40,
1848           'caption': '''Enable the default search provider''',
1849           'desc': '''Enables the use of a default search provider.
1851           If you enable this setting, a default search is performed when the user types text in the omnibox that is not a URL.
1853           You can specify the default search provider to be used by setting the rest of the default search policies. If these are left empty, the user can choose the default provider.
1855           If you disable this setting, no search is performed when the user enters non-URL text in the omnibox.
1857           If you enable or disable this setting, users cannot change or override this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
1859           If this policy is left not set, the default search provider is enabled, and the user will be able to set the search provider list.''',
1860         },
1861         {
1862           'name': 'DefaultSearchProviderName',
1863           'type': 'string',
1864           'schema': { 'type': 'string' },
1865           'supported_on': [
1866             'chrome.*:8-',
1867             'chrome_os:11-',
1868             'android:30-',
1869             'ios:34-',
1870           ],
1871           'features': {
1872             'dynamic_refresh': True,
1873             'per_profile': True,
1874           },
1875           'example_value': 'My Intranet Search',
1876           'id': 41,
1877           'caption': '''Default search provider name''',
1878           'desc': '''Specifies the name of the default search provider. If left empty or not set, the host name specified by the search URL will be used.
1880           This policy is only considered if the 'DefaultSearchProviderEnabled' policy is enabled.''',
1881         },
1882         {
1883           'name': 'DefaultSearchProviderKeyword',
1884           'type': 'string',
1885           'schema': { 'type': 'string' },
1886           'supported_on': [
1887             'chrome.*:8-',
1888             'chrome_os:11-',
1889             'android:30-',
1890             'ios:34-',
1891           ],
1892           'features': {
1893             'dynamic_refresh': True,
1894             'per_profile': True,
1895           },
1896           'example_value': 'mis',
1897           'id': 42,
1898           'caption': '''Default search provider keyword''',
1899           'desc': '''Specifies the keyword, which is the shortcut used in the omnibox to trigger the search for this provider.
1901           This policy is optional. If not set, no keyword will activate the search provider.
1903           This policy is only considered if the 'DefaultSearchProviderEnabled' policy is enabled.''',
1904         },
1905         {
1906           'name': 'DefaultSearchProviderSearchURL',
1907           'type': 'string',
1908           'schema': { 'type': 'string' },
1909           'supported_on': [
1910             'chrome.*:8-',
1911             'chrome_os:11-',
1912             'android:30-',
1913             'ios:34-',
1914           ],
1915           'features': {
1916             'dynamic_refresh': True,
1917             'per_profile': True,
1918           },
1919           'example_value': 'http://search.my.company/search?q={searchTerms}',
1920           'id': 43,
1921           'caption': '''Default search provider search URL''',
1922           'desc': '''Specifies the URL of the search engine used when doing a default search. The URL should contain the string '<ph name="SEARCH_TERM_MARKER">{searchTerms}</ph>', which will be replaced at query time by the terms the user is searching for.
1924           This option must be set when the 'DefaultSearchProviderEnabled' policy is enabled and will only be respected if this is the case.''',
1925         },
1926         {
1927           'name': 'DefaultSearchProviderSuggestURL',
1928           'type': 'string',
1929           'schema': { 'type': 'string' },
1930           'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:30-'],
1931           'features': {
1932             'dynamic_refresh': True,
1933             'per_profile': True,
1934           },
1935           'example_value': 'http://search.my.company/suggest?q={searchTerms}',
1936           'id': 44,
1937           'caption': '''Default search provider suggest URL''',
1938           'desc': '''Specifies the URL of the search engine used to provide search suggestions. The URL should contain the string '<ph name="SEARCH_TERM_MARKER">{searchTerms}</ph>', which will be replaced at query time by the text the user has entered so far.
1940           This policy is optional. If not set, no suggest URL will be used.
1942           This policy is only respected if the 'DefaultSearchProviderEnabled' policy is enabled.''',
1943         },
1944         {
1945           'name': 'DefaultSearchProviderInstantURL',
1946           'type': 'string',
1947           'schema': { 'type': 'string' },
1948           'supported_on': ['chrome.*:10-', 'chrome_os:11-', 'android:30-'],
1949           'features': {
1950             'dynamic_refresh': True,
1951             'per_profile': True,
1952           },
1953           'example_value': 'http://search.my.company/suggest?q={searchTerms}',
1954           'id': 45,
1955           'caption': '''Default search provider instant URL''',
1956           'desc': '''Specifies the URL of the search engine used to provide instant results. The URL should contain the string <ph name="SEARCH_TERM_MARKER">'{searchTerms}'</ph>, which will be replaced at query time by the text the user has entered so far.
1958           This policy is optional. If not set, no instant search results will be provided.
1960           This policy is only respected if the 'DefaultSearchProviderEnabled' policy is enabled.''',
1961         },
1962         {
1963           'name': 'DefaultSearchProviderIconURL',
1964           'type': 'string',
1965           'schema': { 'type': 'string' },
1966           'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:30-'],
1967           'features': {
1968             'dynamic_refresh': True,
1969             'per_profile': True,
1970           },
1971           'example_value': 'http://search.my.company/favicon.ico',
1972           'id': 46,
1973           'caption': '''Default search provider icon''',
1974           'desc': '''Specifies the favorite icon URL of the default search provider.
1976           This policy is optional. If not set, no icon will be present for the search provider.
1978           This policy is only respected if the 'DefaultSearchProviderEnabled' policy is enabled.''',
1979         },
1980         {
1981           'name': 'DefaultSearchProviderEncodings',
1982           'type': 'list',
1983           'schema': {
1984             'type': 'array',
1985             'items': { 'type': 'string' },
1986           },
1987           'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:30-'],
1988           'features': {
1989             'dynamic_refresh': True,
1990             'per_profile': True,
1991           },
1992           'example_value': ['UTF-8', 'UTF-16', 'GB2312', 'ISO-8859-1'],
1993           'id': 47,
1994           'caption': '''Default search provider encodings''',
1995           'desc': '''Specifies the character encodings supported by the search provider. Encodings are code page names like UTF-8, GB2312, and ISO-8859-1. They are tried in the order provided.
1997           This policy is optional. If not set, the default will be used which is UTF-8.
1999           This policy is only respected if the 'DefaultSearchProviderEnabled' policy is enabled.''',
2000         },
2001         {
2002           'name': 'DefaultSearchProviderAlternateURLs',
2003           'type': 'list',
2004           'schema': {
2005             'type': 'array',
2006             'items': { 'type': 'string' },
2007           },
2008           'supported_on': ['chrome.*:24-', 'chrome_os:24-', 'android:30-'],
2009           'features': {
2010             'dynamic_refresh': True,
2011             'per_profile': True,
2012           },
2013           'example_value': ['http://search.my.company/suggest#q={searchTerms}', 'http://search.my.company/suggest/search#q={searchTerms}'],
2014           'id': 161,
2015           'caption': '''List of alternate URLs for the default search provider''',
2016           'desc': '''Specifies a list of alternate URLs that can be used to extract search terms from the search engine. The URLs should contain the string <ph name="SEARCH_TERM_MARKER">'{searchTerms}'</ph>, which will be used to extract the search terms.
2018           This policy is optional. If not set, no alternate urls will be used to extract search terms.
2020           This policy is only respected if the 'DefaultSearchProviderEnabled' policy is enabled.''',
2021         },
2022         {
2023           'name': 'DefaultSearchProviderSearchTermsReplacementKey',
2024           'type': 'string',
2025           'schema': { 'type': 'string' },
2026           'supported_on': ['chrome.*:25-', 'chrome_os:25-', 'android:30-'],
2027           'features': {
2028             'dynamic_refresh': True,
2029             'per_profile': True,
2030           },
2031           'example_value': 'espv',
2032           'id': 171,
2033           'caption': '''Parameter controlling search term placement for the default search provider''',
2034           'desc': '''If this policy is set and a search URL suggested from the omnibox contains this parameter in the query string or in the fragment identifier, then the suggestion will show the search terms and search provider instead of the raw search URL.
2036           This policy is optional. If not set, no search term replacement will be performed.
2038           This policy is only respected if the 'DefaultSearchProviderEnabled' policy is enabled.''',
2039         },
2040         {
2041           'name': 'DefaultSearchProviderImageURL',
2042           'type': 'string',
2043           'schema': { 'type': 'string' },
2044           'supported_on': ['chrome.*:29-', 'chrome_os:29-', 'android:30-'],
2045           'features': {
2046             'dynamic_refresh': True,
2047             'per_profile': True,
2048           },
2049           'example_value': 'http://search.my.company/searchbyimage/upload',
2050           'id': 229,
2051           'caption': '''Parameter providing search-by-image feature for the default search provider''',
2052           'desc': '''Specifies the URL of the search engine used to provide image search. Search requests will be sent using the GET method. If the DefaultSearchProviderImageURLPostParams policy is set then image search requests will use the POST method instead.
2054           This policy is optional. If not set, no image search will be used.
2056           This policy is only respected if the 'DefaultSearchProviderEnabled' policy is enabled.''',
2057         },
2058         {
2059           'name': 'DefaultSearchProviderNewTabURL',
2060           'type': 'string',
2061           'schema': { 'type': 'string' },
2062           'supported_on': ['chrome.*:30-', 'chrome_os:30-', 'android:30-'],
2063           'features': {
2064             'dynamic_refresh': True,
2065             'per_profile': True,
2066           },
2067           'example_value': 'http://search.my.company/newtab',
2068           'id': 237,
2069           'caption': '''Default search provider new tab page URL''',
2070           'desc': '''Specifies the URL that a search engine uses to provide a new tab page.
2072           This policy is optional. If not set, no new tab page will be provided.
2074           This policy is only respected if the 'DefaultSearchProviderEnabled' policy is enabled.''',
2075         },
2076         {
2077           'name': 'DefaultSearchProviderSearchURLPostParams',
2078           'type': 'string',
2079           'schema': { 'type': 'string' },
2080           'supported_on': ['chrome.*:29-', 'chrome_os:29-', 'android:30-'],
2081           'features': {
2082             'dynamic_refresh': True,
2083             'per_profile': True,
2084           },
2085           'example_value': 'q={searchTerms},ie=utf-8,oe=utf-8',
2086           'id': 230,
2087           'caption': '''Parameters for search URL which uses POST''',
2088           'desc': '''Specifies the parameters used when searching a URL with POST. It consists of comma-separated name/value pairs. If a value is a template parameter, like {searchTerms} in above example, it will be replaced with real search terms data.
2090           This policy is optional. If not set, search request will be sent using the GET method.
2092           This policy is only respected if the 'DefaultSearchProviderEnabled' policy is enabled.''',
2093         },
2094         {
2095           'name': 'DefaultSearchProviderSuggestURLPostParams',
2096           'type': 'string',
2097           'schema': { 'type': 'string' },
2098           'supported_on': ['chrome.*:29-', 'chrome_os:29-', 'android:30-'],
2099           'features': {
2100             'dynamic_refresh': True,
2101             'per_profile': True,
2102           },
2103           'example_value': 'q={searchTerms},ie=utf-8,oe=utf-8',
2104           'id': 231,
2105           'caption': '''Parameters for suggest URL which uses POST''',
2106           'desc': '''Specifies the parameters used when doing suggestion search with POST. It consists of comma-separated name/value pairs. If a value is a template parameter, like {searchTerms} in above example, it will be replaced with real search terms data.
2108           This policy is optional. If not set, suggest search request will be sent using the GET method.
2110           This policy is only respected if the 'DefaultSearchProviderEnabled' policy is enabled.''',
2111         },
2112         {
2113           'name': 'DefaultSearchProviderInstantURLPostParams',
2114           'type': 'string',
2115           'schema': { 'type': 'string' },
2116           'supported_on': ['chrome.*:29-', 'chrome_os:29-', 'android:30-'],
2117           'features': {
2118             'dynamic_refresh': True,
2119             'per_profile': True,
2120           },
2121           'example_value': 'q={searchTerms},ie=utf-8,oe=utf-8',
2122           'id': 232,
2123           'caption': '''Parameters for instant URL which uses POST''',
2124           'desc': '''Specifies the parameters used when doing instant search with POST. It consists of comma-separated name/value pairs. If a value is a template parameter, like {searchTerms} in above example, it will be replaced with real search terms data.
2126           This policy is optional. If not set, instant search request will be sent using the GET method.
2128           This policy is only respected if the 'DefaultSearchProviderEnabled' policy is enabled.''',
2129         },
2130         {
2131           'name': 'DefaultSearchProviderImageURLPostParams',
2132           'type': 'string',
2133           'schema': { 'type': 'string' },
2134           'supported_on': ['chrome.*:29-', 'chrome_os:29-', 'android:30-'],
2135           'features': {
2136             'dynamic_refresh': True,
2137             'per_profile': True,
2138           },
2139           'example_value': 'content={imageThumbnail},url={imageURL},sbisrc={SearchSource}',
2140           'id': 233,
2141           'caption': '''Parameters for image URL which uses POST''',
2142           'desc': '''Specifies the parameters used when doing image search with POST. It consists of comma-separated name/value pairs. If a value is a template parameter, like {imageThumbnail} in above example, it will be replaced with real image thumbnail data.
2144           This policy is optional. If not set, image search request will be sent using the GET method.
2146           This policy is only respected if the 'DefaultSearchProviderEnabled' policy is enabled.''',
2147         },
2148       ],
2149     },
2150     {
2151       # TODO(joaodasilva): Flag these policies with 'can_be_recommended'
2152       # after fixing http://crbug.com/106682
2153       'name': 'ContentSettings',
2154       'type': 'group',
2155       'caption': '''Content Settings''',
2156       'desc': '''Content Settings allow you to specify how contents of a specific type (for example Cookies, Images or JavaScript) is handled.''',
2157       'policies': [
2158         {
2159           'name': 'DefaultCookiesSetting',
2160           'type': 'int-enum',
2161           'schema': {
2162             'type': 'integer',
2163             'enum': [ 1, 2, 4 ],
2164           },
2165           'items': [
2166             {
2167               'name': 'AllowCookies',
2168               'value': 1,
2169               'caption': '''Allow all sites to set local data''',
2170             },
2171             {
2172               'name': 'BlockCookies',
2173               'value': 2,
2174               'caption': '''Do not allow any site to set local data''',
2175             },
2176             {
2177               'name': 'SessionOnly',
2178               'value': 4,
2179               'caption': '''Keep cookies for the duration of the session''',
2180             },
2181           ],
2182           'supported_on': [
2183             'chrome.*:10-',
2184             'chrome_os:11-',
2185             'android:30-',
2186             'ios:34-',
2187           ],
2188           'features': {
2189             'dynamic_refresh': True,
2190             'per_profile': True,
2191           },
2192           'example_value': 1,
2193           'id': 48,
2194           'caption': '''Default cookies setting''',
2195           'desc': '''Allows you to set whether websites are allowed to set local data. Setting local data can be either allowed for all websites or denied for all websites.
2197           If this policy is left not set, 'AllowCookies' will be used and the user will be able to change it.''',
2198         },
2199         {
2200           'name': 'DefaultImagesSetting',
2201           'type': 'int-enum',
2202           'schema': {
2203             'type': 'integer',
2204             'enum': [ 1, 2 ],
2205           },
2206           'items': [
2207             {
2208               'name': 'AllowImages',
2209               'value': 1,
2210               'caption': '''Allow all sites to show all images''',
2211             },
2212             {
2213               'name': 'BlockImages',
2214               'value': 2,
2215               'caption': '''Do not allow any site to show images''',
2216             },
2217           ],
2218           'supported_on': ['chrome.*:10-', 'chrome_os:11-', 'android:30-'],
2219           'features': {
2220             'dynamic_refresh': True,
2221             'per_profile': True,
2222           },
2223           'example_value': 1,
2224           'id': 49,
2225           'caption': '''Default images setting''',
2226           'desc': '''Allows you to set whether websites are allowed to display images. Displaying images can be either allowed for all websites or denied for all websites.
2228           If this policy is left not set, 'AllowImages' will be used and the user will be able to change it.''',
2229         },
2230         {
2231           'name': 'DefaultJavaScriptSetting',
2232           'type': 'int-enum',
2233           'schema': {
2234             'type': 'integer',
2235             'enum': [ 1, 2 ],
2236           },
2237           'items': [
2238             {
2239               'name': 'AllowJavaScript',
2240               'value': 1,
2241               'caption': '''Allow all sites to run JavaScript''',
2242             },
2243             {
2244               'name': 'BlockJavaScript',
2245               'value': 2,
2246               'caption': '''Do not allow any site to run JavaScript''',
2247             },
2248           ],
2249           'supported_on': ['chrome.*:10-', 'chrome_os:11-', 'android:30-'],
2250           'features': {
2251             'dynamic_refresh': True,
2252             'per_profile': True,
2253           },
2254           'example_value': 1,
2255           'id': 50,
2256           'caption': '''Default JavaScript setting''',
2257           'desc': '''Allows you to set whether websites are allowed to run JavaScript. Running JavaScript can be either allowed for all websites or denied for all websites.
2259           If this policy is left not set, 'AllowJavaScript' will be used and the user will be able to change it.''',
2260         },
2261         {
2262           'name': 'DefaultPluginsSetting',
2263           'type': 'int-enum',
2264           'schema': {
2265             'type': 'integer',
2266             'enum': [ 1, 2, 3 ],
2267           },
2268           'items': [
2269             {
2270               'name': 'AllowPlugins',
2271               'value': 1,
2272               'caption': '''Allow all sites to automatically run plugins''',
2273             },
2274             {
2275               'name': 'BlockPlugins',
2276               'value': 2,
2277               'caption': '''Block all plugins''',
2278             },
2279             {
2280               'name': 'ClickToPlay',
2281               'value': 3,
2282               'caption': '''Click to play''',
2283             },
2284           ],
2285           'supported_on': ['chrome.*:10-', 'chrome_os:11-'],
2286           'features': {
2287             'dynamic_refresh': True,
2288             'per_profile': True,
2289           },
2290           'example_value': 1,
2291           'id': 51,
2292           'caption': '''Default plugins setting''',
2293           'desc': '''Allows you to set whether websites are allowed to automatically run plugins. Automatically running plugins can be either allowed for all websites or denied for all websites.
2295           Click to play allows plugins to run but the user must click them to start their execution.
2297           If this policy is left not set, 'AllowPlugins' will be used and the user will be able to change it.''',
2298         },
2299         {
2300           'name': 'DefaultPopupsSetting',
2301           'type': 'int-enum',
2302           'schema': {
2303             'type': 'integer',
2304             'enum': [ 1, 2 ],
2305           },
2306           'items': [
2307             {
2308               'name': 'AllowPopups',
2309               'value': 1,
2310               'caption': '''Allow all sites to show pop-ups''',
2311             },
2312             {
2313               'name': 'BlockPopups',
2314               'value': 2,
2315               'caption': '''Do not allow any site to show popups''',
2316             },
2317           ],
2318           'supported_on': [
2319             'chrome.*:10-',
2320             'chrome_os:11-',
2321             'ios:34-',
2322             'android:33-',
2323           ],
2324           'features': {
2325             'dynamic_refresh': True,
2326             'per_profile': True,
2327           },
2328           'example_value': 1,
2329           'id': 52,
2330           'caption': '''Default popups setting''',
2331           'desc': '''Allows you to set whether websites are allowed to show pop-ups. Showing popups can be either allowed for all websites or denied for all websites.
2333           If this policy is left not set, 'BlockPopups' will be used and the user will be able to change it.''',
2334         },
2335         {
2336           'name': 'DefaultNotificationsSetting',
2337           'type': 'int-enum',
2338           'schema': {
2339             'type': 'integer',
2340             'enum': [ 1, 2, 3 ],
2341           },
2342           'items': [
2343             {
2344               'name': 'AllowNotifications',
2345               'value': 1,
2346               'caption': '''Allow sites to show desktop notifications''',
2347             },
2348             {
2349               'name': 'BlockNotifications',
2350               'value': 2,
2351               'caption': '''Do not allow any site to show desktop notifications''',
2352             },
2353             {
2354               'name': 'AskNotifications',
2355               'value': 3,
2356               'caption': '''Ask every time a site wants to show desktop notifications''',
2357             },
2358           ],
2359           'supported_on': ['chrome.*:10-', 'chrome_os:11-'],
2360           'features': {
2361             'dynamic_refresh': True,
2362             'per_profile': True,
2363           },
2364           'example_value': 2,
2365           'id': 53,
2366           'caption': '''Default notification setting''',
2367           'desc': '''Allows you to set whether websites are allowed to display desktop notifications. Displaying desktop notifications can be allowed by default, denied by default or the user can be asked every time a website wants to show desktop notifications.
2369           If this policy is left not set, 'AskNotifications' will be used and the user will be able to change it.''',
2370         },
2371         {
2372           'name': 'DefaultGeolocationSetting',
2373           'type': 'int-enum',
2374           'schema': {
2375             'type': 'integer',
2376             'enum': [ 1, 2, 3 ],
2377           },
2378           'items': [
2379             {
2380               'name': 'AllowGeolocation',
2381               'value': 1,
2382               'caption': '''Allow sites to track the users' physical location''',
2383             },
2384             {
2385               'name': 'BlockGeolocation',
2386               'value': 2,
2387               'caption': '''Do not allow any site to track the users' physical location''',
2388             },
2389             {
2390               'name': 'AskGeolocation',
2391               'value': 3,
2392               'caption': '''Ask whenever a site wants to track the users' physical location''',
2393             },
2394           ],
2395           'supported_on': ['chrome.*:10-', 'chrome_os:11-', 'android:30-'],
2396           'features': {
2397             'dynamic_refresh': True,
2398             'per_profile': True,
2399           },
2400           'example_value': 0,
2401           'id': 54,
2402           'caption': '''Default geolocation setting''',
2403           'desc': '''Allows you to set whether websites are allowed to track the users' physical location. Tracking the users' physical location can be allowed by default, denied by default or the user can be asked every time a website requests the physical location.
2405           If this policy is left not set, 'AskGeolocation' will be used and the user will be able to change it.''',
2406         },
2407         {
2408           'name': 'DefaultMediaStreamSetting',
2409           'type': 'int-enum',
2410           'schema': {
2411             'type': 'integer',
2412             'enum': [ 2, 3 ],
2413           },
2414           'items': [
2415             {
2416               'name': 'BlockAccess',
2417               'value': 2,
2418               'caption': '''Do not allow any site to access the camera and microphone''',
2419             },
2420             {
2421               'name': 'PromptOnAccess',
2422               'value': 3,
2423               'caption': '''Ask every time a site wants to access the camera and/or microphone''',
2424             },
2425           ],
2426           'supported_on': ['chrome.*:22-', 'chrome_os:22-'],
2427           'features': {
2428             'dynamic_refresh': True,
2429             'per_profile': True,
2430           },
2431           'deprecated': True,
2432           'example_value': 2,
2433           'id': 149,
2434           'caption': '''Default mediastream setting''',
2435           'desc': '''Allows you to set whether websites are allowed to get access to media capture devices. Access to media capture devices can be allowed by default, or the user can be asked every time a website wants to get access to media capture devices.
2437           If this policy is left not set, 'PromptOnAccess' will be used and the user will be able to change it.''',
2438         },
2439         {
2440           'name': 'AutoSelectCertificateForUrls',
2441           'type': 'list',
2442           'schema': {
2443             'type': 'array',
2444             'items': { 'type': 'string' },
2445           },
2446           'supported_on': ['chrome.*:15-', 'chrome_os:15-'],
2447           'features': {
2448             'dynamic_refresh': True,
2449             'per_profile': True,
2450           },
2451           'example_value': ["{\\\"pattern\\\":\\\"https://www.example.com\\\",\\\"filter\\\":{\\\"ISSUER\\\":{\\\"CN\\\":\\\"certificate issuer name\\\"}}}"],
2452           'id': 102,
2453           'caption': '''Automatically select client certificates for these sites''',
2454           'desc': '''Allows you to specify a list of url patterns that specify sites for which <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> should automatically select a client certificates, if the site requests a certificate.
2456           If this policy is left not set no auto-selection will be done for any site.''',
2457         },
2458         {
2459           'name': 'CookiesAllowedForUrls',
2460           'type': 'list',
2461           'schema': {
2462             'type': 'array',
2463             'items': { 'type': 'string' },
2464           },
2465           'supported_on': [
2466             'chrome.*:11-',
2467             'chrome_os:11-',
2468             'android:30-',
2469             'ios:34-',
2470           ],
2471           'features': {
2472             'dynamic_refresh': True,
2473             'per_profile': True,
2474           },
2475           'example_value': ['http://www.example.com', '[*.]example.edu'],
2476           'id': 77,
2477           'caption': '''Allow cookies on these sites''',
2478           'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to set cookies.
2480           If this policy is left not set the global default value will be used for all sites either from the 'DefaultCookiesSetting' policy if it is set, or the user's personal configuration otherwise.''',
2481         },
2482         {
2483           'name': 'CookiesBlockedForUrls',
2484           'type': 'list',
2485           'schema': {
2486             'type': 'array',
2487             'items': { 'type': 'string' },
2488           },
2489           'supported_on': [
2490             'chrome.*:11-',
2491             'chrome_os:11-',
2492             'android:30-',
2493             'ios:34-',
2494           ],
2495           'features': {
2496             'dynamic_refresh': True,
2497             'per_profile': True,
2498           },
2499           'example_value': ['http://www.example.com', '[*.]example.edu'],
2500           'id': 67,
2501           'caption': '''Block cookies on these sites''',
2502           'desc': '''Allows you to set a list of url patterns that specify sites which are not allowed to set cookies.
2504           If this policy is left not set the global default value will be used for all sites either from the 'DefaultCookiesSetting' policy if it is set, or the user's personal configuration otherwise.''',
2505         },
2506         {
2507           'name': 'CookiesSessionOnlyForUrls',
2508           'type': 'list',
2509           'schema': {
2510             'type': 'array',
2511             'items': { 'type': 'string' },
2512           },
2513           'supported_on': [
2514             'chrome.*:11-',
2515             'chrome_os:11-',
2516             'android:30-',
2517             'ios:34-',
2518           ],
2519           'features': {
2520             'dynamic_refresh': True,
2521             'per_profile': True,
2522           },
2523           'example_value': ['http://www.example.com', '[*.]example.edu'],
2524           'id': 68,
2525           'caption': '''Allow session only cookies on these sites''',
2526           'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to set session only cookies.
2528           If this policy is left not set the global default value will be used for all sites either from the 'DefaultCookiesSetting' policy if it is set, or the user's personal configuration otherwise.
2530           If the "RestoreOnStartup" policy is set to restore URLs from previous sessions this policy will not be respected and cookies will be stored permanently for those sites.''',
2531         },
2532         {
2533           'name': 'ImagesAllowedForUrls',
2534           'type': 'list',
2535           'schema': {
2536             'type': 'array',
2537             'items': { 'type': 'string' },
2538           },
2539           'supported_on': ['chrome.*:11-', 'chrome_os:11-', 'android:30-'],
2540           'features': {
2541             'dynamic_refresh': True,
2542             'per_profile': True,
2543           },
2544           'example_value': ['http://www.example.com', '[*.]example.edu'],
2545           'id': 69,
2546           'caption': '''Allow images on these sites''',
2547           'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to display images.
2549           If this policy is left not set the global default value will be used for all sites either from the 'DefaultImagesSetting' policy if it is set, or the user's personal configuration otherwise.''',
2550         },
2551         {
2552           'name': 'ImagesBlockedForUrls',
2553           'type': 'list',
2554           'schema': {
2555             'type': 'array',
2556             'items': { 'type': 'string' },
2557           },
2558           'supported_on': ['chrome.*:11-', 'chrome_os:11-', 'android:30-'],
2559           'features': {
2560             'dynamic_refresh': True,
2561             'per_profile': True,
2562           },
2563           'example_value': ['http://www.example.com', '[*.]example.edu'],
2564           'id': 70,
2565           'caption': '''Block images on these sites''',
2566           'desc': '''Allows you to set a list of url patterns that specify sites which are not allowed to display images.
2568           If this policy is left not set the global default value will be used for all sites either from the 'DefaultImagesSetting' policy if it is set, or the user's personal configuration otherwise.''',
2569         },
2570         {
2571           'name': 'JavaScriptAllowedForUrls',
2572           'type': 'list',
2573           'schema': {
2574             'type': 'array',
2575             'items': { 'type': 'string' },
2576           },
2577           'supported_on': ['chrome.*:11-', 'chrome_os:11-', 'android:30-'],
2578           'features': {
2579             'dynamic_refresh': True,
2580             'per_profile': True,
2581           },
2582           'example_value': ['http://www.example.com', '[*.]example.edu'],
2583           'id': 71,
2584           'caption': '''Allow JavaScript on these sites''',
2585           'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to run JavaScript.
2587           If this policy is left not set the global default value will be used for all sites either from the 'DefaultJavaScriptSetting' policy if it is set, or the user's personal configuration otherwise.''',
2588         },
2589         {
2590           'name': 'JavaScriptBlockedForUrls',
2591           'type': 'list',
2592           'schema': {
2593             'type': 'array',
2594             'items': { 'type': 'string' },
2595           },
2596           'supported_on': ['chrome.*:11-', 'chrome_os:11-', 'android:30-'],
2597           'features': {
2598             'dynamic_refresh': True,
2599             'per_profile': True,
2600           },
2601           'example_value': ['http://www.example.com', '[*.]example.edu'],
2602           'id': 72,
2603           'caption': '''Block JavaScript on these sites''',
2604           'desc': '''Allows you to set a list of url patterns that specify sites which are not allowed to run JavaScript.
2606           If this policy is left not set the global default value will be used for all sites either from the 'DefaultJavaScriptSetting' policy if it is set, or the user's personal configuration otherwise.''',
2607         },
2608         {
2609           'name': 'PluginsAllowedForUrls',
2610           'type': 'list',
2611           'schema': {
2612             'type': 'array',
2613             'items': { 'type': 'string' },
2614           },
2615           'supported_on': ['chrome.*:11-', 'chrome_os:11-'],
2616           'features': {
2617             'dynamic_refresh': True,
2618             'per_profile': True,
2619           },
2620           'example_value': ['http://www.example.com', '[*.]example.edu'],
2621           'id': 73,
2622           'caption': '''Allow plugins on these sites''',
2623           'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to run plugins.
2625           If this policy is left not set the global default value will be used for all sites either from the 'DefaultPluginsSetting' policy if it is set, or the user's personal configuration otherwise.''',
2626         },
2627         {
2628           'name': 'PluginsBlockedForUrls',
2629           'type': 'list',
2630           'schema': {
2631             'type': 'array',
2632             'items': { 'type': 'string' },
2633           },
2634           'supported_on': ['chrome.*:11-', 'chrome_os:11-'],
2635           'features': {
2636             'dynamic_refresh': True,
2637             'per_profile': True,
2638           },
2639           'example_value': ['http://www.example.com', '[*.]example.edu'],
2640           'id': 74,
2641           'caption': '''Block plugins on these sites''',
2642           'desc': '''Allows you to set a list of url patterns that specify sites which are not allowed to run plugins.
2644           If this policy is left not set the global default value will be used for all sites either from the 'DefaultPluginsSetting' policy if it is set, or the user's personal configuration otherwise.''',
2645         },
2646         {
2647           'name': 'PopupsAllowedForUrls',
2648           'type': 'list',
2649           'schema': {
2650             'type': 'array',
2651             'items': { 'type': 'string' },
2652           },
2653           'supported_on': [
2654             'chrome.*:11-',
2655             'chrome_os:11-',
2656             'ios:34-',
2657             'android:34-',
2658           ],
2659           'features': {
2660             'dynamic_refresh': True,
2661             'per_profile': True,
2662           },
2663           'example_value': ['http://www.example.com', '[*.]example.edu'],
2664           'id': 75,
2665           'caption': '''Allow popups on these sites''',
2666           'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to open popups.
2668           If this policy is left not set the global default value will be used for all sites either from the 'DefaultPopupsSetting' policy if it is set, or the user's personal configuration otherwise.''',
2669         },
2670         {
2671           'name': 'PopupsBlockedForUrls',
2672           'type': 'list',
2673           'schema': {
2674             'type': 'array',
2675             'items': { 'type': 'string' },
2676           },
2677           'supported_on': [
2678             'chrome.*:11-',
2679             'chrome_os:11-',
2680             'ios:34-',
2681             'android:34-',
2682           ],
2683           'features': {
2684             'dynamic_refresh': True,
2685             'per_profile': True,
2686           },
2687           'example_value': ['http://www.example.com', '[*.]example.edu'],
2688           'id': 76,
2689           'caption': '''Block popups on these sites''',
2690           'desc': '''Allows you to set a list of url patterns that specify sites which are not allowed to open popups.
2692           If this policy is left not set the global default value will be used for all sites either from the 'DefaultPopupsSetting' policy if it is set, or the user's personal configuration otherwise.''',
2693         },
2694         {
2695           'name': 'NotificationsAllowedForUrls',
2696           'type': 'list',
2697           'schema': {
2698             'type': 'array',
2699             'items': { 'type': 'string' },
2700           },
2701           'supported_on': ['chrome.*:16-', 'chrome_os:16-'],
2702           'features': {
2703             'dynamic_refresh': True,
2704             'per_profile': True,
2705           },
2706           'example_value': ['http://www.example.com', '[*.]example.edu'],
2707           'id': 105,
2708           'caption': '''Allow notifications on these sites''',
2709           'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to display notifications.
2711           If this policy is left not set the global default value will be used for all sites either from the 'DefaultNotificationsSetting' policy if it is set, or the user's personal configuration otherwise.''',
2712         },
2713         {
2714           'name': 'NotificationsBlockedForUrls',
2715           'type': 'list',
2716           'schema': {
2717             'type': 'array',
2718             'items': { 'type': 'string' },
2719           },
2720           'supported_on': ['chrome.*:16-', 'chrome_os:16-'],
2721           'features': {
2722             'dynamic_refresh': True,
2723             'per_profile': True,
2724           },
2725           'example_value': ['http://www.example.com', '[*.]example.edu'],
2726           'id': 106,
2727           'caption': '''Block notifications on these sites''',
2728           'desc': '''Allows you to set a list of url patterns that specify sites which are not allowed to display notifications.
2730           If this policy is left not set the global default value will be used for all sites either from the 'DefaultNotificationsSetting' policy if it is set, or the user's personal configuration otherwise.''',
2731         },
2732       ],
2733     },
2734     {
2735       'name': 'NativeMessaging',
2736       'type': 'group',
2737       'caption': '''Native Messaging''',
2738       'desc': '''Configures policies for Native Messaging. Blacklisted native messaging hosts won't be allowed unless they are whitelisted.''',
2739       'policies': [
2740         {
2741           'name': 'NativeMessagingBlacklist',
2742           'type': 'list',
2743           'schema': {
2744             'type': 'array',
2745             'items': { 'type': 'string' },
2746           },
2747           'supported_on': ['chrome.*:34-'],
2748           'features': {
2749             'dynamic_refresh': True,
2750             'per_profile': True,
2751           },
2752           'example_value': [
2753             'com.native.messaging.host.name1',
2754             'com.native.messaging.host.name2',
2755           ],
2756           'id': 251,
2757           'caption': '''Configure native messaging blacklist''',
2758           'desc': '''Allows you to specify which native messaging hosts that should not be loaded.
2760           A blacklist value of '*' means all native messaging hosts are blacklisted unless they are explicitly listed in the whitelist.
2762           If this policy is left not set <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will load all installed native messaging hosts.''',
2763           'label': '''Names of the forbidden native messaging hosts (or * for all)''',
2764         },
2765         {
2766           'name': 'NativeMessagingWhitelist',
2767           'type': 'list',
2768           'schema': {
2769             'type': 'array',
2770             'items': { 'type': 'string' },
2771           },
2772           'supported_on': ['chrome.*:34-'],
2773           'features': {
2774             'dynamic_refresh': True,
2775             'per_profile': True,
2776           },
2777           'example_value': [
2778             'com.native.messaging.host.name1',
2779             'com.native.messaging.host.name2',
2780           ],
2781           'id': 252,
2782           'caption': '''Configure native messaging whitelist''',
2783           'desc': '''Allows you to specify which native messaging hosts are not subject to the blacklist.
2785           A blacklist value of * means all native messaging hosts are blacklisted and only native messaging hosts listed in the whitelist will be loaded.
2787           By default, all native messaging hosts are whitelisted, but if all native messaging hosts have been blacklisted by policy, the whitelist can be used to override that policy.''',
2788           'label': '''Names of the native messaging hosts to exempt from the blacklist''',
2789         },
2790         {
2791           'name': 'NativeMessagingUserLevelHosts',
2792           'type': 'main',
2793           'schema': { 'type': 'boolean' },
2794           'supported_on': ['chrome.*:34-'],
2795           'features': {
2796             'dynamic_refresh': True,
2797             'per_profile': True,
2798           },
2799           'example_value': False,
2800           'id': 253,
2801           'caption': '''Allow user-level Native Messaging hosts (installed without admin permissions).''',
2802           'desc': '''Enables user-level installation of Native Messaging hosts.
2804           If this setting is enabled then <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> allows
2805           usage of Native Messaging hosts installed on user level.
2807           If this setting is disabled then <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will
2808           only use Native Messaging hosts installed on system level.
2810           If this setting is left not set <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>
2811           will allow usage of user-level Native Messaging hosts.''',
2812         },
2813       ],
2814     },
2815     {
2816       'name': 'Disable3DAPIs',
2817       'type': 'main',
2818       'schema': { 'type': 'boolean' },
2819       'supported_on': ['chrome.*:9-', 'chrome_os:11-'],
2820       'features': {
2821         'dynamic_refresh': True,
2822         'per_profile': True,
2823       },
2824       'example_value': False,
2825       'id': 55,
2826       'caption': '''Disable support for 3D graphics APIs''',
2827       'desc': '''Disable support for 3D graphics APIs.
2829       Enabling this setting prevents web pages from accessing the graphics processing unit (GPU). Specifically, web pages can not access the WebGL API and plugins can not use the Pepper 3D API.
2831       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.''',
2832     },
2833     {
2834       'name': 'PolicyRefreshRate',
2835       'type': 'int',
2836       'schema': { 'type': 'integer' },
2837       'supported_on': ['chrome_os:11-'],
2838       'features': {
2839         'dynamic_refresh': True,
2840         'per_profile': True,
2841       },
2842       'example_value': 3600000,
2843       'id': 56,
2844       'caption': '''Refresh rate for user policy''',
2845       'desc': '''Specifies the period in milliseconds at which the device management service is queried for user policy information.
2847       Setting this policy overrides the default value of 3 hours. Valid values for this policy are in the range from 1800000 (30 minutes) to 86400000 (1 day). Any values not in this range will be clamped to the respective boundary.
2849       Leaving this policy not set will make <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> use the default value of 3 hours.''',
2850     },
2851     {
2852       'name': 'MaxInvalidationFetchDelay',
2853       'type': 'int',
2854       'schema': { 'type': 'integer' },
2855       'supported_on': ['chrome.*:30-', 'chrome_os:30-'],
2856       'features': {
2857         'dynamic_refresh': True,
2858         'per_profile': True,
2859       },
2860       'example_value': 10000,
2861       'id': 228,
2862       'caption': '''Maximum fetch delay after a policy invalidation''',
2863       'desc': '''Specifies the maximum delay in milliseconds between receiving a policy invalidation and fetching the new policy from the device management service.
2865       Setting this policy overrides the default value of 5000 milliseconds. Valid values for this policy are in the range from 1000 (1 second) to 300000 (5 minutes). Any values not in this range will be clamped to the respective boundary.
2867       Leaving this policy not set will make <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> use the default value of 5000 milliseconds.''',
2868     },
2869     {
2870       'name': 'ChromeFrameRendererSettings',
2871       'type': 'group',
2872       'caption': '''Default HTML renderer for <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>''',
2873       'desc': '''Allows you to configure the default HTML renderer when <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> is installed.
2874       The default setting is to allow the host browser do the rendering, but you
2875       can optionally override this and have <ph name="PRODUCT_FRAME_NAME">$3<ex>
2876       Google Chrome Frame</ex></ph> render HTML pages by default.''',
2877       'policies': [
2878         {
2879           'name': 'ChromeFrameRendererSettings',
2880           'type': 'int-enum',
2881           'schema': {
2882             'type': 'integer',
2883             'enum': [ 0, 1 ],
2884           },
2885           'items': [
2886             {
2887               'name': 'RenderInHost',
2888               'value': 0,
2889               'caption': '''Use the host browser by default''',
2890             },
2891             {
2892               'name': 'RenderInChromeFrame',
2893               'value': 1,
2894               'caption': '''Use <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> by default''',
2895             },
2896           ],
2897           'supported_on': ['chrome_frame:8-32'],
2898           'features': {
2899             'dynamic_refresh': False,
2900           },
2901           'example_value': 1,
2902           'id': 57,
2903           'caption': '''Default HTML renderer for <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>''',
2904           'desc': '''Allows you to configure the default HTML renderer when <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> is installed.
2905           The default setting used when this policy is left not set is to allow the host browser do the rendering, but you can optionally override this and have <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> render HTML pages by default.''',
2906         },
2907         {
2908           'name': 'RenderInChromeFrameList',
2909           'type': 'list',
2910           'schema': {
2911             'type': 'array',
2912             'items': { 'type': 'string' },
2913           },
2914           'supported_on': ['chrome_frame:8-32'],
2915           'features': {
2916             'dynamic_refresh': False,
2917           },
2918           'example_value': ['http://www.example.com', 'http://www.example.edu'],
2919           'id': 58,
2920           'caption': '''Always render the following URL patterns in <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>''',
2921           'desc': '''Customize the list of URL patterns that should always be rendered by <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>.
2923           If this policy is not set the default renderer will be used for all sites as specified by the 'ChromeFrameRendererSettings' policy.
2925           For example patterns see http://www.chromium.org/developers/how-tos/chrome-frame-getting-started.''',
2926         },
2927         {
2928           'name': 'RenderInHostList',
2929           'type': 'list',
2930           'schema': {
2931             'type': 'array',
2932             'items': { 'type': 'string' },
2933           },
2934           'supported_on': ['chrome_frame:8-32'],
2935           'features': {
2936             'dynamic_refresh': False,
2937           },
2938           'example_value': ['http://www.example.com', 'http://www.example.edu'],
2939           'id': 59,
2940           'caption': '''Always render the following URL patterns in the host browser''',
2941           'desc': '''Customize the list of URL patterns that should always be rendered by the host browser.
2943           If this policy is not set the default renderer will be used for all sites as specified by the 'ChromeFrameRendererSettings' policy.
2945           For example patterns see http://www.chromium.org/developers/how-tos/chrome-frame-getting-started.''',
2946         },
2947         {
2948           'name': 'AdditionalLaunchParameters',
2949           'type': 'string',
2950           'schema': { 'type': 'string' },
2951           'supported_on': ['chrome_frame:19-32'],
2952           'features': {
2953             'dynamic_refresh': False,
2954           },
2955           'example_value': '--enable-media-stream --enable-media-source',
2956           'id': 141,
2957           'caption': '''Additional command line parameters for <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>''',
2958           'desc': '''Allows you to specify additional parameters that are used when <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> launches <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
2960           If this policy is not set the default command line will be used.''',
2961         },
2962         {
2963           'name': 'SkipMetadataCheck',
2964           'type': 'main',
2965           'schema': { 'type': 'boolean' },
2966           'supported_on': ['chrome_frame:31-32'],
2967           'features': {
2968             'dynamic_refresh': False,
2969           },
2970           'example_value': False,
2971           'id': 238,
2972           'caption': '''Skip the meta tag check in <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>''',
2973           'desc': '''Normally pages with X-UA-Compatible set to chrome=1 will be rendered in <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> regardless of the 'ChromeFrameRendererSettings' policy.
2975           If you enable this setting, pages will not be scanned for meta tags.
2977           If you disable this setting, pages will be scanned for meta tags.
2979           If this policy is not set, pages will be scanned for meta tags.'''
2980         },
2981       ],
2982     },
2983     {
2984       'name': 'ChromeFrameContentTypes',
2985       'type': 'group',
2986       'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> to handle the following content types''',
2987       'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> to handle the following content types.''',
2988       'policies': [
2989         {
2990           'name': 'ChromeFrameContentTypes',
2991           'type': 'list',
2992           'schema': {
2993             'type': 'array',
2994             'items': { 'type': 'string' },
2995           },
2996           'supported_on': ['chrome_frame:8-32'],
2997           'features': {
2998             'dynamic_refresh': False,
2999           },
3000           'example_value': ['text/xml', 'application/xml'],
3001           'id': 60,
3002           'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> to handle the listed content types''',
3003           'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> to handle the listed content types.
3005           If this policy is not set the default renderer will be used for all sites as specified by the 'ChromeFrameRendererSettings' policy.''',
3006         },
3007       ],
3008     },
3009     {
3010       'name': 'ChromeOsLockOnIdleSuspend',
3011       'type': 'main',
3012       'schema': { 'type': 'boolean' },
3013       'supported_on': ['chrome_os:9-'],
3014       'features': {
3015         'can_be_recommended': True,
3016         'dynamic_refresh': True,
3017         'per_profile': True,
3018       },
3019       'example_value': True,
3020       'id': 61,
3021       'caption': '''Enable lock when the device become idle or suspended''',
3022       'desc': '''Enable lock when <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> devices become idle or suspended.
3024       If you enable this setting, users will be asked for a password to unlock the device from sleep.
3026       If you disable this setting, users will not be asked for a password to unlock the device from sleep.
3028       If you enable or disable this setting, users cannot change or override it.
3030       If the policy is left not set the user can choose whether he wants to be asked for password to unlock the device or not.''',
3031     },
3032     {
3033       'name': 'ChromeOsMultiProfileUserBehavior',
3034       'type': 'string-enum',
3035       'schema': {
3036         'type': 'string',
3037         'enum': [
3038           'unrestricted',
3039           'primary-only',
3040           'not-allowed',
3041         ],
3042       },
3043       'items': [
3044         {
3045           'name': 'MultiProfileUserBehaviorUnrestricted',
3046           'value': 'unrestricted',
3047           'caption': '''Allow enterprise user to be both primary and secondary  (Default behavior for non-managed users)''',
3048         },
3049         {
3050           'name': 'MultiProfileUserBehaviorMustBePrimary',
3051           'value': 'primary-only',
3052           'caption': '''Allow enterprise user to be primary multiprofile user only (Default behavior for enterprise-managed users)''',
3053         },
3054         {
3055           'name': 'MultiProfileUserBehaviorNotAllowed',
3056           'value': 'not-allowed',
3057           'caption': '''Do not allow enterprise user to be part of multiprofile (primary or secondary)''',
3058         },
3059       ],
3060       'supported_on': ['chrome_os:31-'],
3061       'features': {
3062         'dynamic_refresh': True,
3063         'per_profile': True,
3064       },
3065       'example_value': 'unrestricted',
3066       'id': 244,
3067       'caption': '''Control the user behavior in a multiprofile session''',
3068       'desc': '''Control the user behavior in a multiprofile session on <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> devices.
3070       If this policy is set to 'MultiProfileUserBehaviorUnrestricted', the user can be either primary or secondary user in a multiprofile session.
3072       If this policy is set to 'MultiProfileUserBehaviorMustBePrimary', the user can only be the primary user in a multiprofile session.
3074       If this policy is set to 'MultiProfileUserBehaviorNotAllowed', the user cannot be part of a multiprofile session.
3076       If you set this setting, users cannot change or override it.
3078       If the setting is changed while the user is signed into a multiprofile session, all users in the session will be checked against their corresponding settings. The session will be closed if any one of the users is no longer allowed to be in the session.
3080       If the policy is left not set, the default value 'MultiProfileUserBehaviorMustBePrimary' applies for enterprise-managed users and 'MultiProfileUserBehaviorUnrestricted' will be used for non-managed users.''',
3081     },
3082     {
3083       'name': 'InstantEnabled',
3084       'type': 'main',
3085       'schema': { 'type': 'boolean' },
3086       'supported_on': ['chrome.*:11-28', 'chrome_os:11-28'],
3087       'deprecated': True,
3088       'features': {
3089         'can_be_recommended': True,
3090         'dynamic_refresh': True,
3091         'per_profile': True,
3092       },
3093       'example_value': True,
3094       'id': 62,
3095       'caption': '''Enable Instant''',
3096       'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s Instant feature and prevents users from changing this setting.
3098       If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> Instant is enabled.
3100       If you disable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> Instant is disabled.
3102       If you enable or disable this setting, users cannot change or override this setting.
3104       If this setting is left not set the user can decide to use this function or not.
3106       This setting has been removed from Chrome 29 and higher versions.''',
3107     },
3108     {
3109       'name': 'TranslateEnabled',
3110       'type': 'main',
3111       'schema': { 'type': 'boolean' },
3112       'supported_on': [
3113         'chrome.*:12-',
3114         'chrome_os:12-',
3115         'android:30-',
3116         'ios:34-',
3117       ],
3118       'features': {
3119         'can_be_recommended': True,
3120         'dynamic_refresh': True,
3121         'per_profile': True,
3122       },
3123       'example_value': True,
3124       'id': 80,
3125       'caption': '''Enable Translate''',
3126       'desc': '''Enables the integrated Google Translate service on <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
3128       If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will show an integrated toolbar offering to translate the page for the user, when appropriate.
3130       If you disable this setting, users will never see the translation bar.
3132       If you enable or disable this setting, users cannot change or override this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
3134       If this setting is left not set the user can decide to use this function or not.''',
3135     },
3136     {
3137       'name': 'AllowOutdatedPlugins',
3138       'type': 'main',
3139       'schema': { 'type': 'boolean' },
3140       'supported_on': ['chrome.*:12-', 'chrome_os:12-'],
3141       'features': {
3142         'dynamic_refresh': True,
3143         'per_profile': True,
3144       },
3145       'example_value': True,
3146       'id': 81,
3147       'caption': '''Allow running plugins that are outdated''',
3148       'desc': '''Allows <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to run plugins that are outdated.
3150       If you enable this setting, outdated plugins are used as normal plugins.
3152       If you disable this setting, outdated plugins will not be used and users will not be asked for permission to run them.
3154       If this setting is not set, users will be asked for permission to run outdated plugins.''',
3155     },
3156     {
3157       'name': 'AlwaysAuthorizePlugins',
3158       'type': 'main',
3159       'schema': { 'type': 'boolean' },
3160       'supported_on': ['chrome.*:13-', 'chrome_os:13-'],
3161       'features': {
3162         'dynamic_refresh': True,
3163         'per_profile': True,
3164       },
3165       'example_value': True,
3166       'id': 86,
3167       'caption': '''Always runs plugins that require authorization''',
3168       'desc': '''Allows <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to run plugins that require authorization.
3170       If you enable this setting, plugins that are not outdated always run.
3172       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 compromise security.''',
3173     },
3174     {
3175       'name': 'BookmarkBarEnabled',
3176       'type': 'main',
3177       'schema': { 'type': 'boolean' },
3178       'supported_on': ['chrome.*:12-', 'chrome_os:12-'],
3179       'features': {
3180         'can_be_recommended': True,
3181         'dynamic_refresh': True,
3182         'per_profile': True,
3183       },
3184       'example_value': True,
3185       'id': 82,
3186       'caption': '''Enable Bookmark Bar''',
3187       'desc': '''Enables the bookmark bar on <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
3189       If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will show a bookmark bar.
3191       If you disable this setting, users will never see the bookmark bar.
3193       If you enable or disable this setting, users cannot change or override it in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
3195       If this setting is left not set the user can decide to use this function or not.''',
3196     },
3197     {
3198       'name': 'EditBookmarksEnabled',
3199       'type': 'main',
3200       'schema': { 'type': 'boolean' },
3201       'supported_on': ['chrome.*:12-', 'chrome_os:12-', 'android:30-'],
3202       'features': {
3203         'dynamic_refresh': True,
3204         'per_profile': True,
3205       },
3206       'example_value': False,
3207       'id': 83,
3208       'caption': '''Enables or disables bookmark editing''',
3209       'desc': '''Enables or disables editing bookmarks in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
3211       If you enable this setting, bookmarks can be added, removed or modified. This is the default also when this policy is not set.
3213       If you disable this setting, bookmarks can not be added, removed or modified. Existing bookmarks are still available.''',
3214     },
3215     {
3216       'name': 'AllowFileSelectionDialogs',
3217       'type': 'main',
3218       'schema': { 'type': 'boolean' },
3219       'supported_on': ['chrome.*:12-'],
3220       'features': {
3221         'dynamic_refresh': True,
3222         'per_profile': False,
3223       },
3224       'example_value': True,
3225       'id': 84,
3226       'caption': '''Allow invocation of file selection dialogs''',
3227       'desc': '''Allows access to local files on the machine by allowing <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to display file selection dialogs.
3229       If you enable this setting, users can open file selection dialogs as normal.
3231       If you disable this setting, whenever the user performs an action which would provoke a file selection dialog (like importing bookmarks, uploading files, saving links, etc.) a message is displayed instead and the user is assumed to have clicked Cancel on the file selection dialog.
3233       If this setting is not set, users can open file selection dialogs as normal.''',
3234     },
3235     {
3236       'name': 'GCFUserDataDir',
3237       'type': 'string',
3238       'schema': { 'type': 'string' },
3239       'supported_on': ['chrome_frame:12-32'],
3240       'features': {
3241         'dynamic_refresh': False,
3242       },
3243       'example_value': '${user_home}/Chrome Frame',
3244       'id': 87,
3245       'caption': '''Set <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> user data directory''',
3246       'desc': '''Configures the directory that <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> will use for storing user data.
3248       If you set this policy, <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> will use the provided directory.
3250       See http://www.chromium.org/administrators/policy-list-3/user-data-directory-variables for a list of variables that can be used.
3252       If this setting is left not set the default profile directory will be used.''',
3253       'label': '''Set user data directory''',
3254     },
3255     {
3256       'name': 'DevicePolicyRefreshRate',
3257       'type': 'int',
3258       'schema': { 'type': 'integer' },
3259       'supported_on': ['chrome_os:11-'],
3260       'device_only': True,
3261       'features': {
3262         'dynamic_refresh': True,
3263       },
3264       'example_value': 3600000,
3265       'id': 90,
3266       'caption': '''Refresh rate for Device Policy''',
3267       'desc': '''Specifies the period in milliseconds at which the device management service is queried for device policy information.
3269       Setting this policy overrides the default value of 3 hours. Valid values for this policy are in the range from 1800000 (30 minutes) to 86400000 (1 day). Any values not in this range will be clamped to the respective boundary.
3271       Leaving this policy not set will make <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> use the default value of 3 hours.''',
3272     },
3273     {
3274       'name': 'ImportBookmarks',
3275       'type': 'main',
3276       'schema': { 'type': 'boolean' },
3277       'supported_on': ['chrome.*:15-'],
3278       'features': {
3279         'can_be_recommended': True,
3280         'dynamic_refresh': True,
3281         'per_profile': True,
3282       },
3283       'example_value': True,
3284       'id': 97,
3285       'caption': '''Import bookmarks from default browser on first run''',
3286       'desc': '''This policy forces bookmarks to be imported from the current default browser if enabled. If enabled, this policy also affects the import dialog.
3288       If disabled, no bookmarks are imported.
3290       If it is not set, the user may be asked whether to import, or importing may happen automatically.''',
3291       'label': '''Import bookmarks from default browser on first run''',
3292     },
3293     {
3294       'name': 'ImportHistory',
3295       'type': 'main',
3296       'schema': { 'type': 'boolean' },
3297       'supported_on': ['chrome.*:15-'],
3298       'features': {
3299         'can_be_recommended': True,
3300         'dynamic_refresh': True,
3301         'per_profile': True,
3302       },
3303       'example_value': True,
3304       'id': 98,
3305       'caption': '''Import browsing history from default browser on first run''',
3306       'desc': '''This policy forces the browsing history to be imported from the current default browser if enabled. If enabled, this policy also affects the import dialog.
3308       If disabled, no browsing history is imported.
3310       If it is not set, the user may be asked whether to import, or importing may happen automatically.''',
3311       'label': '''Import browsing history from default browser on first run''',
3312     },
3313     {
3314       'name': 'ImportHomepage',
3315       'type': 'main',
3316       'schema': { 'type': 'boolean' },
3317       'supported_on': ['chrome.*:15-'],
3318       'features': {
3319         'dynamic_refresh': True,
3320         'per_profile': True,
3321       },
3322       'example_value': True,
3323       'id': 99,
3324       'caption': '''Import of homepage from default browser on first run''',
3325       'desc': '''This policy forces the home page to be imported from the current default browser if enabled.
3327       If disabled, the home page is not imported.
3329       If it is not set, the user may be asked whether to import, or importing may happen automatically.''',
3330       'label': '''Import of homepage from default browser on first run''',
3331     },
3332     {
3333       'name': 'ImportSearchEngine',
3334       'type': 'main',
3335       'schema': { 'type': 'boolean' },
3336       'supported_on': ['chrome.*:15-'],
3337       'features': {
3338         'can_be_recommended': True,
3339         'dynamic_refresh': True,
3340         'per_profile': True,
3341       },
3342       'example_value': True,
3343       'id': 100,
3344       'caption': '''Import search engines from default browser on first run''',
3345       'desc': '''This policy forces search engines to be imported from the current default browser if enabled. If enabled, this policy also affects the import dialog.
3347       If disabled, the default search engine is not imported.
3349       If it is not set, the user may be asked whether to import, or importing may happen automatically.''',
3350       'label': '''Import search engines from default browser on first run''',
3351     },
3352     {
3353       'name': 'ImportSavedPasswords',
3354       'type': 'main',
3355       'schema': { 'type': 'boolean' },
3356       'supported_on': ['chrome.*:15-'],
3357       'features': {
3358         'can_be_recommended': True,
3359         'dynamic_refresh': True,
3360         'per_profile': True,
3361       },
3362       'example_value': True,
3363       'id': 101,
3364       'caption': '''Import saved passwords from default browser on first run''',
3365       'desc': '''This policy forces the saved passwords to be imported from the previous default browser if enabled. If enabled, this policy also affects the import dialog.
3367       If disabled, the saved passwords are not imported.
3369       If it is not set, the user may be asked whether to import, or importing may happen automatically.''',
3370       'label': '''Import saved passwords from default browser on first run''',
3371     },
3372     {
3373       'name': 'MaxConnectionsPerProxy',
3374       'type': 'int',
3375       'schema': { 'type': 'integer' },
3376       'supported_on': ['chrome.*:14-'],
3377       'features': {
3378         'dynamic_refresh': False,
3379         'per_profile': False,
3380       },
3381       'example_value': 32,
3382       'id': 92,
3383       'caption': '''Maximal number of concurrent connections to the proxy server''',
3384       'desc': '''Specifies the maximal number of simultaneous connections to the proxy server.
3386       Some proxy servers can not handle high number of concurrent connections per client and this can be solved by setting this policy to a lower value.
3388       The value of this policy should be lower than 100 and higher than 6 and the default value is 32.
3390       Some web apps are known to consume many connections with hanging GETs, so lowering below 32 may lead to browser networking hangs if too many such web apps are open. Lower below the default at your own risk.
3392       If this policy is left not set the default value will be used which is 32.''',
3393     },
3394     {
3395       'name': 'HideWebStorePromo',
3396       'type': 'main',
3397       'schema': { 'type': 'boolean' },
3398       'supported_on': ['chrome.*:15-21', 'chrome_os:15-21'],
3399       'deprecated': True,
3400       'features': {
3401         'dynamic_refresh': False,
3402       },
3403       'example_value': False,
3404       'id': 96,
3405       'caption': '''Prevent app promotions from appearing on the new tab page''',
3406       'desc': '''When set to True, promotions for Chrome Web Store apps will not appear on the new tab page.
3408       Setting this option to False or leaving it not set will make the promotions for Chrome Web Store apps appear on the new tab page''',
3409     },
3410     {
3411       'name': 'URLBlacklist',
3412       'type': 'list',
3413       'schema': {
3414         'type': 'array',
3415         'items': { 'type': 'string' },
3416       },
3417       'supported_on': [
3418         'chrome.*:15-',
3419         'chrome_os:15-',
3420         'android:30-',
3421         'ios:34-',
3422       ],
3423       'features': {
3424         'dynamic_refresh': True,
3425         'per_profile': True,
3426       },
3427       'example_value': ['example.com', 'https://ssl.server.com', 'hosting.com/bad_path', 'http://server:8080/path', '.exact.hostname.com', '*'],
3428       'id': 103,
3429       'caption': '''Block access to a list of URLs''',
3430       'desc': '''Blocks access to the listed URLs.
3432       This policy prevents the user from loading web pages from blacklisted URLs.
3434       A URL has the format 'scheme://host:port/path'.
3435       The optional scheme can be http, https or ftp. Only this scheme will be blocked; if none is specified, all schemes are blocked.
3436       The host can be a hostname or an IP address. Subdomains of a hostname will also be blocked. To prevent blocking subdomains, include a '.' before the hostname. The special hostname '*' will block all domains.
3437       The optional port is a valid port number from 1 to 65535. If none is specified, all ports are blocked.
3438       If the optional path is specified, only paths with that prefix will be blocked.
3440       Exceptions can be defined in the URL whitelist policy. These policies are limited to 1000 entries; subsequent entries will be ignored.
3442       If this policy is not set no URL will be blacklisted in the browser.''',
3443     },
3444     {
3445       'name': 'URLWhitelist',
3446       'type': 'list',
3447       'schema': {
3448         'type': 'array',
3449         'items': { 'type': 'string' },
3450       },
3451       'supported_on': [
3452         'chrome.*:15-',
3453         'chrome_os:15-',
3454         'android:30-',
3455         'ios:34-',
3456       ],
3457       'features': {
3458         'dynamic_refresh': True,
3459         'per_profile': True,
3460       },
3461       'example_value': ['example.com', 'https://ssl.server.com', 'hosting.com/bad_path', 'http://server:8080/path', '.exact.hostname.com'],
3462       'id': 104,
3463       'caption': '''Allows access to a list of URLs''',
3464       'desc': '''Allows access to the listed URLs, as exceptions to the URL blacklist.
3466       See the description of the URL blacklist policy for the format of entries of this list.
3468       This policy can be used to open exceptions to restrictive blacklists. For example, '*' can be blacklisted to block all requests, and this policy can be used to allow access to a limited list of URLs. It can be used to open exceptions to certain schemes, subdomains of other domains, ports, or specific paths.
3470       The most specific filter will determine if a URL is blocked or allowed. The whitelist takes precedence over the blacklist.
3472       This policy is limited to 1000 entries; subsequent entries will be ignored.
3474       If this policy is not set there will be no exceptions to the blacklist from the 'URLBlacklist' policy.''',
3475     },
3476     {
3477       'name': 'OpenNetworkConfiguration',
3478       'type': 'string',
3479       'schema': { 'type': 'string' },
3480       'supported_on': ['chrome_os:16-'],
3481       'features': {
3482         'dynamic_refresh': True,
3483         'per_profile': True,
3484       },
3485       'example_value': '{ "NetworkConfigurations": [ { "GUID": "{4b224dfd-6849-7a63-5e394343244ae9c9}", "Name": "my WiFi", "Type": "WiFi", "WiFi": { "SSID": "my WiFi", "HiddenSSID": false, "Security": "None", "AutoConnect": true } } ] }',
3486       'id': 107,
3487       'caption': '''User-level network configuration''',
3488       'desc': '''Allows pushing network configuration to be applied per-user to a <ph name="PRODUCT_OS_NAME">$2<ex>Chromium OS</ex></ph> device. The network configuration is a JSON-formatted string as defined by the Open Network Configuration format described at <ph name="ONC_SPEC_URL">https://sites.google.com/a/chromium.org/dev/chromium-os/chromiumos-design-docs/open-network-configuration</ph>''',
3489     },
3490     {
3491       'name': 'DeviceOpenNetworkConfiguration',
3492       'type': 'string',
3493       'schema': { 'type': 'string' },
3494       'supported_on': ['chrome_os:16-'],
3495       'device_only': True,
3496       'features': {
3497         'dynamic_refresh': True,
3498       },
3499       'example_value': '{ "NetworkConfigurations": [ { "GUID": "{4b224dfd-6849-7a63-5e394343244ae9c9}", "Name": "my WiFi", "Type": "WiFi", "WiFi": { "SSID": "my WiFi", "HiddenSSID": false, "Security": "None", "AutoConnect": true } } ] }',
3500       'id': 108,
3501       'caption': '''Device-level network configuration''',
3502       'desc': '''Allows pushing network configuration to be applied for all users of a <ph name="PRODUCT_OS_NAME">$2<ex>Chromium OS</ex></ph> device. The network configuration is a JSON-formatted string as defined by the Open Network Configuration format described at <ph name="ONC_SPEC_URL">https://sites.google.com/a/chromium.org/dev/chromium-os/chromiumos-design-docs/open-network-configuration</ph>''',
3503     },
3504     {
3505       'name': 'CloudPrintSubmitEnabled',
3506       'type': 'main',
3507       'schema': { 'type': 'boolean' },
3508       'supported_on': ['chrome.*:17-'],
3509       'features': {
3510         'dynamic_refresh': True,
3511         'per_profile': True,
3512       },
3513       'example_value': True,
3514       'id': 109,
3515       'caption': '''Enable submission of documents to <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph>''',
3516       'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to submit documents to <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> for printing.  NOTE: This only affects <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> support in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.  It does not prevent users from submitting print jobs on web sites.
3518       If this setting is enabled or not configured, users can print to <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> from the <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> print dialog.
3520       If this setting is disabled, users cannot print to <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> from the <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> print dialog''',
3521     },
3522     {
3523       'name': 'EnterpriseWebStoreURL',
3524       'type': 'string',
3525       'schema': { 'type': 'string' },
3526       'supported_on': ['chrome.*:17-28', 'chrome_os:17-28'],
3527       'features': {
3528         'dynamic_refresh': True,
3529         'per_profile': True,
3530       },
3531       'deprecated': True,
3532       'example_value': 'http://company-intranet/chromeapps',
3533       'id': 112,
3534       'caption': '''Enterprise web store URL (deprecated)''',
3535       'desc': '''This setting has been retired as of <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> version 29. The recommended way to set up organization-hosted extension/app collections is to include the site hosting the CRX packages in ExtensionInstallSources and put direct download links to the packages on a web page. A launcher for that web page can be created using the ExtensionInstallForcelist policy.''',
3536     },
3537     {
3538       'name': 'EnterpriseWebStoreName',
3539       'type': 'string',
3540       'schema': { 'type': 'string' },
3541       'supported_on': ['chrome.*:17-28', 'chrome_os:17-28'],
3542       'features': {
3543         'dynamic_refresh': True,
3544         'per_profile': True,
3545       },
3546       'deprecated': True,
3547       'example_value': 'WidgCo Chrome Apps',
3548       'id': 113,
3549       'caption': '''Enterprise web store name (deprecated)''',
3550       'desc': '''This setting has been retired as of <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> version 29. The recommended way to set up organization-hosted extension/app collections is to include the site hosting the CRX packages in ExtensionInstallSources and put direct download links to the packages on a web page. A launcher for that web page can be created using the ExtensionInstallForcelist policy.''',
3551     },
3552     {
3553       'name': 'EnableOriginBoundCerts',
3554       'type': 'main',
3555       'schema': { 'type': 'boolean' },
3556       'supported_on': ['chrome.*:17-35'],
3557       'features': {
3558         'dynamic_refresh': True,
3559         'per_profile': False,
3560       },
3561       'deprecated': True,
3562       'future': True,
3563       'example_value': True,
3564       'id': 114,
3565       'caption': '''Enable TLS domain-bound certificates extension (deprecated)''',
3566       'desc': '''This policy has been retired as of <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> version 36.
3568       Specifies whether the TLS domain-bound certificates extension should be enabled.
3570       This setting is used to enable the TLS domain-bound certificates extension for testing.  This experimental setting will be removed in the future.''',
3571     },
3572     {
3573       'name': 'EnableMemoryInfo',
3574       'type': 'main',
3575       'schema': { 'type': 'boolean' },
3576       'supported_on': ['chrome.*:17-34', 'chrome_os:18-34'],
3577       'features': {
3578         'dynamic_refresh': True,
3579         'per_profile': True,
3580       },
3581       'deprecated': True,
3582       'future': True,
3583       'example_value': False,
3584       'id': 115,
3585       'caption': '''Enable reporting memory info (JS heap size) to page (deprecated)''',
3586       'desc': '''This policy has been retired as of <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> version 35.
3588       Memory info is anyway reported to page, regardless of the option value, but the sizes reported are
3589       quantized and the rate of updates is limited for security reasons. To obtain real-time precise data,
3590       please use tools like Telemetry.''',
3591     },
3592     {
3593       'name': 'DisablePrintPreview',
3594       'type': 'main',
3595       'schema': { 'type': 'boolean' },
3596       'supported_on': ['chrome.*:18-'],
3597       'features': {
3598         'dynamic_refresh': False,
3599         'per_profile': True,
3600       },
3601       'example_value': False,
3602       'id': 117,
3603       'caption': '''Disable Print Preview''',
3604       'desc': '''Show the system print dialog instead of print preview.
3606       When this setting is enabled, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will open the system print dialog instead of the built-in print preview when a user requests a page to be printed.
3608       If this policy is not set or is set to false, print commands trigger the print preview screen.''',
3609     },
3610     {
3611       'name': 'DisableSSLRecordSplitting',
3612       'type': 'main',
3613       'schema': { 'type': 'boolean' },
3614       'supported_on': ['chrome.*:18-', 'chrome_os:18-'],
3615       'features': {
3616         'dynamic_refresh': True,
3617         'per_profile': False,
3618       },
3619       'example_value': True,
3620       'id': 118,
3621       'caption': '''Disable SSL record splitting''',
3622       'desc': '''Specifies whether SSL record splitting should be disabled. Record splitting is a workaround for a weakness in SSL 3.0 and TLS 1.0 but can cause compatibility issues with some HTTPS servers and proxies.
3624       If the policy is not set, or is set to false, then record splitting will be used on SSL/TLS connections which use CBC ciphersuites.''',
3625     },
3626     {
3627       'name': 'EnableOnlineRevocationChecks',
3628       'type': 'main',
3629       'schema': { 'type': 'boolean' },
3630       'supported_on': ['chrome.*:19-', 'chrome_os:19-'],
3631       'features': {
3632         'dynamic_refresh': True,
3633         'per_profile': False,
3634       },
3635       'example_value': False,
3636       'id': 129,
3637       'caption': '''Whether online OCSP/CRL checks are performed''',
3638       'desc': '''In light of the fact that soft-fail, online revocation checks provide no effective security benefit, they are disabled by default in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> version 19 and later. By setting this policy to true, the previous behavior is restored and online OCSP/CRL checks will be performed.
3640       If the policy is not set, or is set to false, then Chrome will not perform online revocation checks in Chrome 19 and later.''',
3641     },
3642     {
3643       'name': 'RequireOnlineRevocationChecksForLocalAnchors',
3644       'type': 'main',
3645       'schema': { 'type': 'boolean' },
3646       'supported_on': ['chrome_os:30-', 'chrome.linux:30-', 'chrome.win:30-'],
3647       'features': {
3648         'dynamic_refresh': True,
3649         'per_profile': False,
3650       },
3651       'example_value': False,
3652       'id': 235,
3653       'caption': '''Whether online OCSP/CRL checks are required for local trust anchors''',
3654       'desc': '''When this setting is enabled, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will always perform revocation checking for server certificates that successfully validate and are signed by locally-installed CA certificates.
3656       If <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is unable to obtain revocation status information, such certificates will be treated as revoked ('hard-fail').
3658       If this policy is not set, or it is set to false, then Chrome will use the existing online revocation checking settings.''',
3659     },
3660     {
3661       'name': 'ForceEphemeralProfiles',
3662       'type': 'main',
3663       'schema': { 'type': 'boolean' },
3664       'supported_on': ['chrome.*:32-'],
3665       'features': {
3666         'dynamic_refresh': False,
3667         'per_profile': True,
3668       },
3669       'example_value': True,
3670       'id': 245,
3671       'caption': '''Ephemeral profile''',
3672       'desc': '''If set to enabled this policy forces the profile to be switched to ephemeral mode. If this policy is specified as an OS policy (e.g. GPO on Windows) it will apply to every profile on the system; if the policy is set as a Cloud policy it will apply only to a profile signed in with a managed account.
3674       In this mode the profile data is persisted on disk only for the length of the user session. Features like browser history, extensions and their data, web data like cookies and web databases are not preserved after the browser is closed. However this does not prevent the user from downloading any data to disk manually, save pages or print them.
3676       If the user has enabled sync all this data is preserved in his sync profile just like with regular profiles. Incognito mode is also available if not explicitly disabled by policy.
3678       If the policy is set to disabled or left not set signing in leads to regular profiles.'''
3679     },
3680     {
3681       'name': 'SAMLOfflineSigninTimeLimit',
3682       'type': 'int',
3683       'schema': { 'type': 'integer', 'minimum': -1 },
3684       'supported_on': ['chrome_os:34-'],
3685       'features': {
3686         'dynamic_refresh': True,
3687         'per_profile': True,
3688       },
3689       'example_value': 32,
3690       'id': 254,
3691       'caption': '''Limit the time for which a user authenticated via SAML can log in offline''',
3692       'desc': '''Limit the time for which a user authenticated via SAML can log in offline.
3694       During login, Chrome OS can authenticate against a server (online) or using a cached password (offline).
3696       When this policy is set to a value of -1, the user can authenticate offline indefinitely. When this policy is set to any other value, it specifies the length of time since the last online authentication after which the user must use online authentication again.
3698       Leaving this policy not set will make <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> use a default time limit of 14 days after which the user must use online authentication again.
3700       This policy affects only users who authenticated using SAML.
3702       The policy value should be specified in seconds.''',
3703     },
3704     {
3705       'name': 'AutoCleanUpStrategy',
3706       'type': 'string-enum',
3707       'schema': {
3708         'type': 'string',
3709         'enum': [ 'remove-lru', 'remove-lru-if-dormant' ],
3710       },
3711       'items': [
3712         {
3713           'name': 'RemoveLRU',
3714           'value': 'remove-lru',
3715           'caption': '''Least recently used users are removed until there is enough free space''',
3716         },
3717         {
3718           'name': 'RemoveLRUIfDormant',
3719           'value': 'remove-lru-if-dormant',
3720           'caption': '''Least recently used users who have not logged in within last 3 months are removed until there is enough free space''',
3721         },
3722       ],
3723       'supported_on': ['chrome_os:32-35'],
3724       'device_only': True,
3725       'features': {
3726         'dynamic_refresh': True,
3727         'per_profile': False,
3728       },
3729       'deprecated': True,
3730       'example_value': 'remove-lru',
3731       'id': 246,
3732       'caption': '''Selects the strategy used to free up disk space during automatic clean-up (deprecated)''',
3733       'desc': '''This policy is deprecated. <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will always use the 'RemoveLRU' clean-up strategy.
3735       Controls the automatic clean-up behavior on <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> devices. Automatic clean-up is triggered when the amount of free disk space reaches a critical level to recover some disk space.
3737       If this policy is set to 'RemoveLRU', the automatic clean-up will keep removing users from the device in least-recently-logged-in order until there is enough free space.
3739       If this policy is set to 'RemoveLRUIfDormant', the automatic clean-up will keep removing users who have not logged in for at least 3 months in least-recently-logged-in order until there is enough free space.
3741       If this policy is not set, automatic clean-up uses the default built-in strategy. Currently, it is the 'RemoveLRUIfDormant' strategy.'''
3742     },
3743     {
3744       'name': 'ReportDeviceVersionInfo',
3745       'type': 'main',
3746       'schema': { 'type': 'boolean' },
3747       'supported_on': ['chrome_os:18-'],
3748       'device_only': True,
3749       'features': {
3750         'dynamic_refresh': True,
3751       },
3752       'example_value': False,
3753       'id': 119,
3754       'caption': '''Report OS and firmware version''',
3755       'desc': '''Report OS and firmware version of enrolled devices.
3757       If this setting is set to True, enrolled devices will report the OS and firmware version periodically. If this setting is not set or set to False, version info will not be reported.''',
3758     },
3759     {
3760       'name': 'ReportDeviceActivityTimes',
3761       'type': 'main',
3762       'schema': { 'type': 'boolean' },
3763       'supported_on': ['chrome_os:18-'],
3764       'device_only': True,
3765       'features': {
3766         'dynamic_refresh': True,
3767       },
3768       'example_value': False,
3769       'id': 120,
3770       'caption': '''Report device activity times''',
3771       'desc': '''Report device activity times.
3773       If this setting is set to True, enrolled devices will report time periods when a user is active on the device. If this setting is not set or set to False, device activity times will not be recorded or reported.''',
3774     },
3775     {
3776       'name': 'ReportDeviceBootMode',
3777       'type': 'main',
3778       'schema': { 'type': 'boolean' },
3779       'supported_on': ['chrome_os:18-'],
3780       'device_only': True,
3781       'features': {
3782         'dynamic_refresh': True,
3783       },
3784       'example_value': False,
3785       'id': 121,
3786       'caption': '''Report device boot mode''',
3787       'desc': '''Report the state of the device's dev switch at boot.
3789       If the policy is not set, or set to false, the state of the dev switch will not be reported.''',
3790     },
3791     {
3792       'name': 'ReportDeviceLocation',
3793       'type': 'main',
3794       'schema': { 'type': 'boolean' },
3795       'supported_on': ['chrome_os:20-'],
3796       'device_only': True,
3797       'features': {
3798         'dynamic_refresh': True,
3799       },
3800       'future': True,
3801       'example_value': False,
3802       'id': 143,
3803       'caption': '''Report device location''',
3804       'desc': '''Report the geographic location of the device.
3806       If the policy is not set, or set to false, the location will not be reported.''',
3807     },
3808     {
3809       'name': 'ReportDeviceNetworkInterfaces',
3810       'type': 'main',
3811       'schema': { 'type': 'boolean' },
3812       'supported_on': ['chrome_os:29-'],
3813       'device_only': True,
3814       'features': {
3815         'dynamic_refresh': True,
3816       },
3817       'example_value': False,
3818       'id': 224,
3819       'caption': '''Report device network interfaces''',
3820       'desc': '''Report list of network interfaces with their types and hardware addresses to the server.
3822       If the policy is not set, or set to false, the interface list will not be reported.''',
3823     },
3824     {
3825       'name': 'ReportDeviceUsers',
3826       'type': 'main',
3827       'schema': { 'type': 'boolean' },
3828       'supported_on': ['chrome_os:32-'],
3829       'device_only': True,
3830       'features': {
3831         'dynamic_refresh': True,
3832       },
3833       'example_value': False,
3834       'id': 248,
3835       'caption': '''Report device users''',
3836       'desc': '''Report list of device users that have recently logged in.
3838       If the policy is not set, or set to false, the users will not be reported.''',
3839     },
3840     {
3841       'name': 'DeviceUserWhitelist',
3842       'type': 'list',
3843       'schema': {
3844         'type': 'array',
3845         'items': { 'type': 'string' },
3846       },
3847       'supported_on': ['chrome_os:12-'],
3848       'device_only': True,
3849       'features': {
3850         'dynamic_refresh': True,
3851       },
3852       'example_value': [ 'madmax@managedchrome.com' ],
3853       'id': 122,
3854       'caption': '''Login user white list''',
3855       'desc': '''Defines the list of users that are allowed to login to the device. 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</ph>. To allow arbitrary users on a domain, use entries of the form <ph name="USER_WHITELIST_ENTRY_WILDCARD">*@domain</ph>.
3857       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 name="DEVICEALLOWNEWUSERS_POLICY_NAME">DeviceAllowNewUsers</ph> policy to be configured appropriately.''',
3858     },
3859     {
3860       'name': 'DeviceAllowNewUsers',
3861       'type': 'main',
3862       'schema': { 'type': 'boolean' },
3863       'supported_on': ['chrome_os:12-'],
3864       'device_only': True,
3865       'features': {
3866         'dynamic_refresh': True,
3867       },
3868       'example_value': True,
3869       'id': 123,
3870       'caption': '''Allow creation of new user accounts''',
3871       '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 false, users that do not have an account already will not be able to login.
3873       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_NAME">DeviceUserWhitelist</ph> does not prevent the user from logging in.''',
3874     },
3875     {
3876       'name': 'DeviceGuestModeEnabled',
3877       'type': 'main',
3878       'schema': { 'type': 'boolean' },
3879       'supported_on': ['chrome_os:12-'],
3880       'device_only': True,
3881       'features': {
3882         'dynamic_refresh': True,
3883       },
3884       'example_value': True,
3885       'id': 124,
3886       'caption': '''Enable guest mode''',
3887       'desc': '''If this policy is set to true or not configured, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will enable guest logins. Guest logins are anonymous user sessions and do not require a password.
3889       If this policy is set to false, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will not allow guest sessions to be started.''',
3890     },
3891     {
3892       'name': 'DeviceShowUserNamesOnSignin',
3893       'type': 'main',
3894       'schema': { 'type': 'boolean' },
3895       'supported_on': ['chrome_os:12-'],
3896       'device_only': True,
3897       'features': {
3898         'dynamic_refresh': True,
3899       },
3900       'example_value': True,
3901       'id': 125,
3902       'caption': '''Show usernames on login screen''',
3903       'desc': '''If this policy is set to true or not configured, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will show existing users on the login screen and allow to pick one. If this policy is set to false, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will use the username/password prompt for login.''',
3904     },
3905     {
3906       'name': 'DeviceDataRoamingEnabled',
3907       'type': 'main',
3908       'schema': { 'type': 'boolean' },
3909       'supported_on': ['chrome_os:12-'],
3910       'device_only': True,
3911       'features': {
3912         'dynamic_refresh': True,
3913       },
3914       'example_value': True,
3915       'id': 126,
3916       'caption': '''Enable data roaming''',
3917       'desc': '''Determines whether data roaming should be enabled for the device. If set to true, data roaming is allowed. If left unconfigured or set to false, data roaming will be not available.''',
3918     },
3919     {
3920       'name': 'DeviceMetricsReportingEnabled',
3921       'type': 'main',
3922       'schema': { 'type': 'boolean' },
3923       'supported_on': ['chrome_os:14-'],
3924       'device_only': True,
3925       'features': {
3926         'dynamic_refresh': True,
3927       },
3928       'example_value': True,
3929       'id': 127,
3930       'caption': '''Enable metrics reporting''',
3931       'desc': '''Controls whether usage metrics are reported back to Google. If set to true, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will report usage metrics. If not configured or set to false, metrics reporting will be disabled.''',
3932     },
3933     {
3934       'name': 'ChromeOsReleaseChannel',
3935       'type': 'string-enum',
3936       'schema': {
3937         'type': 'string',
3938         'enum': [ 'stable-channel', 'beta-channel', 'dev-channel' ],
3939       },
3940       'items': [
3941         {
3942           'name': 'StableChannel',
3943           'value': 'stable-channel',
3944           'caption': '''Stable channel''',
3945         },
3946         {
3947           'name': 'BetaChannel',
3948           'value': 'beta-channel',
3949           'caption': '''Beta channel''',
3950         },
3951         {
3952           'name': 'DevChannel',
3953           'value': 'dev-channel',
3954           'caption': '''Dev channel (may be unstable)''',
3955         },
3956       ],
3957       'supported_on': ['chrome_os:11-'],
3958       'device_only': True,
3959       'features': {
3960         'dynamic_refresh': True,
3961       },
3962       'example_value': 'stable-channel',
3963       'id': 91,
3964       'caption': '''Release channel''',
3965       'desc': '''Specifies the release channel that this device should be locked to.''',
3966     },
3967     {
3968       'name': 'ChromeOsReleaseChannelDelegated',
3969       'type': 'main',
3970       'schema': { 'type': 'boolean' },
3971       'supported_on': ['chrome_os:19-'],
3972       'device_only': True,
3973       'features': {
3974         'dynamic_refresh': True,
3975       },
3976       'example_value': False,
3977       'id': 134,
3978       'caption': '''Whether the release channel should be configurable by the user''',
3979       'desc': '''If this policy is set to True and the ChromeOsReleaseChannel policy is not specified then users of the enrolling domain will be allowed to change the release channel of the device. If this policy is set to false the device will be locked in whatever channel it was last set.
3981       The user selected channel will be overridden by the ChromeOsReleaseChannel policy, but if the policy channel is more stable than the one that was installed on the device, then the channel will only switch after the version of the more stable channel reaches a higher version number than the one installed on the device.''',
3982     },
3983     {
3984       'name': 'DeviceEphemeralUsersEnabled',
3985       'type': 'main',
3986       'schema': { 'type': 'boolean' },
3987       'supported_on': ['chrome_os:19-'],
3988       'device_only': True,
3989       'features': {
3990         'dynamic_refresh': True,
3991       },
3992       'example_value': True,
3993       'id': 128,
3994       'caption': '''Wipe user data on sign-out''',
3995       'desc': '''Determines whether <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> keeps local account data after logout. If set to true, no persistent accounts are kept by <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> and all data from the user session will be discarded after logout. If this policy is set to false or not configured, the device may keep (encrypted) local user data.''',
3996     },
3997     {
3998       'name': 'DeviceStartUpUrls',
3999       'type': 'list',
4000       'schema': {
4001         'type': 'array',
4002         'items': { 'type': 'string' },
4003       },
4004       'supported_on': ['chrome_os:19-'],
4005       'device_only': True,
4006       'features': {
4007         'dynamic_refresh': True,
4008       },
4009       'example_value': [ 'http://google.com', 'chrome-extension://aaaaaaaaaaaaaaaaaaaaaaaa/' ],
4010       'id': 137,
4011       'caption': '''Load specified urls on demo login''',
4012       'desc': '''This policy is active in retail mode only.
4014       Determines the set of URLs to be loaded when the demo session is started. This policy will override any other mechanisms for setting the initial URL and thus can only be applied to a session not associated with a particular user.''',
4015     },
4016     {
4017       'name': 'DeviceIdleLogoutTimeout',
4018       'type': 'int',
4019       'schema': { 'type': 'integer' },
4020       'supported_on': ['chrome_os:19-'],
4021       'device_only': True,
4022       'features': {
4023         'dynamic_refresh': True,
4024       },
4025       'example_value': 60000,
4026       'id': 130,
4027       'caption': '''Timeout until idle user log-out is executed''',
4028       'desc': '''This policy is active in retail mode only.
4030       When the value of this policy is set and is not 0 then the currently logged in demo user will be logged out automatically after an inactivity time of the specified duration has elapsed.
4032       The policy value should be specified in milliseconds.''',
4033     },
4034     {
4035       'name': 'DeviceIdleLogoutWarningDuration',
4036       'type': 'int',
4037       'schema': { 'type': 'integer' },
4038       'supported_on': ['chrome_os:19-'],
4039       'device_only': True,
4040       'features': {
4041         'dynamic_refresh': True,
4042       },
4043       'example_value': 15000,
4044       'id': 131,
4045       'caption': '''Duration of the idle log-out warning message''',
4046       'desc': '''This policy is active in retail mode only.
4048       When DeviceIdleLogoutTimeout is specified this policy defines the duration of the warning box with a count down timer that is shown to the user before the logout is executed.
4050       The policy value should be specified in milliseconds.''',
4051     },
4052     {
4053       'name': 'DeviceLoginScreenSaverId',
4054       'type': 'string',
4055       'schema': { 'type': 'string' },
4056       'supported_on': ['chrome_os:19-'],
4057       'device_only': True,
4058       'features': {
4059         'dynamic_refresh': True,
4060       },
4061       'example_value': 'fhblcfnmnbehmifidkddcenilbpddlfk',
4062       'id': 132,
4063       'caption': '''Screen saver to be used on the sign-in screen in retail mode''',
4064       'desc': '''This policy is active in retail mode only.
4066       Determines the id of the extension to be used as a screen saver on the sign-in screen. The extension must be part of the AppPack that is configured for this domain through the DeviceAppPack policy.''',
4067     },
4068     {
4069       'name': 'DeviceLoginScreenSaverTimeout',
4070       'type': 'int',
4071       'schema': { 'type': 'integer' },
4072       'supported_on': ['chrome_os:19-'],
4073       'device_only': True,
4074       'features': {
4075         'dynamic_refresh': True,
4076       },
4077       'example_value': 120000,
4078       'id': 133,
4079       'caption': '''Duration of inactivity before the screen saver is shown on the sign-in screen in retail mode''',
4080       'desc': '''This policy is active in retail mode only.
4082       Determines the duration before the screen saver is shown on the sign-in screen for devices in retail mode.
4084       The policy value should be specified in milliseconds.''',
4085     },
4086     {
4087       'name': 'DeviceAppPack',
4088       'type': 'list',
4089       'schema': {
4090         'type': 'array',
4091         'items': { 'type': 'string' },
4092       },
4093       'supported_on': ['chrome_os:19-'],
4094       'device_only': True,
4095       'features': {
4096         'dynamic_refresh': True,
4097       },
4098       'example_value': [ { "extension-id": "khgabmflimjjbclkmljlpmgaleanedem", "update-url": "http://clients2.google.com/service/update2/crx" } ],
4099       'id': 135,
4100       'caption': '''List of AppPack extensions''',
4101       'desc': '''This policy is active in retail mode only.
4103       Lists extensions that are automatically installed for the Demo user, for devices in retail mode. These extensions are saved in the device and can be installed while offline, after the installation.
4105       Each list entry contains a dictionary that must include the extension ID in the 'extension-id' field, and its update URL in the 'update-url' field.''',
4106     },
4107     {
4108       'name': 'DeviceAutoUpdateDisabled',
4109       'type': 'main',
4110       'schema': { 'type': 'boolean' },
4111       'supported_on': ['chrome_os:19-'],
4112       'device_only': True,
4113       'features': {
4114         'dynamic_refresh': True,
4115       },
4116       'example_value': True,
4117       'id': 136,
4118       'caption': '''Disables Auto Update''',
4119       'desc': '''Disables automatic updates when set to True.
4121       <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> devices automatically check for updates when this setting is not configured or set to False.''',
4122     },
4123     {
4124       'name': 'DeviceAutoUpdateP2PEnabled',
4125       'type': 'main',
4126       'schema': { 'type': 'boolean' },
4127       'supported_on': ['chrome_os:31-'],
4128       'device_only': True,
4129       'features': {
4130         'dynamic_refresh': True,
4131       },
4132       'example_value': False,
4133       'id': 242,
4134       'caption': '''Auto update p2p enabled''',
4135       'desc': '''Specifies whether p2p is to be used for OS update payloads. If set to True, devices will share and attempt to consume update payloads on the LAN, potentially reducing Internet bandwidth usage and congestion. If the update payload is not available on the LAN, the device will fall back to downloading from an update server. If set to False or not configured, p2p will not be used.''',
4136     },
4137     {
4138       'name': 'DeviceTargetVersionPrefix',
4139       'type': 'string',
4140       'schema': { 'type': 'string' },
4141       'supported_on': ['chrome_os:19-'],
4142       'device_only': True,
4143       'features': {
4144         'dynamic_refresh': True,
4145       },
4146       'example_value': '1412.',
4147       'id': 142,
4148       'caption': '''Target Auto Update Version''',
4149       'desc': '''Sets a target version for Auto Updates.
4151       Specifies the prefix of a target version <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> should update to. If the device is running a version that's before the specified prefix, it will update to the latest version with the given prefix. If the device is already on a later version, there is no effect (i.e. no downgrades are performed) and the device will remain on the current version. The prefix format works component-wise as is demonstrated in the following example:
4153       "" (or not configured): update to latest version available.
4154       "1412.": update to any minor version of 1412 (e.g. 1412.24.34 or 1412.60.2)
4155       "1412.2.": update to any minor version of 1412.2 (e.g. 1412.2.34 or 1412.2.2)
4156       "1412.24.34": update to this specific version only''',
4157     },
4158     {
4159       'name': 'DeviceUpdateScatterFactor',
4160       'type': 'int',
4161       'schema': { 'type': 'integer' },
4162       'supported_on': ['chrome_os:20-'],
4163       'device_only': True,
4164       'features': {
4165         'dynamic_refresh': True,
4166       },
4167       'example_value': 7200,
4168       'id': 145,
4169       'caption': '''Auto update scatter factor''',
4170       'desc': '''Specifies the number of seconds up to which a device may randomly delay its download of an update from the time the update was first pushed out to the server. The device may wait a portion of this time in terms of wall-clock-time and the remaining portion in terms of the number of update checks. In any case, the scatter is upper bounded to a constant amount of time so that a device does not ever get stuck waiting to download an update forever.''',
4171     },
4172     {
4173       'name': 'DeviceUpdateAllowedConnectionTypes',
4174       'type': 'list',
4175       'schema': {
4176         'type': 'array',
4177         'items': { 'type': 'string' },
4178       },
4179       'supported_on': ['chrome_os:21-'],
4180       'device_only': True,
4181       'features': {
4182         'dynamic_refresh': True,
4183       },
4184       'example_value': [ 'ethernet' ],
4185       'id': 146,
4186       'caption': '''Connection types allowed for updates''',
4187       'desc': ''' The types of connections that are allowed to use for OS updates. OS updates potentially put heavy strain on the connection due to their size and may incur additional cost. Therefore, they are by default not enabled for connection types that are considered expensive, which include WiMax, Bluetooth and Cellular at the moment.
4189       The recognized connection type identifiers are "ethernet", "wifi", "wimax", "bluetooth" and "cellular".''',
4190     },
4191     {
4192       'name': 'DeviceUpdateHttpDownloadsEnabled',
4193       'type': 'main',
4194       'schema': {
4195         'type': 'boolean',
4196       },
4197       'supported_on': ['chrome_os:29-'],
4198       'device_only': True,
4199       'features': {
4200         'dynamic_refresh': True,
4201       },
4202       'example_value': True,
4203       'id': 243,
4204       'caption': '''Allow autoupdate downloads via HTTP''',
4205       'desc': '''Auto-update payloads on <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> can be downloaded via HTTP instead of HTTPS. This allows transparent HTTP caching of HTTP downloads.
4207       If this policy is set to true, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will attempt to download auto-update payloads via HTTP. If the policy is set to false or not set, HTTPS will be used for downloading auto-update payloads.''',
4208     },
4209     {
4210       'name': 'DeviceLocalAccounts',
4211       'type': 'list',
4212       'schema': {
4213         'type': 'array',
4214         'items': { 'type': 'string' },
4215       },
4216       'supported_on': ['chrome_os:25-'],
4217       'device_only': True,
4218       'features': {
4219         'dynamic_refresh': True,
4220       },
4221       'example_value': [ "demo@example.com" ],
4222       'id': 163,
4223       'caption': '''Device-local accounts''',
4224       'desc': '''Specifies the list of device-local accounts to be shown on the login screen.
4226       Every list entry specifies an identifier, which is used internally to tell the different device-local accounts apart.''',
4227     },
4228     {
4229       'name': 'DeviceLocalAccountAutoLoginId',
4230       'type': 'string',
4231       'schema': { 'type': 'string' },
4232       'supported_on': ['chrome_os:26-'],
4233       'device_only': True,
4234       'features': {
4235         'dynamic_refresh': True,
4236       },
4237       'example_value': "public@example.com",
4238       'id': 194,
4239       'caption': '''Public session for auto-login''',
4240       'desc': '''A public session to auto-login after a delay.
4242       If this policy is set, the specified session will be automatically logged in after a period of time has elapsed at the login screen without user interaction. The public session must already be configured (see |DeviceLocalAccounts|).
4244       If this policy is unset, there will be no auto-login.''',
4245     },
4246     {
4247       'name': 'DeviceLocalAccountAutoLoginDelay',
4248       'type': 'int',
4249       'schema': { 'type': 'integer' },
4250       'supported_on': ['chrome_os:26-'],
4251       'device_only': True,
4252       'features': {
4253         'dynamic_refresh': True,
4254       },
4255       'example_value': 180000,
4256       'id': 195,
4257       'caption': '''Public session auto-login timer''',
4258       'desc': '''The public session auto-login delay.
4260       If the |DeviceLocalAccountAutoLoginId| policy is unset, this policy has no effect. Otherwise:
4262       If this policy is set, it determines the amount of time without user activity that should elapse before automatically logging into the public session specified by the |DeviceLocalAccountAutoLoginId| policy.
4264       If this policy is unset, 0 milliseconds will be used as the timeout.
4266       This policy is specified in milliseconds.'''
4267     },
4268     {
4269       'name': 'DeviceLocalAccountAutoLoginBailoutEnabled',
4270       'type': 'main',
4271       'schema': { 'type': 'boolean' },
4272       'supported_on': ['chrome_os:28-'],
4273       'device_only': True,
4274       'features': {
4275         'dynamic_refresh': True,
4276       },
4277       'example_value': True,
4278       'id': 202,
4279       'caption': '''Enable bailout keyboard shortcut for auto-login''',
4280       'desc': '''Enable bailout keyboard shortcut for auto-login.
4282       If this policy is unset or set to True and a device-local account is configured for zero-delay auto-login, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will honor the keyboard shortcut Ctrl+Alt+S for bypassing auto-login and showing the login screen.
4284       If this policy is set to False, zero-delay auto-login (if configured) cannot be bypassed.'''
4285     },
4286     {
4287       'name': 'DeviceLocalAccountPromptForNetworkWhenOffline',
4288       'type': 'main',
4289       'schema': { 'type': 'boolean' },
4290       'supported_on': ['chrome_os:33-'],
4291       'device_only': True,
4292       'features': {
4293         'dynamic_refresh': True,
4294       },
4295       'example_value': True,
4296       'id': 250,
4297       'caption': '''Enable network configuration prompt when offline''',
4298       'desc': '''Enable network configuration prompt when offline.
4300       If this policy is unset or set to True and a device-local account is configured for zero-delay auto-login and the device does not have access to the Internet, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will show a network configuration prompt.
4302       If this policy is set to False, an error message will be displayed instead of the network configuration prompt.'''
4303     },
4304     {
4305       'name': 'DeviceBlockDevmode',
4306       'type': 'main',
4307       'schema': { 'type': 'boolean' },
4308       'supported_on': ['chrome_os:37-'],
4309       'device_only': True,
4310       'features': {
4311         'dynamic_refresh': True,
4312       },
4313       'example_value': True,
4314       'id': 266,
4315       'caption': '''Block developer mode''',
4316       'desc': '''Block developer mode.
4318       If this policy is set to True, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will prevent the device from booting into developer mode. The system will refuse to boot and show an error screen when the developer switch is turned on.
4320       If this policy is unset or set to False, developer mode will remain available for the device.'''
4321     },
4322     {
4323       'name': 'BackgroundModeEnabled',
4324       'type': 'main',
4325       'schema': { 'type': 'boolean' },
4326       'supported_on': ['chrome.win:19-', 'chrome.linux:19-'],
4327       'features': {
4328         'can_be_recommended': True,
4329         'dynamic_refresh': True,
4330         'per_profile': False,
4331       },
4332       'example_value': True,
4333       'id': 138,
4334       'caption': '''Continue running background apps when <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is closed''',
4335       'desc': '''Determines whether a <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> process is started on OS login and keeps running when the last browser window is closed, allowing background apps to remain active. The background process displays an icon in the system tray and can always be closed from there.
4337       If this policy is set to True, background mode is enabled and cannot be controlled by the user in the browser settings.
4339       If this policy is set to False, background mode is disabled and cannot be controlled by the user in the browser settings.
4341       If this policy is left unset, background mode is initially disabled and can be controlled by the user in the browser settings.''',
4342     },
4343     {
4344       'name': 'Drive',
4345       'type': 'group',
4346       'caption': '''Configure Google Drive options''',
4347       'desc': '''Configure Google Drive in <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph>.''',
4348       'policies': [
4349         {
4350           'name': 'DriveDisabled',
4351           'type': 'main',
4352           'schema': { 'type': 'boolean' },
4353           'supported_on': ['chrome_os:19-'],
4354           'features': {
4355             'dynamic_refresh': True,
4356             'per_profile': True,
4357           },
4358           'example_value': True,
4359           'id': 139,
4360           'caption': '''Disables Drive in the Chrome OS Files app''',
4361           'desc': '''Disables Google Drive syncing in the Chrome OS Files app when set to True. In that case, no data is uploaded to Google Drive.
4363           If not set or set to False, then users will be able to transfer files to Google Drive.''',
4364         },
4365         {
4366           'name': 'DriveDisabledOverCellular',
4367           'type': 'main',
4368           'schema': { 'type': 'boolean' },
4369           'supported_on': ['chrome_os:19-'],
4370           'features': {
4371             'dynamic_refresh': True,
4372             'per_profile': True,
4373           },
4374           'example_value': True,
4375           'id': 140,
4376           'caption': '''Disables Google Drive over Cellular connections in the Chrome OS Files app''',
4377           'desc': '''Disables Google Drive syncing in the Chrome OS Files app when using a cellular connection when set to True. In that case, data is only synced to Google Drive when connected via WiFi or Ethernet.
4379           If not set or set to False, then users will be able to transfer files to Google Drive via cellular connections.''',
4380         },
4381       ],
4382     },
4383     {
4384       'name': 'PinnedLauncherApps',
4385       'type': 'list',
4386       'schema': {
4387         'type': 'array',
4388         'items': { 'type': 'string' },
4389       },
4390       'supported_on': ['chrome_os:20-' ],
4391       'features': {
4392         'can_be_recommended': True,
4393         'dynamic_refresh': True,
4394         'per_profile': True,
4395       },
4396       'example_value': ['pjkljhegncpnkpknbcohdijeoejaedia'],
4397       'id': 144,
4398       'caption': '''List of pinned apps to show in the launcher''',
4399       'desc': '''Lists the application identifiers <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> shows as pinned apps in the launcher bar.
4401       If this policy is configured, the set of applications is fixed and can't be changed by the user.
4403       If this policy is left unset, the user may change the list of pinned apps in the launcher.''',
4404     },
4405     {
4406       'name': 'RestrictSigninToPattern',
4407       'type': 'string',
4408       'schema': { 'type': 'string' },
4409       'supported_on': ['chrome.*:21-'],
4410       'features': {
4411         'dynamic_refresh': True,
4412         'per_profile': False,
4413       },
4414       'example_value': '*@domain.com',
4415       'id': 147,
4416       'caption': '''Restrict which users are allowed to sign in to <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>''',
4417       'desc': '''Contains a regular expression which is used to determine which users can sign in to <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
4419       An appropriate error is displayed if a user tries to log in with a username that does not match this pattern.
4421       If this policy is left not set or blank, then any user can sign in to <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
4422     },
4423     {
4424       'name': 'DisableSafeBrowsingProceedAnyway',
4425       'type': 'main',
4426       'schema': { 'type': 'boolean' },
4427       'supported_on': ['chrome.*:22-', 'chrome_os:22-', 'android:30-'],
4428       'features': {
4429         'dynamic_refresh': True,
4430         'per_profile': True,
4431       },
4432       'example_value': True,
4433       'id': 150,
4434       'caption': '''Disable proceeding from the Safe Browsing warning page''',
4435       'desc': '''The Safe Browsing service shows a warning page when users navigate to sites that are flagged as potentially malicious. Enabling this setting prevents users from proceeding anyway from the warning page to the malicious site.
4437       If this setting is disabled or not configured then users can choose to proceed to the flagged site after being shown the warning.''',
4438     },
4439     {
4440       'name': 'SpellCheckServiceEnabled',
4441       'type': 'main',
4442       'schema': { 'type': 'boolean' },
4443       'supported_on': ['chrome.*:22-', 'chrome_os:22-'],
4444       'features': {
4445         'can_be_recommended': True,
4446         'dynamic_refresh': True,
4447         'per_profile': True,
4448       },
4449       'example_value': False,
4450       'id': 151,
4451       'caption': '''Enable or disable spell checking web service''',
4452       'desc': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> can use a Google web service to help resolve spelling errors. If this setting is enabled, then this service is always used. If this setting is disabled, then this service is never used.
4454       Spell checking can still be performed using a downloaded dictionary; this policy only controls the usage of the online service.
4456       If this setting is not configured then users can choose whether the spell checking service should be used or not.''',
4457     },
4458     {
4459       'name': 'ExternalStorageDisabled',
4460       'type': 'main',
4461       'schema': { 'type': 'boolean' },
4462       'supported_on': ['chrome_os:22-'],
4463       'features': {
4464         'dynamic_refresh': True,
4465         'per_profile': True,
4466       },
4467       'example_value': True,
4468       'id': 152,
4469       'caption': '''Disable mounting of external storage''',
4470       'desc': '''Disable mounting of external storage.
4472       When this policy is set to true, external storage will not be available in the file browser.
4474       This policy affects all types of storage media. For example: USB flash drives, external hard drives, SD and other memory cards, optical storage etc. Internal storage is not affected, therefore files saved in the Download folder can still be accessed. Google Drive is also not affected by this policy.
4476       If this setting is disabled or not configured then users can use all supported types of external storage on their device.''',
4477     },
4478     {
4479       'name': 'AudioOutputAllowed',
4480       'type': 'main',
4481       'schema': { 'type': 'boolean' },
4482       'supported_on': ['chrome_os:23-'],
4483       'features': {
4484         'dynamic_refresh': True,
4485         'per_profile': False,
4486       },
4487       'example_value': False,
4488       'id': 159,
4489       'caption': '''Allow playing audio''',
4490       'desc': '''Allow playing audio.
4492       When this policy is set to false, audio output will not be available on the device while the user is logged in.
4494       This policy affects all types of audio output and not only the built-in speakers. Audio accessibility features are also inhibited by this policy. Do not enable this policy if a screen reader is required for the user.
4496       If this setting is set to true or not configured then users can use all supported audio outputs on their device.''',
4497     },
4498     {
4499       'name': 'AudioCaptureAllowed',
4500       'type': 'main',
4501       'schema': { 'type': 'boolean' },
4502       'supported_on': ['chrome.*:25-', 'chrome_os:23-'],
4503       'features': {
4504         'dynamic_refresh': True,
4505         'per_profile': False,
4506       },
4507       'example_value': False,
4508       'id': 160,
4509       'caption': '''Allow or deny audio capture''',
4510       'desc': '''Allow or deny audio capture.
4512       If enabled or not configured (default), the user will be prompted for
4513       audio capture access except for URLs configured in the
4514       AudioCaptureAllowedUrls list which will be granted access without prompting.
4516       When this policy is disabled, the user will never be prompted and audio
4517       capture only be available to URLs configured in AudioCaptureAllowedUrls.
4519       This policy affects all types of audio inputs and not only the built-in microphone.''',
4520     },
4521     {
4522       'name': 'AudioCaptureAllowedUrls',
4523       'type': 'list',
4524       'schema': {
4525         'type': 'array',
4526         'items': { 'type': 'string' },
4527       },
4528       'supported_on': ['chrome.*:29-', 'chrome_os:29-'],
4529       'features': {
4530         'dynamic_refresh': True,
4531         'per_profile': True,
4532       },
4533       'example_value': ['http://www.example.com/', 'http://[*.]example.edu/'],
4534       'id': 208,
4535       'caption': '''URLs that will be granted access to audio capture devices without prompt''',
4536       'desc': '''Patterns in this list will be matched against the security
4537       origin of the requesting URL.  If a match is found, access to audio
4538       capture devices will be granted without prompt.
4540       NOTE: This policy is currently only supported when running in Kiosk mode.''',
4541     },
4542     {
4543       'name': 'VideoCaptureAllowed',
4544       'type': 'main',
4545       'schema': { 'type': 'boolean' },
4546       'supported_on': ['chrome.*:25-', 'chrome_os:25-'],
4547       'features': {
4548         'dynamic_refresh': True,
4549         'per_profile': True,
4550       },
4551       'example_value': False,
4552       'id': 167,
4553       'caption': '''Allow or deny video capture''',
4554       'desc': '''Allow or deny video capture.
4556       If enabled or not configured (default), the user will be prompted for
4557       video capture access except for URLs configured in the
4558       VideoCaptureAllowedUrls list which will be granted access without prompting.
4560       When this policy is disabled, the user will never be prompted and video
4561       capture only be available to URLs configured in VideoCaptureAllowedUrls.
4563       This policy affects all types of video inputs and not only the built-in camera.''',
4564     },
4565     {
4566       'name': 'VideoCaptureAllowedUrls',
4567       'type': 'list',
4568       'schema': {
4569         'type': 'array',
4570         'items': { 'type': 'string' },
4571       },
4572       'supported_on': ['chrome.*:29-', 'chrome_os:29-'],
4573       'features': {
4574         'dynamic_refresh': True,
4575         'per_profile': True,
4576       },
4577       'example_value': ['http://www.example.com/', 'http://[*.]example.edu/'],
4578       'id': 209,
4579       'caption': '''URLs that will be granted access to video capture devices without prompt''',
4580       'desc': '''Patterns in this list will be matched against the security
4581       origin of the requesting URL.  If a match is found, access to audio
4582       capture devices will be granted without prompt.
4584       NOTE: This policy is currently only supported when running in Kiosk mode.''',
4585     },
4586     {
4587       'name': 'DisableScreenshots',
4588       'type': 'main',
4589       'schema': { 'type': 'boolean' },
4590       'supported_on': ['chrome_os:22-', 'chrome.*:22-'],
4591       'features': {
4592         'dynamic_refresh': True,
4593         'per_profile': False,
4594       },
4595       'example_value': True,
4596       'id': 153,
4597       'caption': '''Disable taking screenshots''',
4598       'desc': '''Disables taking screenshots.
4600       If enabled screenshots cannot be taken using keyboard shortcuts or extension APIs.
4602       If disabled or not specified, taking screenshots is allowed.'''
4603     },
4604     {
4605       'name': 'SystemTimezone',
4606       'type': 'string',
4607       'schema': { 'type': 'string' },
4608       'supported_on': ['chrome_os:22-'],
4609       'device_only': True,
4610       'features': {
4611         'dynamic_refresh': True,
4612       },
4613       'example_value': 'America/Los_Angeles',
4614       'id': 158,
4615       'caption': '''Timezone''',
4616       'desc': '''Specifies the timezone to be used for the device. Users can override the specified timezone for the current session. However, on logout it is set back to the specified timezone. If an invalid value is provided, the policy is still activated using "GMT" instead. If an empty string is provided, the policy is ignored.
4618       If this policy is not used, the currently active timezone will remain in use however users can change the timezone and the change is persistent. Thus a change by one user affects the login-screen and all other users.
4620       New devices start out with the timezone set to "US/Pacific".
4622       The format of the value follows the names of timezones in the "IANA Time Zone Database" (see "http://en.wikipedia.org/wiki/List_of_tz_database_time"). In particular, most timezones can be referred to by "continent/large_city" or "ocean/large_city".''',
4623     },
4624     {
4625       'name': 'SystemUse24HourClock',
4626       'type': 'main',
4627       'schema': { 'type': 'boolean' },
4628       'supported_on': ['chrome_os:30-'],
4629       'device_only': True,
4630       'features': {
4631         'dynamic_refresh': True,
4632       },
4633       'example_value': True,
4634       'id': 236,
4635       'caption': '''Use 24 hour clock by default''',
4636       'desc': '''Specifies the clock format be used for the device.
4638       This policy configures the clock format to use on the login screen and as a default for user sessions. Users can still override the clock format for their account.
4640       If the policy is not set to true, the device will use a 24 hour clock format. If the policy is set to false, the device will use 12 hour clock format.
4642       If this policy is not set, the device will default to a 24 hour clock format.''',
4643     },
4644     {
4645       'name': 'ShowLogoutButtonInTray',
4646       'type': 'main',
4647       'schema': { 'type': 'boolean' },
4648       'supported_on': ['chrome_os:25-'],
4649       'features': {
4650         'dynamic_refresh': True,
4651         'per_profile': True,
4652       },
4653       'example_value': True,
4654       'id': 164,
4655       'caption': '''Add a logout button to the system tray''',
4656       'desc': '''Adds a logout button to the system tray.
4658       If enabled, a big, red logout button is shown in the system tray while a session is active and the screen is not locked.
4660       If disabled or not specified, no big, red logout button is shown in the system tray.''',
4661     },
4662     {
4663       'name': 'BuiltInDnsClientEnabled',
4664       'type': 'main',
4665       'schema': { 'type': 'boolean' },
4666       'supported_on': ['chrome.*:25-'],
4667       'features': {
4668         'dynamic_refresh': True,
4669         'per_profile': False,
4670       },
4671       'example_value': True,
4672       'id': 165,
4673       'caption': '''Use built-in DNS client''',
4674       'desc': '''Controls whether the built-in DNS client is used in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
4676       If this policy is set to true, the built-in DNS client will be used, if available.
4678       If this policy is set to false, the built-in DNS client will never be used.
4680       If this policy is left not set, the users will be able to change whether the built-in DNS client is used by editing chrome://flags or specifying a command-line flag.''',
4681     },
4682     {
4683       'name': 'ShelfAutoHideBehavior',
4684       'type': 'string-enum',
4685       'schema': {
4686         'type': 'string',
4687         'enum': [
4688           'Always',
4689           'Never'
4690         ],
4691       },
4692       'items': [
4693         {
4694           'name': 'AlwaysAutoHideShelf',
4695           'value': 'Always',
4696           'caption': '''Always auto-hide the shelf''',
4697         },
4698         {
4699           'name': 'NeverAutoHideShelf',
4700           'value': 'Never',
4701           'caption': '''Never auto-hide the shelf''',
4702         },
4703       ],
4704       'supported_on': ['chrome_os:25-'],
4705       'features': {
4706         'can_be_recommended': True,
4707         'dynamic_refresh': True,
4708         'per_profile': False,
4709       },
4710       'example_value': 'Always',
4711       'id': 166,
4712       'caption': '''Control shelf auto-hiding''',
4713       'desc': '''Control auto-hiding of the <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> shelf.
4715       If this policy is set to 'AlwaysAutoHideShelf', the shelf will always auto-hide.
4717       If this policy is set to 'NeverAutoHideShelf', the shelf never auto-hide.
4719       If you set this policy, users cannot change or override it.
4721       If the policy is left not set, users can choose whether the shelf should auto-hide.''',
4722     },
4723     {
4724       'name': 'UserDisplayName',
4725       'type': 'string',
4726       'schema': { 'type': 'string' },
4727       'supported_on': ['chrome_os:25-'],
4728       'features': {
4729         'dynamic_refresh': True,
4730         'per_profile': False,
4731       },
4732       'example_value': 'Policy User',
4733       'id': 169,
4734       'caption': '''Set the display name for device-local accounts''',
4735       'desc': '''Controls the account name <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> shows on the login screen for the corresponding device-local account.
4737       If this policy is set, the login screen will use the specified string in the picture-based login chooser for the corresponding device-local account.
4739       If the policy is left not set, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will use the device-local account's email account ID as the display name on the login screen.
4741       This policy is ignored for regular user accounts.''',
4742     },
4743     {
4744       'name': 'SessionLengthLimit',
4745       'type': 'int',
4746       'schema': { 'type': 'integer' },
4747       'supported_on': ['chrome_os:25-'],
4748       'features': {
4749         'dynamic_refresh': True,
4750         'per_profile': False,
4751       },
4752       'example_value': 3600000,
4753       'id': 170,
4754       'caption': '''Limit the session length''',
4755       'desc': '''Limit the maximum length of a user session.
4757       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 informed about the remaining time by a countdown timer shown in the system tray.
4759       When this policy is not set, the session length is not limited.
4761       If you set this policy, users cannot change or override it.
4763       The policy value should be specified in milliseconds. Values are clamped to a range of 30 seconds to 24 hours.''',
4764     },
4765     {
4766       'name': 'FullscreenAllowed',
4767       'type': 'main',
4768       'schema': { 'type': 'boolean' },
4769       'supported_on': ['chrome.win:31-', 'chrome.linux:31-', 'chrome_os:31-'],
4770       'features': {
4771         'dynamic_refresh': True,
4772         'per_profile': True,
4773       },
4774       'example_value': True,
4775       'id': 240,
4776       'caption': '''Allow fullscreen mode''',
4777       'desc': '''Allow fullscreen mode.
4779       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 content is visible.
4781       If this policy is set to true or not not configured, the user, apps and extensions with appropriate permissions can enter fullscreen mode.
4783       If this policy is set to false, neither the user nor any apps or extensions can enter fullscreen mode.
4785       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.''',
4786     },
4787     {
4788       'name': 'PowerManagement',
4789       'type': 'group',
4790       'caption': '''Power management''',
4791       'desc': '''Configure power management in <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph>.
4793       These policies let you configure how <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> behaves when the user remains idle for some amount of time.''',
4794       'policies': [
4795         {
4796           'name': 'ScreenDimDelayAC',
4797           'type': 'int',
4798           'schema': {
4799             'type': 'integer',
4800             'minimum': 0
4801           },
4802           'supported_on': ['chrome_os:26-'],
4803           'features': {
4804             'dynamic_refresh': True,
4805             'per_profile': False,
4806           },
4807           'deprecated': True,
4808           'example_value': 420000,
4809           'id': 172,
4810           'caption': '''Screen dim delay when running on AC power''',
4811           'desc': '''Specifies the length of time without user input after which the screen is dimmed when running on AC power.
4813           When this policy is set to a value greater than zero, it specifies the length of time that the user must remain idle before <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> dims the screen.
4815           When this policy is set to zero, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> does not dim the screen when the user becomes idle.
4817           When this policy is unset, a default length of time is used.
4819           The policy value should be specified in milliseconds. Values are clamped to be less than or equal the screen off delay (if set) and the idle delay.''',
4820         },
4821         {
4822           'name': 'ScreenOffDelayAC',
4823           'type': 'int',
4824           'schema': {
4825             'type': 'integer',
4826             'minimum': 0
4827           },
4828           'supported_on': ['chrome_os:26-'],
4829           'features': {
4830             'dynamic_refresh': True,
4831             'per_profile': False,
4832           },
4833           'deprecated': True,
4834           'example_value': 480000,
4835           'id': 173,
4836           'caption': '''Screen off delay when running on AC power''',
4837           'desc': '''Specifies the length of time without user input after which the screen is turned off when running on AC power.
4839           When this policy is set to a value greater than zero, it specifies the length of time that the user must remain idle before <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> turns off the screen.
4841           When this policy is set to zero, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> does not turn off the screen when the user becomes idle.
4843           When this policy is unset, a default length of time is used.
4845           The policy value should be specified in milliseconds. Values are clamped to be less than or equal the idle delay.''',
4846         },
4847         {
4848           'name': 'ScreenLockDelayAC',
4849           'type': 'int',
4850           'schema': {
4851             'type': 'integer',
4852             'minimum': 0
4853           },
4854           'supported_on': ['chrome_os:26-'],
4855           'features': {
4856             'dynamic_refresh': True,
4857             'per_profile': False,
4858           },
4859           'deprecated': True,
4860           'example_value': 600000,
4861           'id': 174,
4862           'caption': '''Screen lock delay when running on AC power''',
4863           'desc': '''Specifies the length of time without user input after which the screen is locked when running on AC power.
4865           When this policy is set to a value greater than zero, it specifies the length of time that the user must remain idle before <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> locks the screen.
4867           When this policy is set to zero, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> does not lock the screen when the user becomes idle.
4869           When this policy is unset, a default length of time is used.
4871           The recommended way to lock the screen on idle is to enable screen locking on suspend and have <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> suspend after the idle delay. This policy should only be used when screen locking should occur a significant amount of time sooner than suspend or when suspend on idle is not desired at all.
4873           The policy value should be specified in milliseconds. Values are clamped to be less than the idle delay.''',
4874         },
4875         {
4876           'name': 'IdleWarningDelayAC',
4877           'type': 'int',
4878           'schema': {
4879             'type': 'integer',
4880             'minimum': 0
4881           },
4882           'supported_on': ['chrome_os:27-'],
4883           'features': {
4884             'dynamic_refresh': True,
4885             'per_profile': False,
4886           },
4887           'deprecated': True,
4888           'example_value': 545000,
4889           'id': 197,
4890           'caption': '''Idle warning delay when running on AC power''',
4891           'desc': '''Specifies the length of time without user input after which a warning dialog is shown when running on AC power.
4893           When this policy is set, it specifies the length of time that the user must remain idle before <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> shows a warning dialog telling the user that the idle action is about to be taken.
4895           When this policy is unset, no warning dialog is shown.
4897           The policy value should be specified in milliseconds. Values are clamped to be less than or equal the idle delay.''',
4898         },
4899         {
4900           'name': 'IdleDelayAC',
4901           'type': 'int',
4902           'schema': {
4903             'type': 'integer',
4904             'minimum': 0
4905           },
4906           'supported_on': ['chrome_os:26-'],
4907           'features': {
4908             'dynamic_refresh': True,
4909             'per_profile': False,
4910           },
4911           'deprecated': True,
4912           'example_value': 1800000,
4913           'id': 175,
4914           'caption': '''Idle delay when running on AC power''',
4915           'desc': '''Specifies the length of time without user input after which the idle action is taken when running on AC power.
4917           When this policy is set, it specifies the length of time that the user must remain idle before <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> takes the idle action, which can be configured separately.
4919           When this policy is unset, a default length of time is used.
4921           The policy value should be specified in milliseconds.''',
4922         },
4923         {
4924           'name': 'ScreenDimDelayBattery',
4925           'type': 'int',
4926           'schema': {
4927             'type': 'integer',
4928             'minimum': 0
4929           },
4930           'supported_on': ['chrome_os:26-'],
4931           'features': {
4932             'dynamic_refresh': True,
4933             'per_profile': False,
4934           },
4935           'deprecated': True,
4936           'example_value': 300000,
4937           'id': 176,
4938           'caption': '''Screen dim delay when running on battery power''',
4939           'desc': '''Specifies the length of time without user input after which the screen is dimmed when running on battery power.
4941           When this policy is set to a value greater than zero, it specifies the length of time that the user must remain idle before <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> dims the screen.
4943           When this policy is set to zero, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> does not dim the screen when the user becomes idle.
4945           When this policy is unset, a default length of time is used.
4947           The policy value should be specified in milliseconds. Values are clamped to be less than or equal the screen off delay (if set) and the idle delay.''',
4948         },
4949         {
4950           'name': 'ScreenOffDelayBattery',
4951           'type': 'int',
4952           'schema': {
4953             'type': 'integer',
4954             'minimum': 0
4955           },
4956           'supported_on': ['chrome_os:26-'],
4957           'features': {
4958             'dynamic_refresh': True,
4959             'per_profile': False,
4960           },
4961           'deprecated': True,
4962           'example_value': 360000,
4963           'id': 177,
4964           'caption': '''Screen off delay when running on battery power''',
4965           'desc': '''Specifies the length of time without user input after which the screen is turned off when running on battery power.
4967           When this policy is set to a value greater than zero, it specifies the length of time that the user must remain idle before <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> turns off the screen.
4969           When this policy is set to zero, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> does not turn off the screen when the user becomes idle.
4971           When this policy is unset, a default length of time is used.
4973           The policy value should be specified in milliseconds. Values are clamped to be less than or equal the idle delay.''',
4974         },
4975         {
4976           'name': 'ScreenLockDelayBattery',
4977           'type': 'int',
4978           'schema': {
4979             'type': 'integer',
4980             'minimum': 0
4981           },
4982           'supported_on': ['chrome_os:26-'],
4983           'features': {
4984             'dynamic_refresh': True,
4985             'per_profile': False,
4986           },
4987           'deprecated': True,
4988           'example_value': 600000,
4989           'id': 178,
4990           'caption': '''Screen lock delay when running on battery power''',
4991           'desc': '''Specifies the length of time without user input after which the screen is locked when running on battery power.
4993           When this policy is set to a value greater than zero, it specifies the length of time that the user must remain idle before <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> locks the screen.
4995           When this policy is set to zero, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> does not lock the screen when the user becomes idle.
4997           When this policy is unset, a default length of time is used.
4999           The recommended way to lock the screen on idle is to enable screen locking on suspend and have <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> suspend after the idle delay. This policy should only be used when screen locking should occur a significant amount of time sooner than suspend or when suspend on idle is not desired at all.
5001           The policy value should be specified in milliseconds. Values are clamped to be less than the idle delay.''',
5002         },
5003         {
5004           'name': 'IdleWarningDelayBattery',
5005           'type': 'int',
5006           'schema': {
5007             'type': 'integer',
5008             'minimum': 0
5009           },
5010           'supported_on': ['chrome_os:27-'],
5011           'features': {
5012             'dynamic_refresh': True,
5013             'per_profile': False,
5014           },
5015           'deprecated': True,
5016           'example_value': 545000,
5017           'id': 198,
5018           'caption': '''Idle warning delay when running on battery power''',
5019           'desc': '''Specifies the length of time without user input after which a warning dialog is shown when running on battery power.
5021           When this policy is set, it specifies the length of time that the user must remain idle before <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> shows a warning dialog telling the user that the idle action is about to be taken.
5023           When this policy is unset, no warning dialog is shown.
5025           The policy value should be specified in milliseconds. Values are clamped to be less than or equal the idle delay.''',
5026         },
5027         {
5028           'name': 'IdleDelayBattery',
5029           'type': 'int',
5030           'schema': {
5031             'type': 'integer',
5032             'minimum': 0
5033           },
5034           'supported_on': ['chrome_os:26-'],
5035           'features': {
5036             'dynamic_refresh': True,
5037             'per_profile': False,
5038           },
5039           'deprecated': True,
5040           'example_value': 600000,
5041           'id': 179,
5042           'caption': '''Idle delay when running on battery power''',
5043           'desc': '''Specifies the length of time without user input after which the idle action is taken when running on battery power.
5045           When this policy is set, it specifies the length of time that the user must remain idle before <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> takes the idle action, which can be configured separately.
5047           When this policy is unset, a default length of time is used.
5049           The policy value should be specified in milliseconds.''',
5050         },
5051         {
5052           'name': 'IdleAction',
5053           'type': 'int-enum',
5054           'schema': {
5055             'type': 'integer',
5056             'enum': [ 0, 1, 2, 3 ],
5057           },
5058           'items': [
5059             {
5060               'name': 'IdleActionSuspend',
5061               'value': 0,
5062               'caption': '''Suspend''',
5063             },
5064             {
5065               'name': 'IdleActionLogout',
5066               'value': 1,
5067               'caption': '''Log the user out''',
5068             },
5069             {
5070               'name': 'IdleActionShutdown',
5071               'value': 2,
5072               'caption': '''Shut down''',
5073             },
5074             {
5075               'name': 'IdleActionDoNothing',
5076               'value': 3,
5077               'caption': '''Do nothing''',
5078             },
5079           ],
5080           'supported_on': ['chrome_os:26-'],
5081           'features': {
5082             'dynamic_refresh': True,
5083             'per_profile': False,
5084           },
5085           'deprecated': True,
5086           'example_value': 0,
5087           'id': 180,
5088           'caption': '''Action to take when the idle delay is reached''',
5089           'desc': '''Specify the action to take when the idle delay is reached.
5091           Note that this policy is deprecated and will be removed in the future.
5093           This policy provides a fallback value for the more-specific <ph name="IDLEACTIONAC_POLICY_NAME">IdleActionAC</ph> and <ph name="IDLEACTIONBATTERY_POLICY_NAME">IdleActionBattery</ph> policies. If this policy is set, its value gets used if the respective more-specific policy is not set.
5095           When this policy is unset, behavior of the more-specific policies remains unaffected.''',
5096         },
5097         {
5098           'name': 'IdleActionAC',
5099           'type': 'int-enum',
5100           'schema': {
5101             'type': 'integer',
5102             'enum': [ 0, 1, 2, 3 ],
5103           },
5104           'items': [
5105             {
5106               'name': 'IdleActionSuspend',
5107               'value': 0,
5108               'caption': '''Suspend''',
5109             },
5110             {
5111               'name': 'IdleActionLogout',
5112               'value': 1,
5113               'caption': '''Log the user out''',
5114             },
5115             {
5116               'name': 'IdleActionShutdown',
5117               'value': 2,
5118               'caption': '''Shut down''',
5119             },
5120             {
5121               'name': 'IdleActionDoNothing',
5122               'value': 3,
5123               'caption': '''Do nothing''',
5124             },
5125           ],
5126           'supported_on': ['chrome_os:30-'],
5127           'features': {
5128             'dynamic_refresh': True,
5129             'per_profile': False,
5130           },
5131           'deprecated': True,
5132           'example_value': 0,
5133           'id': 226,
5134           'caption': '''Action to take when the idle delay is reached while running on AC power''',
5135           'desc': '''Specify the action to take when the idle delay is reached while running on AC power.
5137           When this policy is set, it specifies the action that <ph name="PRODUCT_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.
5139           When this policy is unset, the default action is taken, which is suspend.
5141           If the action is suspend, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> can separately be configured to either lock or not lock the screen before suspending.''',
5142         },
5143         {
5144           'name': 'IdleActionBattery',
5145           'type': 'int-enum',
5146           'schema': {
5147             'type': 'integer',
5148             'enum': [ 0, 1, 2, 3 ],
5149           },
5150           'items': [
5151             {
5152               'name': 'IdleActionSuspend',
5153               'value': 0,
5154               'caption': '''Suspend''',
5155             },
5156             {
5157               'name': 'IdleActionLogout',
5158               'value': 1,
5159               'caption': '''Log the user out''',
5160             },
5161             {
5162               'name': 'IdleActionShutdown',
5163               'value': 2,
5164               'caption': '''Shut down''',
5165             },
5166             {
5167               'name': 'IdleActionDoNothing',
5168               'value': 3,
5169               'caption': '''Do nothing''',
5170             },
5171           ],
5172           'supported_on': ['chrome_os:30-'],
5173           'features': {
5174             'dynamic_refresh': True,
5175             'per_profile': False,
5176           },
5177           'deprecated': True,
5178           'example_value': 0,
5179           'id': 222,
5180           'caption': '''Action to take when the idle delay is reached while running on battery power''',
5181           'desc': '''Specify the action to take when the idle delay is reached while running on battery power.
5183           When this policy is set, it specifies the action that <ph name="PRODUCT_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.
5185           When this policy is unset, the default action is taken, which is suspend.
5187           If the action is suspend, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> can separately be configured to either lock or not lock the screen before suspending.''',
5188         },
5189         {
5190           'name': 'LidCloseAction',
5191           'type': 'int-enum',
5192           'schema': {
5193             'type': 'integer',
5194             'enum': [ 0, 1, 2, 3 ],
5195           },
5196           'items': [
5197             {
5198               'name': 'LidCloseActionSuspend',
5199               'value': 0,
5200               'caption': '''Suspend''',
5201             },
5202             {
5203               'name': 'LidCloseActionLogout',
5204               'value': 1,
5205               'caption': '''Log the user out''',
5206             },
5207             {
5208               'name': 'LidCloseActionShutdown',
5209               'value': 2,
5210               'caption': '''Shut down''',
5211             },
5212             {
5213               'name': 'LidCloseActionDoNothing',
5214               'value': 3,
5215               'caption': '''Do nothing''',
5216             },
5217           ],
5218           'supported_on': ['chrome_os:26-'],
5219           'features': {
5220             'dynamic_refresh': True,
5221             'per_profile': False,
5222           },
5223           'example_value': 0,
5224           'id': 181,
5225           'caption': '''Action to take when the user closes the lid''',
5226           'desc': '''Specify the action to take when the user closes the lid.
5228           When this policy is set, it specifies the action that <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> takes when the user closes the device's lid.
5230           When this policy is unset, the default action is taken, which is suspend.
5232           If the action is suspend, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> can separately be configured to either lock or not lock the screen before suspending.''',
5233         },
5234         {
5235           'name': 'PowerManagementUsesAudioActivity',
5236           'type': 'main',
5237           'schema': { 'type': 'boolean' },
5238           'supported_on': ['chrome_os:26-'],
5239           'features': {
5240             'dynamic_refresh': True,
5241             'per_profile': False,
5242           },
5243           'example_value': True,
5244           'id': 182,
5245           'caption': '''Specify whether audio activity affects power management''',
5246           'desc': '''Specifies whether audio activity affects power management.
5248           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 reached and the idle action from being taken. However, screen dimming, screen off and screen lock will be performed after the configured timeouts, irrespective of audio activity.
5250           If this policy is set to False, audio activity does not prevent the user from being considered idle.''',
5251         },
5252         {
5253           'name': 'PowerManagementUsesVideoActivity',
5254           'type': 'main',
5255           'schema': { 'type': 'boolean' },
5256           'supported_on': ['chrome_os:26-'],
5257           'features': {
5258             'dynamic_refresh': True,
5259             'per_profile': False,
5260           },
5261           'example_value': True,
5262           'id': 183,
5263           'caption': '''Specify whether video activity affects power management''',
5264           'desc': '''Specifies whether video activity affects power management.
5266           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 delay, screen off delay and screen lock delay from being reached and the corresponding actions from being taken.
5268           If this policy is set to False, video activity does not prevent the user from being considered idle.''',
5269         },
5270         {
5271           'name': 'PresentationIdleDelayScale',
5272           'type': 'int',
5273           'schema': { 'type': 'integer' },
5274           'supported_on': ['chrome_os:26-28'],
5275           'features': {
5276             'dynamic_refresh': True,
5277             'per_profile': False,
5278           },
5279           'deprecated': True,
5280           'example_value': 200,
5281           'id': 184,
5282           'caption': '''Percentage by which to scale the idle delay in presentation mode (deprecated)''',
5283           'desc': '''This policy has been retired as of <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> version 29. Please use the PresentationScreenDimDelayScale policy instead.''',
5284         },
5285         {
5286           'name': 'PresentationScreenDimDelayScale',
5287           'type': 'int',
5288           'schema': { 'type': 'integer' },
5289           'supported_on': ['chrome_os:29-'],
5290           'features': {
5291             'dynamic_refresh': True,
5292             'per_profile': False,
5293           },
5294           'example_value': 200,
5295           'id': 220,
5296           'caption': '''Percentage by which to scale the screen dim delay in presentation mode''',
5297           'desc': '''Specifies the percentage by which the screen dim delay is scaled when the device is in presentation mode.
5299           If this policy is set, it specifies the percentage by which the screen dim delay is scaled when the device is in presentation mode. When the screen dim delay is scaled, the screen off, screen lock and idle delays get adjusted to maintain the same distances from the screen dim delay as originally configured.
5301           If this policy is unset, a default scale factor is used.
5303           The scale factor must be 100% or more. Values that would make the screen dim delay in presentation mode shorter than the regular screen dim delay are not allowed.''',
5304         },
5305         {
5306           'name': 'AllowScreenWakeLocks',
5307           'type': 'main',
5308           'schema': { 'type': 'boolean' },
5309           'supported_on': ['chrome_os:28-'],
5310           'features': {
5311             'dynamic_refresh': True,
5312             'per_profile': False,
5313           },
5314           'example_value': False,
5315           'id': 203,
5316           'caption': '''Allow screen wake locks''',
5317           'desc': '''Specifies whether screen wake locks are allowed. Screen wake locks can be requested by extensions via the power management extension API.
5319           If this policy is set to true or left not set, screen wake locks will be honored for power management.
5321           If this policy is set to false, screen wake lock requests will get ignored.''',
5322         },
5323         {
5324           'name': 'UserActivityScreenDimDelayScale',
5325           'type': 'int',
5326           'schema': { 'type': 'integer' },
5327           'supported_on': ['chrome_os:29-'],
5328           'features': {
5329             'dynamic_refresh': True,
5330             'per_profile': False,
5331           },
5332           'example_value': 200,
5333           'id': 210,
5334           'caption': '''Percentage by which to scale the screen dim delay if the user becomes active after dimming''',
5335           'desc': '''Specifies the percentage by which the screen dim delay is scaled when user activity is observed while the screen is dimmed or soon after the screen has been turned off.
5337           If this policy is set, it specifies the percentage by which the screen dim delay is scaled when user activity is observed while the screen is dimmed or soon after the screen has been turned off. When the dim delay is scaled, the screen off, screen lock and idle delays get adjusted to maintain the same distances from the screen dim delay as originally configured.
5339           If this policy is unset, a default scale factor is used.
5341           The scale factor must be 100% or more.''',
5342         },
5343         {
5344           'name': 'WaitForInitialUserActivity',
5345           'type': 'main',
5346           'schema': { 'type': 'boolean' },
5347           'supported_on': ['chrome_os:32-'],
5348           'features': {
5349             'dynamic_refresh': True,
5350             'per_profile': False,
5351           },
5352           'example_value': True,
5353           'id': 247,
5354           'caption': '''Wait for initial user activity''',
5355           'desc': '''Specifies whether power management delays and the session length limit should only start running after the first user activity has been observed in a session.
5357           If this policy is set to True, power management delays and the session length limit do not start running until after the first user activity has been observed in a session.
5359           If this policy is set to False or left unset, power management delays and the session length limit start running immediately on session start.''',
5360         },
5361         {
5362           'name': 'PowerManagementIdleSettings',
5363           'type': 'dict',
5364           'schema': {
5365             'type': 'object',
5366             'properties': {
5367               'AC': {
5368                 'description': 'Delays and actions to take when the device is idle and running on AC power',
5369                 'type': 'object',
5370                 'id': 'PowerManagementDelays',
5371                 'properties': {
5372                   'Delays': {
5373                     'type': 'object',
5374                     'properties': {
5375                       'ScreenDim': {
5376                         'description': 'The length of time without user input after which the screen is dimmed, in milliseconds',
5377                         'type': 'integer',
5378                         'minimum': 0
5379                       },
5380                       'ScreenOff': {
5381                         'description': 'The length of time without user input after which the screen is turned off, in milliseconds',
5382                         'type': 'integer',
5383                         'minimum': 0
5384                       },
5385                       'IdleWarning': {
5386                         'description': 'The length of time without user input after which a warning dialog is shown, in milliseconds',
5387                         'type': 'integer',
5388                         'minimum': 0
5389                       },
5390                       'Idle': {
5391                         'description': 'The length of time without user input after which the idle action is taken, in milliseconds',
5392                         'type': 'integer',
5393                         'minimum': 0
5394                       }
5395                     }
5396                   },
5397                   'IdleAction': {
5398                     'description': 'Action to take when the idle delay is reached',
5399                     'type': 'string',
5400                     'enum': [ 'Suspend', 'Logout', 'Shutdown', 'DoNothing' ]
5401                   }
5402                 }
5403               },
5404               'Battery': {
5405                 'description': 'Delays and actions to take when the device is idle and running on battery',
5406                 '$ref': 'PowerManagementDelays'
5407               }
5408             }
5409           },
5410           'supported_on': ['chrome_os:35-'],
5411           'features': {
5412             'dynamic_refresh': True,
5413             'per_profile': False,
5414           },
5415           'example_value': {
5416             'AC': {
5417               'IdleAction': 'DoNothing'
5418             },
5419             'Battery': {
5420               'IdleAction': 'DoNothing'
5421             }
5422           },
5423           'id': 258,
5424           'caption': '''Power management settings when the user becomes idle''',
5425           'desc': '''Configure power management settings when the user becomes idle.
5427           This policy controls multiple settings for the power management strategy when the user becomes idle.
5429           There are four types of action:
5430           * The screen will be dimmed if the user remains idle for the time specified by |ScreenDim|.
5431           * The screen will be turned off if the user remains idle for the time specified by |ScreenOff|.
5432           * 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 be taken.
5433           * The action specified by |IdleAction| will be taken if the user remains idle for the time specified by |Idle|.
5435           For each of above actions, the delay should be specified in milliseconds, and needs to be set to a value greater than zero to trigger the corresponding action. In case the delay is set to zero, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will not take the corresponding action.
5437           For each of the above delays, when the length of time is unset, a default value will be used.
5439           Note that |ScreenDim| values will be clamped to be less than or equal to |ScreenOff|, |ScreenOff| and |IdleWarning| will be clamped to be less than or equal to |Idle|.
5441           |IdleAction| can be one of four possible actions:
5442           * |Suspend|
5443           * |Logout|
5444           * |Shutdown|
5445           * |DoNothing|
5447           When the |IdleAction| is unset, the default action is taken, which is suspend.
5449           There are also separate settings for AC power and battery.
5450           '''
5451         },
5452         {
5453           'name': 'ScreenLockDelays',
5454           'type': 'dict',
5455           'schema': {
5456             'type': 'object',
5457             'properties': {
5458               'AC': {
5459                 'description': 'The length of time without user input after which the screen is locked when running on AC power, in milliseconds',
5460                 'type': 'integer',
5461                 'minimum': 0
5462               },
5463               'Battery': {
5464                 'description': 'The length of time without user input after which the screen is locked when running on battery, in milliseconds',
5465                 'type': 'integer',
5466                 'minimum': 0
5467               }
5468             }
5469           },
5470           'supported_on': ['chrome_os:35-'],
5471           'features': {
5472             'dynamic_refresh': True,
5473             'per_profile': False,
5474           },
5475           'example_value': {
5476             'AC': 600000,
5477             'Battery': 300000
5478           },
5479           'id': 259,
5480           'caption': '''Screen lock delays''',
5481           'desc': '''Specifies the length of time without user input after which the screen is locked when running on AC power or battery.
5483           When the length of time is set to a value greater than zero, it represents the length of time that the user must remain idle before <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> locks the screen.
5485           When the length of time is set to zero, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> does not lock the screen when the user becomes idle.
5487           When the length of time is unset, a default length of time is used.
5489           The recommended way to lock the screen on idle is to enable screen locking on suspend and have <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> suspend after the idle delay. This policy should only be used when screen locking should occur a significant amount of time sooner than suspend or when suspend on idle is not desired at all.
5491           The policy value should be specified in milliseconds. Values are clamped to be less than the idle delay.''',
5492         },
5493       ],
5494     },
5495     {
5496       'name': 'DeviceLoginScreenPowerManagement',
5497       'type': 'dict',
5498       'schema': {
5499         'type': 'object',
5500         'properties': {
5501           'AC': {
5502             'description': 'Power management settings applicable only when running on AC power',
5503             'type': 'object',
5504             'id': 'DeviceLoginScreenPowerSettings',
5505             'properties': {
5506               'Delays': {
5507                 'type': 'object',
5508                 'properties': {
5509                   'ScreenDim': {
5510                     'description': 'The length of time without user input after which the screen is dimmed, in milliseconds',
5511                     'type': 'integer',
5512                     'minimum': 0
5513                   },
5514                   'ScreenOff': {
5515                     'description': 'The length of time without user input after which the screen is turned off, in milliseconds',
5516                     'type': 'integer',
5517                     'minimum': 0
5518                   },
5519                   'Idle': {
5520                     'description': 'The length of time without user input after which the idle action is taken, in milliseconds',
5521                     'type': 'integer',
5522                     'minimum': 0
5523                   }
5524                 }
5525               },
5526               'IdleAction': {
5527                 'description': 'Action to take when the idle delay is reached',
5528                 'type': 'string',
5529                 'enum': [ 'Suspend', 'Shutdown', 'DoNothing' ]
5530               }
5531             }
5532           },
5533           'Battery': {
5534             'description': 'Power management settings applicable only when running on battery power',
5535             '$ref': 'DeviceLoginScreenPowerSettings'
5536           },
5537           'LidCloseAction': {
5538             'description': 'Action to take when the lid is closed',
5539             'type': 'string',
5540             'enum': [ 'Suspend', 'Shutdown', 'DoNothing' ]
5541           },
5542           'UserActivityScreenDimDelayScale': {
5543             'description': 'Percentage by which the screen dim delay is scaled when user activity is observed while the screen is dimmed or soon after the screen has been turned off',
5544             'type': 'integer',
5545             'minimum': 100
5546           }
5547         }
5548       },
5549       'supported_on': ['chrome_os:30-'],
5550       'device_only': True,
5551       'features': {
5552         'dynamic_refresh': True,
5553       },
5554       'example_value': {
5555         'AC': {
5556           'IdleAction': 'DoNothing'
5557         },
5558         'Battery': {
5559           'IdleAction': 'DoNothing'
5560         }
5561       },
5562       'id': 225,
5563       'caption': '''Power management on the login screen''',
5564       'desc': '''Configure power management on the login screen in <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph>.
5566       This policy lets you configure how <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> behaves when there is no user activity for some amount of time while the login screen is being shown. The policy controls multiple settings. For their individual semantics and value ranges, see the corresponding policies that control power management within a session. The only deviations from these policies are:
5567       * The actions to take on idle or lid close cannot be to end the session.
5568       * The default action taken on idle when running on AC power is to shut down.
5570       If a setting is left unspecified, a default value is used.
5572       If this policy is unset, defaults are used for all settings.''',
5573     },
5574     {
5575       'name': 'DeviceAllowRedeemChromeOsRegistrationOffers',
5576       'type': 'main',
5577       'schema': { 'type': 'boolean' },
5578       'supported_on': ['chrome_os:26-'],
5579       'device_only': True,
5580       'features': {
5581         'dynamic_refresh': True,
5582       },
5583       'example_value': True,
5584       'id': 185,
5585       'caption': '''Allow users to redeem offers through Chrome OS Registration''',
5586       'desc': '''IT admins for enterprise devices can use this flag to control whether to allow users to redeem offers through Chrome OS Registration.
5588       If this policy is set to true or left not set, users will be able to redeem offers through Chrome OS Registration.
5590       If this policy is set to false, user will not be able to redeem offers.''',
5591     },
5592     {
5593       'name': 'TermsOfServiceURL',
5594       'type': 'string',
5595       'schema': { 'type': 'string' },
5596       'supported_on': ['chrome_os:26-'],
5597       'features': {
5598         'dynamic_refresh': True,
5599         'per_profile': False,
5600       },
5601       'example_value': 'http://www.example.com/terms_of_service.txt',
5602       'id': 186,
5603       'caption': '''Set the Terms of Service for a device-local account''',
5604       'desc': '''Sets the Terms of Service that the user must accept before starting a device-local account session.
5606       If this policy is set, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will download the Terms of Service and present them to the user whenever a device-local account session is starting. The user will only be allowed into the session after accepting the Terms of Service.
5608       If this policy is not set, no Terms of Service are shown.
5610       The policy should be set to a URL from which <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> can download the Terms of Service. The Terms of Service must be plain text, served as MIME type text/plain. No markup is allowed.''',
5611     },
5612     {
5613       'name': 'Accessibility',
5614       'type': 'group',
5615       'caption': '''Accessibility settings''',
5616       'desc': '''Configure <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> accessibility features.''',
5617       'policies': [
5618         {
5619           'name': 'ShowAccessibilityOptionsInSystemTrayMenu',
5620           'type': 'main',
5621           'schema': { 'type': 'boolean' },
5622           'supported_on': ['chrome_os:27-'],
5623           'features': {
5624             'can_be_recommended': True,
5625             'dynamic_refresh': True,
5626             'per_profile': True,
5627           },
5628           'example_value': True,
5629           'id': 188,
5630           'caption': '''Show accessibility options in system tray menu''',
5631           'desc': '''Show <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> accessibility options in the system menu.
5633           If this policy is set to true, Accessibility options always appear in system tray menu.
5635           If this policy is set to false, Accessibility options never appear in system tray menu.
5637           If you set this policy, users cannot change or override it.
5639           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 appear via the Settings page.'''
5640         },
5641         {
5642           'name': 'LargeCursorEnabled',
5643           'type': 'main',
5644           'schema': { 'type': 'boolean' },
5645           'supported_on': ['chrome_os:29-'],
5646           'features': {
5647             'can_be_recommended': True,
5648             'dynamic_refresh': True,
5649             'per_profile': True,
5650           },
5651           'example_value': True,
5652           'id': 211,
5653           'caption': '''Enable large cursor''',
5654           'desc': '''Enable the large cursor accessibility feature.
5656           If this policy is set to true, the large cursor will always be enabled.
5658           If this policy is set to false, the large cursor will always be disabled.
5660           If you set this policy, users cannot change or override it.
5662           If this policy is left unset, the large cursor is disabled initially but can be enabled by the user anytime.'''
5663         },
5664         {
5665           'name': 'SpokenFeedbackEnabled',
5666           'type': 'main',
5667           'schema': { 'type': 'boolean' },
5668           'supported_on': ['chrome_os:29-'],
5669           'features': {
5670             'can_be_recommended': True,
5671             'dynamic_refresh': True,
5672             'per_profile': True,
5673           },
5674           'example_value': True,
5675           'id': 212,
5676           'caption': '''Enable spoken feedback''',
5677           'desc': '''Enable the spoken feedback accessibility feature.
5679           If this policy is set to true, spoken feedback will always be enabled.
5681           If this policy is set to false, spoken feedback will always be disabled.
5683           If you set this policy, users cannot change or override it.
5685           If this policy is left unset, spoken feedback is disabled initially but can be enabled by the user anytime.'''
5686         },
5687         {
5688           'name': 'HighContrastEnabled',
5689           'type': 'main',
5690           'schema': { 'type': 'boolean' },
5691           'supported_on': ['chrome_os:29-'],
5692           'features': {
5693             'can_be_recommended': True,
5694             'dynamic_refresh': True,
5695             'per_profile': True,
5696           },
5697           'example_value': True,
5698           'id': 213,
5699           'caption': '''Enable high contrast mode''',
5700           'desc': '''Enable the high contrast mode accessibility feature.
5702           If this policy is set to true, high contrast mode will always be enabled.
5704           If this policy is set to false, high contrast mode will always be disabled.
5706           If you set this policy, users cannot change or override it.
5708           If this policy is left unset, high contrast mode is disabled initially but can be enabled by the user anytime.'''
5709         },
5710         {
5711           'name': 'VirtualKeyboardEnabled',
5712           'type': 'main',
5713           'schema': { 'type': 'boolean' },
5714           'supported_on': ['chrome_os:34-'],
5715           'features': {
5716             'can_be_recommended': True,
5717             'dynamic_refresh': True,
5718             'per_profile': True,
5719           },
5720           'example_value': True,
5721           'id': 255,
5722           'caption': '''Enable on-screen keyboard''',
5723           'desc': '''Enable the on-screen keyboard accessibility feature.
5725           If this policy is set to true, the on-screen keyboard will always be enabled.
5727           If this policy is set to false, the on-screen keyboard will always be disabled.
5729           If you set this policy, users cannot change or override it.
5731           If this policy is left unset, the on-screen keyboard is disabled initially but can be enabled by the user anytime.'''
5732         },
5733         {
5734           'name': 'KeyboardDefaultToFunctionKeys',
5735           'type': 'main',
5736           'schema': { 'type': 'boolean' },
5737           'supported_on': ['chrome_os:35-'],
5738           'features': {
5739             'can_be_recommended': True,
5740             'dynamic_refresh': True,
5741             'per_profile': True,
5742           },
5743           'example_value': True,
5744           'id': 260,
5745           'caption': '''Media keys default to function keys''',
5746           'desc': '''Changes the default behaviour of the top row keys to function keys.
5748           If this policy is set to true, the keyboard's top row of keys will produce function key commands per default. The search key has to be pressed to revert their behavior back to media keys.
5750           If this policy is set to false or left unset, the keyboard will produce media key commands per default and function key commands when the search key is held.'''
5751         },
5752         {
5753           'name': 'ScreenMagnifierType',
5754           'type': 'int-enum',
5755           'schema': {
5756             'type': 'integer',
5757             'enum': [ 0, 1 ],
5758           },
5759           'items': [
5760             {
5761               'name': 'None',
5762               'value': 0,
5763               'caption': '''Screen magnifier disabled''',
5764             },
5765             {
5766               'name': 'Full-screen',
5767               'value': 1,
5768               'caption': '''Full-screen magnifier enabled''',
5769             },
5770           ],
5771           'supported_on': ['chrome_os:29-'],
5772           'features': {
5773             'can_be_recommended': True,
5774             'dynamic_refresh': True,
5775             'per_profile': True,
5776           },
5777           'example_value': 1,
5778           'id': 214,
5779           'caption': '''Set screen magnifier type''',
5780           'desc': '''Set the type of screen magnifier that is enabled.
5782           If this policy is set, it controls the type of screen magnifier that is enabled. Setting the policy to "None" disables the screen magnifier.
5784           If you set this policy, users cannot change or override it.
5786           If this policy is left unset, the screen magnifier is disabled initially but can be enabled by the user anytime.''',
5787         },
5788         {
5789           'name': 'DeviceLoginScreenDefaultLargeCursorEnabled',
5790           'type': 'main',
5791           'schema': { 'type': 'boolean' },
5792           'supported_on': ['chrome_os:29-'],
5793           'device_only': True,
5794           'features': {
5795             'dynamic_refresh': True,
5796           },
5797           'example_value': True,
5798           'id': 215,
5799           'caption': '''Set default state of the large cursor on the login screen''',
5800           'desc': '''Set the default state of the large cursor accessibility feature on the login screen.
5802           If this policy is set to true, the large cursor will be enabled when the login screen is shown.
5804           If this policy is set to false, the large cursor will be disabled when the login screen is shown.
5806           If you set this policy, users can temporarily override it by enabling or disabling the large cursor. However, the user's choice is not persistent and the default is restored whenever the login screen is shown anew or the user remains idle on the login screen for a minute.
5808           If this policy is left unset, the large cursor is disabled when the login screen is first shown. Users can enable or disable the large cursor anytime and its status on the login screen is persisted between users.''',
5809         },
5810         {
5811           'name': 'DeviceLoginScreenDefaultSpokenFeedbackEnabled',
5812           'type': 'main',
5813           'schema': { 'type': 'boolean' },
5814           'supported_on': ['chrome_os:29-'],
5815           'device_only': True,
5816           'features': {
5817             'dynamic_refresh': True,
5818           },
5819           'example_value': True,
5820           'id': 216,
5821           'caption': '''Set the default state of spoken feedback on the login screen''',
5822           'desc': '''Set the default state of the spoken feedback accessibility feature on the login screen.
5824           If this policy is set to true, spoken feedback will be enabled when the login screen is shown.
5826           If this policy is set to false, spoken feedback will be disabled when the login screen is shown.
5828           If you set this policy, users can temporarily override it by enabling or disabling spoken feedback. However, the user's choice is not persistent and the default is restored whenever the login screen is shown anew or the user remains idle on the login screen for a minute.
5830           If this policy is left unset, spoken feedback is disabled when the login screen is first shown. Users can enable or disable spoken feedback anytime and its status on the login screen is persisted between users.''',
5831         },
5832         {
5833           'name': 'DeviceLoginScreenDefaultHighContrastEnabled',
5834           'type': 'main',
5835           'schema': { 'type': 'boolean' },
5836           'supported_on': ['chrome_os:29-'],
5837           'device_only': True,
5838           'features': {
5839             'dynamic_refresh': True,
5840           },
5841           'example_value': True,
5842           'id': 217,
5843           'caption': '''Set the default state of high contrast mode on the login screen''',
5844           'desc': '''Set the default state of the high contrast mode accessibility feature on the login screen.
5846           If this policy is set to true, high contrast mode will be enabled when the login screen is shown.
5848           If this policy is set to false, high contrast mode will be disabled when the login screen is shown.
5850           If you set this policy, users can temporarily override it by enabling or disabling high contrast mode. However, the user's choice is not persistent and the default is restored whenever the login screen is shown anew or the user remains idle on the login screen for a minute.
5852           If this policy is left unset, high contrast mode is disabled when the login screen is first shown. Users can enable or disable high contrast mode anytime and its status on the login screen is persisted between users.''',
5853         },
5854         {
5855           'name': 'DeviceLoginScreenDefaultVirtualKeyboardEnabled',
5856           'type': 'main',
5857           'schema': { 'type': 'boolean' },
5858           'supported_on': ['chrome_os:34-'],
5859           'device_only': True,
5860           'features': {
5861             'dynamic_refresh': True,
5862           },
5863           'example_value': True,
5864           'id': 256,
5865           'caption': '''Set default state of the on-screen keyboard on the login screen''',
5866           'desc': '''Set the default state of the on-screen keyboard accessibility feature on the login screen.
5868           If this policy is set to true, the on-screen keyboard will be enabled when the login screen is shown.
5870           If this policy is set to false, the on-screen keyboard will be disabled when the login screen is shown.
5872           If you set this policy, users can temporarily override it by enabling or disabling the on-screen keyboard. However, the user's choice is not persistent and the default is restored whenever the login screen is shown anew or the user remains idle on the login screen for a minute.
5874           If this policy is left unset, the on-screen keyboard is disabled when the login screen is first shown. Users can enable or disable the on-screen keyboard anytime and its status on the login screen is persisted between users.''',
5875         },
5876         {
5877           'name': 'DeviceLoginScreenDefaultScreenMagnifierType',
5878           'type': 'int-enum',
5879           'schema': {
5880             'type': 'integer',
5881             'enum': [ 0, 1 ],
5882           },
5883           'items': [
5884             {
5885               'name': 'None',
5886               'value': 0,
5887               'caption': '''Screen magnifier disabled''',
5888             },
5889             {
5890               'name': 'Full-screen',
5891               'value': 1,
5892               'caption': '''Full-screen magnifier enabled''',
5893             },
5894           ],
5895           'supported_on': ['chrome_os:29-'],
5896           'device_only': True,
5897           'features': {
5898             'dynamic_refresh': True,
5899           },
5900           'example_value': 1,
5901           'id': 218,
5902           'caption': '''Set the default screen magnifier type enabled on the login screen''',
5903           'desc': '''Set the default type of screen magnifier that is enabled on the login screen.
5905           If this policy is set, it controls the type of screen magnifier that is enabled when the login screen is shown. Setting the policy to "None" disables the screen magnifier.
5907           If you set this policy, users can temporarily override it by enabling or disabling the screen magnifier. However, the user's choice is not persistent and the default is restored whenever the login screen is shown anew or the user remains idle on the login screen for a minute.
5909           If this policy is left unset, the screen magnifier is disabled when the login screen is first shown. Users can enable or disable the screen magnifier anytime and its status on the login screen is persisted between users.''',
5910         },
5911       ],
5912     },
5913     {
5914       'name': 'HideWebStoreIcon',
5915       'type': 'main',
5916       'schema': { 'type': 'boolean' },
5917       'supported_on': ['chrome.*:26-'],
5918       'features': {
5919         'dynamic_refresh': True,
5920         'per_profile': True,
5921       },
5922       'example_value': True,
5923       'id': 189,
5924       'caption': '''Hide the web store from the new tab page and app launcher''',
5925       'desc': '''Hide the Chrome Web Store app and footer link from the New Tab Page and Chrome OS app launcher.
5927       When this policy is set to true, the icons are hidden.
5929       When this policy is set to false or is not configured, the icons are visible.''',
5930     },
5931     {
5932       'name': 'DeviceStartUpFlags',
5933       'type': 'list',
5934       'schema': {
5935         'type': 'array',
5936         'items': { 'type': 'string' },
5937       },
5938       'supported_on': ['chrome_os:27-'],
5939       'device_only': True,
5940       'features': {
5941         'dynamic_refresh': False,
5942       },
5943       'example_value': [ "enable-managed-mode", "my-cool-flag" ],
5944       'id': 191,
5945       'caption': '''System wide flags to be applied on Chrome start-up''',
5946       'desc': '''Specifies the flags that should be applied to Chrome when it starts. The specified flags are applied before Chrome is started even for the sign-in screen.''',
5947     },
5948     {
5949       'name': 'UptimeLimit',
5950       'type': 'int',
5951       'schema': { 'type': 'integer' },
5952       'supported_on': ['chrome_os:29-'],
5953       'device_only': True,
5954       'features': {
5955         'dynamic_refresh': True,
5956       },
5957       'example_value': 86400,
5958       'id': 192,
5959       'caption': '''Limit device uptime by automatically rebooting''',
5960       'desc': '''Limit the device uptime by scheduling automatic reboots.
5962       When this policy is set, it specifies the length of device uptime after which an automatic reboot is scheduled.
5964       When this policy is not set, the device uptime is not limited.
5966       If you set this policy, users cannot change or override it.
5968       An automatic reboot is scheduled at the selected time but may be delayed on the device by up to 24 hours if a user is currently using the device.
5970       Note: Currently, automatic reboots are only enabled while the login screen is being shown or a kiosk app session is in progress. This will change in the future and the policy will always apply, regardless of whether a session of any particular type is in progress or not.
5972       The policy value should be specified in seconds. Values are clamped to be at least 3600 (one hour).''',
5973     },
5974     {
5975       'name': 'RebootAfterUpdate',
5976       'type': 'main',
5977       'schema': { 'type': 'boolean' },
5978       'supported_on': ['chrome_os:29-'],
5979       'device_only': True,
5980       'features': {
5981         'dynamic_refresh': True,
5982       },
5983       'example_value': True,
5984       'id': 193,
5985       'caption': '''Automatically reboot after update''',
5986       'desc': '''Schedule an automatic reboot after a <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> update has been applied.
5988       When this policy is set to true, an automatic reboot is scheduled when a <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> update has been applied and a reboot is required to complete the update process. The reboot is scheduled immediately but may be delayed on the device by up to 24 hours if a user is currently using the device.
5990       When this policy is set to false, no automatic reboot is scheduled after applying a <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> update. The update process is completed when the user next reboots the device.
5992       If you set this policy, users cannot change or override it.
5994       Note: Currently, automatic reboots are only enabled while the login screen is being shown or a kiosk app session is in progress. This will change in the future and the policy will always apply, regardless of whether a session of any particular type is in progress or not.''',
5995     },
5996     {
5997       'name': 'VariationsRestrictParameter',
5998       'type': 'string',
5999       'schema': { 'type': 'string' },
6000       'supported_on': ['chrome.*:27-', 'android:34-', 'ios:35-'],
6001       'features': {
6002         'dynamic_refresh': False,
6003         'per_profile': False,
6004       },
6005       'example_value': 'restricted',
6006       'id': 196,
6007       'future': True,
6008       'caption': '''Set the restriction on the fetching of the Variations seed''',
6009       'desc': '''Add a parameter to the fetching of the Variations seed in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
6011       If specified, will add a query parameter called 'restrict' to the URL used to fetch the Variations seed. The value of the parameter will be the value specified in this policy.
6013       If not specified, will not modify the Variations seed URL.''',
6014     },
6015     {
6016       'name': 'DeviceVariationsRestrictParameter',
6017       'type': 'string',
6018       'schema': { 'type': 'string' },
6019       'supported_on': ['chrome_os:28-'],
6020       'features': {
6021         'dynamic_refresh': False,
6022         'per_profile': False,
6023       },
6024       'device_only': True,
6025       'example_value': 'restricted',
6026       'id': 199,
6027       'future': True,
6028       'caption': '''Set the restriction on the fetching of the Variations seed''',
6029       'desc': '''Add a parameter to the fetching of the Variations seed in <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph>.
6031       If specified, will add a query parameter called 'restrict' to the URL used to fetch the Variations seed. The value of the parameter will be the value specified in this policy.
6033       If not specified, will not modify the Variations seed URL.''',
6034     },
6035     {
6036       'name': 'Attestation',
6037       'type': 'group',
6038       'caption': 'Remote Attestation',
6039       'desc': 'Configure the remote attestation with TPM mechanism.',
6040       'policies': [
6041         {
6042           'name': 'AttestationEnabledForDevice',
6043           'type': 'main',
6044           'schema': { 'type': 'boolean' },
6045           'supported_on': ['chrome_os:28-'],
6046           'features': {
6047             'dynamic_refresh': True,
6048             'per_profile': False,
6049           },
6050           'device_only': True,
6051           'example_value': True,
6052           'id': 207,
6053           'caption': '''Enable remote attestation for the device''',
6054           'desc': '''If true, remote attestation is allowed for the device and a certificate will automatically be generated and uploaded to the Device Management Server.
6056           If it is set to false, or if it is not set, no certificate will be generated and calls to the enterprise.platformKeysPrivate extension API will fail.''',
6057         },
6058         {
6059           'name': 'AttestationEnabledForUser',
6060           'type': 'main',
6061           'schema': { 'type': 'boolean' },
6062           'supported_on': ['chrome_os:28-'],
6063           'features': {
6064             'dynamic_refresh': True,
6065             'per_profile': True,
6066           },
6067           'example_value': True,
6068           'id': 200,
6069           'caption': '''Enable remote attestation for the user''',
6070           'desc': '''If true, the user can use the hardware on Chrome devices to remote attest its identity to the privacy CA via the Enterprise Platform Keys API chrome.enterprise.platformKeysPrivate.challengeUserKey().
6072           If it is set to false, or if it is not set, calls to the API will fail with an error code.''',
6073         },
6074         {
6075           'name': 'AttestationExtensionWhitelist',
6076           'type': 'list',
6077           'schema': {
6078             'type': 'array',
6079             'items': { 'type': 'string' },
6080           },
6081           'supported_on': ['chrome_os:28-'],
6082           'features': {
6083             'dynamic_refresh': True,
6084             'per_profile': True,
6085           },
6086           'example_value': ['ghdilpkmfbfdnomkmaiogjhjnggaggoi'],
6087           'id': 201,
6088           'caption': '''Extensions allowed to to use the remote attestation API''',
6089           'desc': '''This policy specifies the allowed extensions to use Enterprise Platform Keys API chrome.enterprise.platformKeysPrivate.challengeUserKey() for remote attestation. Extensions must be added to this list to use the API.
6091           If an extension is not in the list, or the list is not set, the call to the API will fail with an error code.''',
6092         },
6093         {
6094           'name': 'AttestationForContentProtectionEnabled',
6095           'type': 'main',
6096           'schema': { 'type': 'boolean' },
6097           'supported_on': ['chrome_os:31-'],
6098           'features': {
6099             'dynamic_refresh': True,
6100           },
6101           'device_only': True,
6102           'example_value': True,
6103           'id': 239,
6104           'caption': '''Enable the use of remote attestation for content protection for the device''',
6105           'desc': '''Chrome OS devices can use remote attestation (Verified Access) to get a certificate issued by the Chrome OS CA that asserts the device is eligible to play protected content.  This process involves sending hardware endorsement information to the Chrome OS CA which uniquely identifies the device.
6107           If this setting is false, the device will not use remote attestation for content protection and the device may be unable to play protected content.
6109           If this setting is true, or if it is not set, remote attestation may be used for content protection.''',
6110         },
6111       ],
6112     },
6113     {
6114       'name': 'SuppressChromeFrameTurndownPrompt',
6115       'caption': '''Suppress the <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> turndown prompt''',
6116       'desc': '''Suppresses the turndown prompt that appears when a site is rendered by <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>.''',
6117       'type': 'main',
6118       'schema': { 'type': 'boolean' },
6119       'supported_on': ['chrome_frame:29-32'],
6120       'features': {
6121         'dynamic_refresh': False,
6122       },
6123       'example_value': True,
6124       'id': 221,
6125     },
6126     {
6127       'name': 'LocallyManagedUsers',
6128       'type': 'group',
6129       'caption': '''Locally managed users settings''',
6130       'desc': '''Configure settings for managed users.''',
6131       'policies': [
6132         {
6133           'name': 'ContentPackDefaultFilteringBehavior',
6134           'future': True,
6135           'deprecated': True,
6136           'type': 'int-enum',
6137           'schema': {
6138             'type': 'integer',
6139             'enum': [ 0, 1, 2 ],
6140           },
6141           'items': [
6142             {
6143               'name': 'Allow',
6144               'value': 0,
6145               'caption': '''Allow access to sites outside of content packs''',
6146             },
6147             {
6148               'name': 'Warn',
6149               'value': 1,
6150               'caption': '''Warn when visiting sites outside of content packs''',
6151             },
6152             {
6153               'name': 'Block',
6154               'value': 2,
6155               'caption': '''Block access to sites outside of content packs''',
6156             },
6157           ],
6158           'supported_on': ['chrome.*:28-', 'chrome_os:28-'],
6159           'features': {
6160             'dynamic_refresh': True,
6161             'per_profile': True
6162           },
6163           'example_value': 2,
6164           'id': 204,
6165           'caption': '''Default behavior for sites not in any content pack''',
6166           'desc': '''The default behavior for sites not in any content pack.
6168           This policy is for internal use by Chrome itself.''',
6169         },
6170         {
6171           'name': 'ContentPackManualBehaviorHosts',
6172           'future': True,
6173           'deprecated': True,
6174           'type': 'dict',
6175           'schema': {
6176             'type': 'object',
6177             'additionalProperties': {
6178               'type': 'boolean'
6179             }
6180           },
6181           'supported_on': ['chrome.*:28-', 'chrome_os:28-'],
6182           'features': {
6183             'dynamic_refresh': True,
6184             'per_profile': True
6185           },
6186           'example_value': {
6187             'www.example.com': True,
6188             'moose.org': False
6189           },
6190           'id': 205,
6191           'caption': '''Managed user manual exception hosts''',
6192           'desc': '''A dictionary mapping hostnames to a boolean flag specifying whether access to the host should be allowed (true) or blocked (false).
6194           This policy is for internal use by Chrome itself.''',
6195         },
6196         {
6197           'name': 'ContentPackManualBehaviorURLs',
6198           'future': True,
6199           'deprecated': True,
6200           'type': 'dict',
6201           'schema': {
6202             'type': 'object',
6203             'additionalProperties': {
6204               'type': 'boolean'
6205             }
6206           },
6207           'supported_on': ['chrome.*:28-', 'chrome_os:28-'],
6208           'features': {
6209             'dynamic_refresh': True,
6210             'per_profile': True
6211           },
6212           'example_value': {
6213             'https://www.example.com': True,
6214             'http://moose.org': False
6215           },
6216           'id': 206,
6217           'caption': '''Managed user manual exception URLs''',
6218           'desc': '''A dictionary mapping URLs to a boolean flag specifying whether access to the host should be allowed (true) or blocked (false).
6220           This policy is for internal use by Chrome itself.''',
6221         },
6222         {
6223           'name': 'SupervisedUsersEnabled',
6224           'type': 'main',
6225           'schema': { 'type': 'boolean' },
6226           'supported_on': ['chrome_os:29-'],
6227           'device_only': True,
6228           'features': {
6229             'dynamic_refresh': False,
6230           },
6231           'example_value': True,
6232           'id': 219,
6233           'caption': '''Enable supervised users''',
6234           'desc': '''If set to true, supervised users can be created and used.
6236           If set to false or not configured, supervised-user creation and login will be disabled. All existing supervised users will be hidden.
6238           NOTE: The default behavior for consumer and enterprise devices differs: on consumer devices supervised users are enabled by default, but on enterprise devices they are disabled by default.'''
6239         },
6240         {
6241           'name': 'SupervisedUserCreationEnabled',
6242           'type': 'main',
6243           'schema': { 'type': 'boolean' },
6244           'supported_on': ['chrome.*:29-'],
6245           'features': {
6246             'dynamic_refresh': True,
6247             'per_profile': True,
6248           },
6249           'example_value': True,
6250           'id': 223,
6251           'caption': '''Enable creation of supervised users''',
6252           'desc': '''If set to false, supervised-user creation by this user will be disabled. Any existing supervised users will still be available.
6254           If set to true or not configured, supervised users can be created and managed by this user.'''
6255         },
6256       ],
6257     },
6258     {
6259       'name': 'ManagedBookmarks',
6260       'type': 'dict',
6261       'schema': {
6262         'type': 'array',
6263         'items': {
6264           'type': 'object',
6265           'properties': {
6266             'name': { 'type': 'string' },
6267             'url': { 'type': 'string' },
6268           },
6269         },
6270       },
6271       'supported_on': ['android:30-', 'ios:35-'],
6272       'features': {
6273         'dynamic_refresh': True,
6274         'per_profile': True,
6275       },
6276       'example_value': [
6277         {
6278           "name": "Google",
6279           "url": "google.com"
6280         }, {
6281           "name": "Youtube",
6282           "url": "youtube.com"
6283         }
6284       ],
6285       'id': 227,
6286       'caption': '''Managed Bookmarks''',
6287       'desc': '''Configures a list of managed bookmarks.
6289       The policy is a list of bookmarks, and each bookmark is a dictionary containing the bookmark "name" and target "url".
6291       These bookmarks are placed in a Managed bookmarks folder inside the Mobile bookmarks. These bookmarks can't be modified by the user.
6293       When this policy is set then the Managed bookmarks are the default folder opened when the bookmarks view is opened in Chrome.
6295       Managed bookmarks are not synced to the user account.''',
6296     },
6297     {
6298       'name': 'DataCompressionProxyEnabled',
6299       'type': 'main',
6300       'schema': { 'type': 'boolean' },
6301       'supported_on': ['android:31-'],
6302       'features': {
6303         'dynamic_refresh': True,
6304         'per_profile': True,
6305       },
6306       'example_value': True,
6307       'id': 241,
6308       'caption': '''Enable the data compression proxy feature''',
6309       'desc': '''Enable or disable the data compression proxy and prevents users from changing this setting.
6311       If you enable or disable this setting, users cannot change or override this setting.
6313       If this policy is left not set, the data compression proxy feature will be available for the user to choose whether to use it or not.''',
6314     },
6315     {
6316       'name': 'UserAvatarImage',
6317       'type': 'external',
6318       'schema': {
6319         'type': 'object',
6320         'properties': {
6321           'url': { "type": "string" },
6322           'hash': { "type": "string" }
6323         },
6324       },
6325       'supported_on': ['chrome_os:34-'],
6326       'features': {
6327         'dynamic_refresh': True,
6328         'per_profile': True,
6329       },
6330       'example_value': { "url": "http://example.com/avatar.jpg", "hash": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef" },
6331       'max_size': 524288,
6332       'id': 249,
6333       'caption': '''User avatar image''',
6334       'desc': '''Configure user avatar image.
6336       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 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 download. The image must be in JPEG format, its size must not exceed 512kB. The URL must be accessible without any authentication.
6338       The avatar image is downloaded and cached. It will be re-downloaded whenever the URL or the hash changes.
6340       The policy should be specified as a string that expresses the URL and hash in JSON format, conforming to the following schema:
6341       {
6342         "type": "object",
6343         "properties": {
6344           "url": {
6345             "description": "The URL from which the avatar image can be downloaded.",
6346             "type": "string"
6347           },
6348           "hash": {
6349             "description": "The SHA-256 hash of the avatar image.",
6350             "type": "string"
6351           }
6352         }
6353       }
6355       If this policy is set, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will download and use the avatar image.
6357       If you set this policy, users cannot change or override it.
6359       If the policy is left not set, the user can choose the avatar image representing him/her on the login screen.''',
6360     },
6361     {
6362       'name': 'WallpaperImage',
6363       'type': 'external',
6364       'schema': {
6365         'type': 'object',
6366         'properties': {
6367           'url': { "type": "string" },
6368           'hash': { "type": "string" }
6369         },
6370       },
6371       'supported_on': ['chrome_os:35-'],
6372       'features': {
6373         'dynamic_refresh': True,
6374         'per_profile': True,
6375       },
6376       'example_value': { "url": "http://example.com/wallpaper.jpg", "hash": "baddecafbaddecafbaddecafbaddecafbaddecafbaddecafbaddecafbaddecaf" },
6377       'max_size': 16777216,
6378       'id': 262,
6379       'caption': '''Wallpaper image''',
6380       'desc': '''Configure wallpaper image.
6382       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 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 verify the integrity of the download. The image must be in JPEG format, its size must not exceed 16MB. The URL must be accessible without any authentication.
6384       The wallpaper image is downloaded and cached. It will be re-downloaded whenever the URL or the hash changes.
6386       The policy should be specified as a string that expresses the URL and hash in JSON format, conforming to the following schema:
6387       {
6388         "type": "object",
6389         "properties": {
6390           "url": {
6391             "description": "The URL from which the wallpaper image can be downloaded.",
6392             "type": "string"
6393           },
6394           "hash": {
6395             "description": "The SHA-256 hash of the wallpaper image.",
6396             "type": "string"
6397           }
6398         }
6399       }
6401       If this policy is set, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will download and use the wallpaper image.
6403       If you set this policy, users cannot change or override it.
6405       If the policy is left not set, the user can choose an image to be shown on the desktop and on the login screen background.''',
6406     },
6407   ],
6408   'messages': {
6409     # Messages that are not associated to any policies.
6410     'win_supported_winxpsp2': {
6411       'desc': '''A label specifying the oldest possible compatible version of Windows. This text will appear right next to a label containing the text 'Supported on:'.''',
6412       'text': '''Microsoft Windows XP SP2 or later'''
6413     },
6414     'mac_chrome_preferences': {
6415       'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chrome are being edited''',
6416       'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferences'''
6417     },
6418     'doc_data_type': {
6419       'desc': '''Caption text of the field 'data type' in the summary chart of a policy in the generated documentation''',
6420       'text': '''Data type:'''
6421     },
6422     'doc_win_reg_loc': {
6423       'desc': '''Caption text of the field 'windows registry location' in the summary chart of a policy in the generated documentation''',
6424       'text': '''Windows registry location:'''
6425     },
6426     'doc_mac_linux_pref_name': {
6427       'desc': '''Caption text of the field 'mac/linux preference name' in the summary chart of a policy in the generated documentation''',
6428       'text': '''Mac/Linux preference name:'''
6429     },
6430     'doc_supported_on': {
6431       'desc': '''Caption text of the list of 'products, platforms and versions where this policy is supported' in the summary chart of a policy in the generated documentation''',
6432       'text': '''Supported on:'''
6433     },
6434     'doc_since_version': {
6435       'desc': '''Text in the summary chart of a policy that specifies the version number in which the policy was introduced.''',
6436       'text': '''since version <ph name="SINCE_VERSION">$6<ex>8</ex></ph>'''
6437     },
6438     'doc_until_version': {
6439       'desc': '''Text in the summary chart of a policy that specifies the version number after which the policy was dropped.''',
6440       'text': '''until version <ph name="UNTIL_VERSION">$6<ex>10</ex></ph>'''
6441     },
6442     'doc_supported_features': {
6443       'desc': '''Caption text of the list of 'policy features that this policy supports' in the summary chart of a policy in the generated documentation''',
6444       'text': '''Supported features:'''
6445     },
6446     'doc_description': {
6447       'desc': '''Caption text of the 'description text' in the summary chart of a policy in the generated documentation''',
6448       'text': '''Description:'''
6449     },
6450     'doc_example_value': {
6451       'desc': '''Caption text of the field 'example value' in the summary chart of a policy in the generated documentation''',
6452       'text': '''Example value:'''
6453     },
6454     'doc_intro': {
6455       'desc': '''Introduction text for the generated policy documentation''',
6456       'text': '''(This document may include policies that are targeted for later
6457       <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> versions, those are
6458       subject to change without notice. The list of supported policies is the
6459       same for Chromium and Google Chrome.)
6461       You don't need to change these settings by hand!  You can download easy-to-use templates from
6462       <ph name="POLICY_TEMPLATE_DOWNLOAD_URL">http://www.chromium.org/administrators/policy-templates<ex>
6463       http://www.chromium.org/administrators/policy-templates</ex></ph>.
6465       These policies are strictly intended to be used to configure instances of Chrome internal to your organization. Use of these policies outside of your organization (for example, in a publicly distributed program) is considered malware and will likely be labeled as malware by Google and anti-virus vendors.
6467       Note: Starting with <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>
6468       28, policies are loaded directly from the Group Policy API on
6469       Windows. Policies manually written to the registry will be ignored. See
6470       http://crbug.com/259236 for details.'''
6471     },
6472     'doc_back_to_top': {
6473       'desc': '''Text of a link in the generated policy documentation, that takes the user to the top of the page''',
6474       'text': '''Back to top'''
6475     },
6476     'doc_supported': {
6477       'desc': '''Appears next to the name of each supported feature in the 'list of supported policy features' in the generated policy documentation''',
6478       'text': '''Yes'''
6479     },
6480     'doc_not_supported': {
6481       'desc': '''Appears next to the name of each unsupported feature in the 'list of supported policy features' in the generated policy documentation''',
6482       'text': '''No'''
6483     },
6484     'doc_name_column_title': {
6485       'desc': '''Appears at the top of the policy summary table, over the column of policy names, in the generated policy documentation''',
6486       'text': '''Policy Name'''
6487     },
6488     'doc_description_column_title': {
6489       'desc': '''Appears at the top of the policy summary table, over the column of short policy descriptions, in the generated policy documentation''',
6490       'text': '''Description'''
6491     },
6492     'doc_feature_dynamic_refresh': {
6493       'desc': '''The name of the feature that indicates for a given policy that changes to it are respected by Chrome without a browser restart''',
6494       'text': '''Dynamic Policy Refresh'''
6495     },
6496     'doc_feature_can_be_recommended': {
6497       'desc': '''The name of the feature that indicates for a given policy that it can be recommended, instead of mandatory''',
6498       'text': '''Can Be Recommended'''
6499     },
6500     'doc_feature_per_profile': {
6501       'desc': '''The name of the feature that indicates whether a policy is applicable to browser Profiles individually or whether it affects the entire browser.''',
6502       'text': '''Per Profile'''
6503     },
6504     'doc_deprecated': {
6505       'desc': '''Text appended in parentheses to the policy name to indicate that it has been deprecated''',
6506       'text': 'deprecated',
6507     },
6508     'doc_recommended': {
6509       'desc': '''Text appended in parentheses next to the policies top-level container to indicate that those policies are of the Recommended level''',
6510       'text': 'Default Settings (users can override)',
6511     },
6512   },
6513   'placeholders': [],