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

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

Issue 2943763002: Add a new group policy to disable safe browsing for files downloaded from trusted sources. (Closed)
Patch Set: Fix an XML goof Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/policy/core/common/policy_loader_win.cc ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 # policy_templates.json - Metafile for policy templates 2 # policy_templates.json - Metafile for policy templates
3 # 3 #
4 # The content of this file is evaluated as a Python expression. 4 # The content of this file is evaluated as a Python expression.
5 # 5 #
6 # This file is used as input to generate the following policy templates: 6 # This file is used as input to generate the following policy templates:
7 # ADM, ADMX+ADML, MCX/plist and html documentation. 7 # ADM, ADMX+ADML, MCX/plist and html documentation.
8 # 8 #
9 # Policy templates are user interface definitions or documents about the 9 # Policy templates are user interface definitions or documents about the
10 # policies that can be used to configure Chrome. Each policy is a name-value 10 # policies that can be used to configure Chrome. Each policy is a name-value
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 # templates and documentation. The policy definition list that Chrome sees 136 # templates and documentation. The policy definition list that Chrome sees
137 # will include policies marked with 'future'. If a WIP policy isn't meant to 137 # will include policies marked with 'future'. If a WIP policy isn't meant to
138 # be seen by the policy providers either, the 'supported_on' key should be set 138 # be seen by the policy providers either, the 'supported_on' key should be set
139 # to an empty list. 139 # to an empty list.
140 # 140 #
141 # IDs: 141 # IDs:
142 # Since a Protocol Buffer definition is generated from this file, unique and 142 # Since a Protocol Buffer definition is generated from this file, unique and
143 # persistent IDs for all fields (but not for groups!) are needed. These are 143 # persistent IDs for all fields (but not for groups!) are needed. These are
144 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, 144 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
145 # because doing so would break the deployed wire format! 145 # because doing so would break the deployed wire format!
146 # For your editing convenience: highest ID currently used: 374 146 # For your editing convenience: highest ID currently used: 375
147 # And don't forget to also update the EnterprisePolicies enum of 147 # And don't forget to also update the EnterprisePolicies enum of
148 # histograms.xml (run 'python tools/metrics/histograms/update_policies.py'). 148 # histograms.xml (run 'python tools/metrics/histograms/update_policies.py').
149 # 149 #
150 # Placeholders: 150 # Placeholders:
151 # The following placeholder strings are automatically substituted: 151 # The following placeholder strings are automatically substituted:
152 # $1 -> Google Chrome / Chromium 152 # $1 -> Google Chrome / Chromium
153 # $2 -> Google Chrome OS / Chromium OS 153 # $2 -> Google Chrome OS / Chromium OS
154 # $3 -> Google Chrome Frame / Chromium Frame 154 # $3 -> Google Chrome Frame / Chromium Frame
155 # $6 is reserved for doc_writer 155 # $6 is reserved for doc_writer
156 # 156 #
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 251
252 The home page is the page opened by the Home button. The pages that op en on startup are controlled by the RestoreOnStartup policies. 252 The home page is the page opened by the Home button. The pages that op en on startup are controlled by the RestoreOnStartup policies.
253 253
254 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 t ake effect. 254 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 t ake effect.
255 255
256 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 choos e the New Tab Page as their home page. 256 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 choos e the New Tab Page as their home page.
257 257
258 Leaving this policy not set will allow the user to choose their home p age on their own if HomepageIsNewTabPage is not set too. 258 Leaving this policy not set will allow the user to choose their home p age on their own if HomepageIsNewTabPage is not set too.
259 259
260 This policy is not available on Windows instances that are not joined 260 This policy is not available on Windows instances that are not joined
261 to a Microsoft® Active Directory® domain.''', 261 to a <ph name="MS_AD_NAME">Microsoft® Active Directory®</ph> domain.'' ',
262 'label': '''Home page URL''', 262 'label': '''Home page URL''',
263 }, 263 },
264 { 264 {
265 'name': 'HomepageIsNewTabPage', 265 'name': 'HomepageIsNewTabPage',
266 'type': 'main', 266 'type': 'main',
267 'schema': { 'type': 'boolean' }, 267 'schema': { 'type': 'boolean' },
268 'supported_on': ['chrome.*:8-', 'chrome_os:11-'], 268 'supported_on': ['chrome.*:8-', 'chrome_os:11-'],
269 'features': { 269 'features': {
270 'can_be_recommended': True, 270 'can_be_recommended': True,
271 'dynamic_refresh': True, 271 'dynamic_refresh': True,
272 'per_profile': True, 272 'per_profile': True,
273 }, 273 },
274 'example_value': True, 274 'example_value': True,
275 'id': 2, 275 'id': 2,
276 'caption': '''Use New Tab Page as homepage''', 276 'caption': '''Use New Tab Page as homepage''',
277 'tags': [], 277 'tags': [],
278 'desc': '''Configures the type of the default home page in <ph name="P RODUCT_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 t o the New Tab Page. 278 'desc': '''Configures the type of the default home page in <ph name="P RODUCT_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 t o the New Tab Page.
279 279
280 If you enable this setting, the New Tab Page is always used for the ho me page, and the home page URL location is ignored. 280 If you enable this setting, the New Tab Page is always used for the ho me page, and the home page URL location is ignored.
281 281
282 If you disable this setting, the user's homepage will never be the New Tab Page, unless its URL is set to 'chrome://newtab'. 282 If you disable this setting, the user's homepage will never be the New Tab Page, unless its URL is set to 'chrome://newtab'.
283 283
284 If you enable or disable this setting, users cannot change their homep age type in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 284 If you enable or disable this setting, users cannot change their homep age type in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
285 285
286 Leaving this policy not set will allow the user to choose whether the new tab page is their home page on their own. 286 Leaving this policy not set will allow the user to choose whether the new tab page is their home page on their own.
287 287
288 This policy is not available on Windows instances that are not joined 288 This policy is not available on Windows instances that are not joined
289 to a Microsoft® Active Directory® domain.''', 289 to a <ph name="MS_AD_NAME">Microsoft® Active Directory®</ph> domain.'' ',
290 }, 290 },
291 ], 291 ],
292 }, 292 },
293 { 293 {
294 'name': 'NewTabPage', 294 'name': 'NewTabPage',
295 'type': 'group', 295 'type': 'group',
296 'caption': '''New Tab Page''', 296 'caption': '''New Tab Page''',
297 'desc': '''Configure the default New Tab page in <ph name="PRODUCT_NAME">$ 1<ex>Google Chrome</ex></ph>.''', 297 'desc': '''Configure the default New Tab page in <ph name="PRODUCT_NAME">$ 1<ex>Google Chrome</ex></ph>.''',
298 'policies': [ 298 'policies': [
299 { 299 {
(...skipping 11 matching lines...) Expand all
311 'caption': '''Configure the New Tab page URL''', 311 'caption': '''Configure the New Tab page URL''',
312 'tags': [], 312 'tags': [],
313 'desc': '''Configures the default New Tab page URL and prevents users from changing it. 313 'desc': '''Configures the default New Tab page URL and prevents users from changing it.
314 314
315 The New Tab page is the page opened when new tabs are created (includi ng the one opened in new windows). 315 The New Tab page is the page opened when new tabs are created (includi ng the one opened in new windows).
316 316
317 This policy does not decide which pages are to be opened on start up. Those are controlled by the <ph name="RESTORE_ON_STARTUP_POLICY_NAME">RestoreOnS tartup</ph> policies. Yet this policy does affect the Home Page if that is set t o open the New Tab page, as well as the startup page if that is set to open the New Tab page. 317 This policy does not decide which pages are to be opened on start up. Those are controlled by the <ph name="RESTORE_ON_STARTUP_POLICY_NAME">RestoreOnS tartup</ph> policies. Yet this policy does affect the Home Page if that is set t o open the New Tab page, as well as the startup page if that is set to open the New Tab page.
318 318
319 If the policy is not set or left empty the default new tab page is use d. 319 If the policy is not set or left empty the default new tab page is use d.
320 320
321 This policy is not available on Windows instances that are not joined to a Microsoft® Active Directory® domain.''', 321 This policy is not available on Windows instances that are not joined to a <ph name="MS_AD_NAME">Microsoft® Active Directory®</ph> domain.''',
322 'label': '''New Tab page URL''', 322 'label': '''New Tab page URL''',
323 }, 323 },
324 ], 324 ],
325 }, 325 },
326 { 326 {
327 'name': 'DefaultBrowserSettingEnabled', 327 'name': 'DefaultBrowserSettingEnabled',
328 'type': 'main', 328 'type': 'main',
329 'schema': { 'type': 'boolean' }, 329 'schema': { 'type': 'boolean' },
330 'supported_on': ['chrome.*:11-'], 330 'supported_on': ['chrome.*:11-'],
331 'features': { 331 'features': {
(...skipping 966 matching lines...) Expand 10 before | Expand all | Expand 10 after
1298 'tags': ['google-sharing'], 1298 'tags': ['google-sharing'],
1299 'desc': '''Enables anonymous reporting of usage and crash-related data abo ut <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to Google and prevents users from changing this setting. 1299 'desc': '''Enables anonymous reporting of usage and crash-related data abo ut <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to Google and prevents users from changing this setting.
1300 1300
1301 If this setting is enabled, anonymous reporting of usage and crash-related 1301 If this setting is enabled, anonymous reporting of usage and crash-related
1302 data is sent to Google. If it is disabled, this information is not sent 1302 data is sent to Google. If it is disabled, this information is not sent
1303 to Google. In both cases, users cannot change or override the setting. 1303 to Google. In both cases, users cannot change or override the setting.
1304 If this policy is left not set, the setting will be what the user chose 1304 If this policy is left not set, the setting will be what the user chose
1305 upon installation / first run. 1305 upon installation / first run.
1306 1306
1307 This policy is not available on Windows instances that are not joined to 1307 This policy is not available on Windows instances that are not joined to
1308 a Microsoft® Active Directory® domain. (For Chrome OS, see 1308 a <ph name="MS_AD_NAME">Microsoft® Active Directory®</ph> domain. (For Ch rome OS, see
1309 DeviceMetricsReportingEnabled.)''', 1309 DeviceMetricsReportingEnabled.)''',
1310 }, 1310 },
1311 { 1311 {
1312 'name': 'PasswordManager', 1312 'name': 'PasswordManager',
1313 'type': 'group', 1313 'type': 'group',
1314 'caption': '''Password manager''', 1314 'caption': '''Password manager''',
1315 'desc': '''Configures the password manager.''', 1315 'desc': '''Configures the password manager.''',
1316 'policies': [ 1316 'policies': [
1317 { 1317 {
1318 'name': 'PasswordManagerEnabled', 1318 'name': 'PasswordManagerEnabled',
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
1757 If you set this policy, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ ph> will prevent certain types of downloads, and won't let user bypass the secur ity warnings. 1757 If you set this policy, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ ph> will prevent certain types of downloads, and won't let user bypass the secur ity warnings.
1758 1758
1759 When the 'Block dangerous downloads' option is chosen, all downloads are a llowed, except for those that carry SafeBrowsing warnings. 1759 When the 'Block dangerous downloads' option is chosen, all downloads are a llowed, except for those that carry SafeBrowsing warnings.
1760 1760
1761 When the 'Block potentially dangerous downloads' option is chosen, all dow nloads allowed, except for those that carry SafeBrowsing warnings of potentially dangerous downloads. 1761 When the 'Block potentially dangerous downloads' option is chosen, all dow nloads allowed, except for those that carry SafeBrowsing warnings of potentially dangerous downloads.
1762 1762
1763 When the 'Block all downloads' option is chosen, all downloads are blocked . 1763 When the 'Block all downloads' option is chosen, all downloads are blocked .
1764 1764
1765 When this policy is not set, (or the 'No special restrictions' option is c hosen), the dowloads will go through the usual security restrictions based on Sa feBrowsing analysis results. 1765 When this policy is not set, (or the 'No special restrictions' option is c hosen), the dowloads will go through the usual security restrictions based on Sa feBrowsing analysis results.
1766 1766
1767 Note that these restrictions apply to downloads triggered from web page co ntent, as well as the 'download link...' context menu option. 1767 Note that these restrictions apply to downloads triggered from web page co ntent, as well as the 'download link...' context menu option. These restrictions do not apply to the save / download of the currently displayed page, nor does i t apply to saving as PDF from the printing options.
1768
1769 These restrictions do not apply to the save / download of the currently di splayed page, nor does it apply to saving as PDF from the printing options.
1770 1768
1771 See https://developers.google.com/safe-browsing for more info on SafeBrows ing.''', 1769 See https://developers.google.com/safe-browsing for more info on SafeBrows ing.''',
1772 'label': '''Download restrictions''', 1770 'label': '''Download restrictions''',
1773 }, 1771 },
1774 { 1772 {
1775 'name': 'DownloadDirectory', 1773 'name': 'DownloadDirectory',
1776 'type': 'string', 1774 'type': 'string',
1777 'schema': { 'type': 'string' }, 1775 'schema': { 'type': 'string' },
1778 'supported_on': ['chrome.*:11-', 'chrome_os:35-'], 1776 'supported_on': ['chrome.*:11-', 'chrome_os:35-'],
1779 'features': { 1777 'features': {
1780 'can_be_recommended': True, 1778 'can_be_recommended': True,
1781 'dynamic_refresh': True, 1779 'dynamic_refresh': True,
1782 'per_profile': True, 1780 'per_profile': True,
1783 }, 1781 },
1784 'example_value': '/home/${user_name}/Downloads', 1782 'example_value': '/home/${user_name}/Downloads',
1785 'id': 64, 1783 'id': 64,
1786 'caption': '''Set download directory''', 1784 'caption': '''Set download directory''',
1787 'tags': ['local-data-access'], 1785 'tags': ['local-data-access'],
1788 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Goo gle Chrome</ex></ph> will use for downloading files. 1786 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Goo gle Chrome</ex></ph> will use for downloading files.
1789 1787
1790 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 on e or enabled the flag to be prompted for download location every time. 1788 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 on e or enabled the flag to be prompted for download location every time.
1791 1789
1792 See https://www.chromium.org/administrators/policy-list-3/user-data-direct ory-variables for a list of variables that can be used. 1790 See https://www.chromium.org/administrators/policy-list-3/user-data-direct ory-variables for a list of variables that can be used.
1793 1791
1794 If this policy is left not set the default download directory will be used and the user will be able to change it.''', 1792 If this policy is left not set the default download directory will be used and the user will be able to change it.''',
1795 'label': '''Set download directory''', 1793 'label': '''Set download directory''',
1796 'arc_support': 'This policy has no effect on Android apps. Android apps al ways use the default downloads directory and cannot access any files downloaded by <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> into a non-defaul t downloads directory.', 1794 'arc_support': 'This policy has no effect on Android apps. Android apps al ways use the default downloads directory and cannot access any files downloaded by <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> into a non-defaul t downloads directory.',
1797 }, 1795 },
1798 { 1796 {
1797 'name': 'SafeBrowsingForTrustedSourcesEnabled',
1798 'type': 'main',
1799 'schema': { 'type': 'boolean' },
1800 'supported_on': ['chrome.win:61-'],
1801 'features': {
1802 'can_be_recommended': True,
1803 'dynamic_refresh': True,
1804 'per_profile': True,
1805 },
1806 'example_value': False,
1807 'id': 375,
1808 'caption': '''SafeBrowsing enable state for trusted sources''',
1809 'tags': ['local-data-access'],
1810 'desc': '''Identify if <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></p h> can allow download without Safe Browsing checks when it's from a trusted sour ce.
1811
1812 When False, downloaded files will not be sent to be analyzed by Safe Brows ing when it's from a trusted source.
1813
1814 When not set (or set to True), downloaded files are sent to be analyzed by Safe Browsing, even when it's from a trusted source.
1815
1816 Note that these restrictions apply to downloads triggered from web page co ntent, as well as the 'download link...' context menu option. These restrictions do not apply to the save / download of the currently displayed page, nor does i t apply to saving as PDF from the printing options.
1817
1818 This policy is not available on Windows instances that are not joined
1819 to a <ph name="MS_AD_NAME">Microsoft® Active Directory®</ph> domain.''',
1820 'label': '''SafeBrowsing enable state for trusted sources''',
1821 },
1822 {
1799 'name': 'ClearSiteDataOnExit', 1823 'name': 'ClearSiteDataOnExit',
1800 'type': 'main', 1824 'type': 'main',
1801 'schema': { 'type': 'boolean' }, 1825 'schema': { 'type': 'boolean' },
1802 'supported_on': ['chrome.*:11-28', 'chrome_os:11-28'], 1826 'supported_on': ['chrome.*:11-28', 'chrome_os:11-28'],
1803 'features': { 1827 'features': {
1804 'can_be_recommended': True, 1828 'can_be_recommended': True,
1805 'dynamic_refresh': True, 1829 'dynamic_refresh': True,
1806 'per_profile': True, 1830 'per_profile': True,
1807 }, 1831 },
1808 'deprecated': True, 1832 'deprecated': True,
(...skipping 874 matching lines...) Expand 10 before | Expand all | Expand 10 after
2683 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 r eopened and the browsing session will be restored as it was left. 2707 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 r eopened and the browsing session will be restored as it was left.
2684 Choosing this option disables some settings that rely on sessions or t hat perform actions on exit (such as Clear browsing data on exit or session-only cookies). 2708 Choosing this option disables some settings that rely on sessions or t hat perform actions on exit (such as Clear browsing data on exit or session-only cookies).
2685 2709
2686 If you choose 'Open a list of URLs', the list of 'URLs to open on star tup' will be opened when a user starts <ph name="PRODUCT_NAME">$1<ex>Google Chro me</ex></ph>. 2710 If you choose 'Open a list of URLs', the list of 'URLs to open on star tup' will be opened when a user starts <ph name="PRODUCT_NAME">$1<ex>Google Chro me</ex></ph>.
2687 2711
2688 If you enable this setting, users cannot change or override it in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 2712 If you enable this setting, users cannot change or override it in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
2689 2713
2690 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 Ch rome</ex></ph>. 2714 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 Ch rome</ex></ph>.
2691 2715
2692 This policy is not available on Windows instances that are not joined 2716 This policy is not available on Windows instances that are not joined
2693 to a Microsoft® Active Directory® domain.''', 2717 to a <ph name="MS_AD_NAME">Microsoft® Active Directory®</ph> domain.'' ',
2694 }, 2718 },
2695 { 2719 {
2696 'name': 'RestoreOnStartupURLs', 2720 'name': 'RestoreOnStartupURLs',
2697 'type': 'list', 2721 'type': 'list',
2698 'schema': { 2722 'schema': {
2699 'type': 'array', 2723 'type': 'array',
2700 'items': { 'type': 'string' }, 2724 'items': { 'type': 'string' },
2701 }, 2725 },
2702 'supported_on': ['chrome.*:8-', 'chrome_os:11-'], 2726 'supported_on': ['chrome.*:8-', 'chrome_os:11-'],
2703 'features': { 2727 'features': {
2704 'can_be_recommended': True, 2728 'can_be_recommended': True,
2705 'dynamic_refresh': True, 2729 'dynamic_refresh': True,
2706 'per_profile': True, 2730 'per_profile': True,
2707 }, 2731 },
2708 'example_value': ['https://example.com', 'https://www.chromium.org'], 2732 'example_value': ['https://example.com', 'https://www.chromium.org'],
2709 'id': 38, 2733 'id': 38,
2710 'caption': '''URLs to open on startup''', 2734 'caption': '''URLs to open on startup''',
2711 'tags': [], 2735 'tags': [],
2712 '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. 2736 '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.
2713 2737
2714 This policy only works if the 'RestoreOnStartup' policy is set to 'Res toreOnStartupIsURLs'. 2738 This policy only works if the 'RestoreOnStartup' policy is set to 'Res toreOnStartupIsURLs'.
2715 2739
2716 This policy is not available on Windows instances that are not joined 2740 This policy is not available on Windows instances that are not joined
2717 to a Microsoft® Active Directory® domain.''', 2741 to a <ph name="MS_AD_NAME">Microsoft® Active Directory®</ph> domain.'' ',
2718 }, 2742 },
2719 ], 2743 ],
2720 }, 2744 },
2721 { 2745 {
2722 'name': 'BlockThirdPartyCookies', 2746 'name': 'BlockThirdPartyCookies',
2723 'type': 'main', 2747 'type': 'main',
2724 'schema': { 'type': 'boolean' }, 2748 'schema': { 'type': 'boolean' },
2725 'supported_on': ['chrome.*:10-', 'chrome_os:11-'], 2749 'supported_on': ['chrome.*:10-', 'chrome_os:11-'],
2726 'features': { 2750 'features': {
2727 'can_be_recommended': True, 2751 'can_be_recommended': True,
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
2770 2794
2771 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 choos e the default provider. 2795 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 choos e the default provider.
2772 2796
2773 If you disable this setting, no search is performed when the user ente rs non-URL text in the omnibox. 2797 If you disable this setting, no search is performed when the user ente rs non-URL text in the omnibox.
2774 2798
2775 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>. 2799 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>.
2776 2800
2777 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. 2801 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.
2778 2802
2779 This policy is not available on Windows instances that are not joined 2803 This policy is not available on Windows instances that are not joined
2780 to a Microsoft® Active Directory® domain.''', 2804 to a <ph name="MS_AD_NAME">Microsoft® Active Directory®</ph> domain.'' ',
2781 }, 2805 },
2782 { 2806 {
2783 'name': 'DefaultSearchProviderName', 2807 'name': 'DefaultSearchProviderName',
2784 'type': 'string', 2808 'type': 'string',
2785 'schema': { 'type': 'string' }, 2809 'schema': { 'type': 'string' },
2786 'supported_on': [ 2810 'supported_on': [
2787 'chrome.*:8-', 2811 'chrome.*:8-',
2788 'chrome_os:11-', 2812 'chrome_os:11-',
2789 'android:30-', 2813 'android:30-',
2790 'ios:34-47', 2814 'ios:34-47',
(...skipping 7018 matching lines...) Expand 10 before | Expand all | Expand 10 after
9809 example, in a publicly distributed program) is considered malware and will 9833 example, in a publicly distributed program) is considered malware and will
9810 likely be labeled as malware by Google and anti-virus vendors. 9834 likely be labeled as malware by Google and anti-virus vendors.
9811 9835
9812 These settings don't need to be configured manually! Easy-to-use 9836 These settings don't need to be configured manually! Easy-to-use
9813 templates for Windows, Mac and Linux are available for download from <ph 9837 templates for Windows, Mac and Linux are available for download from <ph
9814 name="POLICY_TEMPLATE_DOWNLOAD_URL">https://www.chromium.org/administrator s/policy-templates<ex> 9838 name="POLICY_TEMPLATE_DOWNLOAD_URL">https://www.chromium.org/administrator s/policy-templates<ex>
9815 https://www.chromium.org/administrators/policy-templates</ex></ph>. 9839 https://www.chromium.org/administrators/policy-templates</ex></ph>.
9816 9840
9817 The recommended way to configure policy on Windows is via GPO, although 9841 The recommended way to configure policy on Windows is via GPO, although
9818 provisioning policy via registry is still supported for Windows instances 9842 provisioning policy via registry is still supported for Windows instances
9819 that are joined to a Microsoft® Active Directory® domain.''' 9843 that are joined to a <ph name="MS_AD_NAME">Microsoft® Active Directory®</p h> domain.'''
9820 }, 9844 },
9821 'doc_back_to_top': { 9845 'doc_back_to_top': {
9822 'desc': '''Text of a link in the generated policy documentation, that take s the user to the top of the page''', 9846 'desc': '''Text of a link in the generated policy documentation, that take s the user to the top of the page''',
9823 'text': '''Back to top''' 9847 'text': '''Back to top'''
9824 }, 9848 },
9825 'doc_supported': { 9849 'doc_supported': {
9826 'desc': '''Appears next to the name of each supported feature in the 'list of supported policy features' in the generated policy documentation''', 9850 'desc': '''Appears next to the name of each supported feature in the 'list of supported policy features' in the generated policy documentation''',
9827 'text': '''Yes''' 9851 'text': '''Yes'''
9828 }, 9852 },
9829 'doc_not_supported': { 9853 'doc_not_supported': {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
9862 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 9886 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
9863 'text': 'Default Settings (users can override)', 9887 'text': 'Default Settings (users can override)',
9864 }, 9888 },
9865 'doc_complex_policies_on_windows': { 9889 'doc_complex_policies_on_windows': {
9866 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 9890 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
9867 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '', 9891 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '',
9868 }, 9892 },
9869 }, 9893 },
9870 'placeholders': [], 9894 'placeholders': [],
9871 } 9895 }
OLDNEW
« no previous file with comments | « components/policy/core/common/policy_loader_win.cc ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698