| Index: components/policy/resources/policy_templates.json
|
| diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
|
| index 099f01f700716a438289313f1e8d6c444394712b..8006073fcdf8e9565cdc7995ff8a3ab09384e51b 100644
|
| --- a/components/policy/resources/policy_templates.json
|
| +++ b/components/policy/resources/policy_templates.json
|
| @@ -143,7 +143,7 @@
|
| # persistent IDs for all fields (but not for groups!) are needed. These are
|
| # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
|
| # because doing so would break the deployed wire format!
|
| -# For your editing convenience: highest ID currently used: 371
|
| +# For your editing convenience: highest ID currently used: 372
|
| # And don't forget to also update the EnterprisePolicies enum of
|
| # histograms.xml (run 'python tools/metrics/histograms/update_policies.py').
|
| #
|
| @@ -1794,6 +1794,34 @@
|
| 'arc_support': 'This policy has no effect on Android apps. Android apps always 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-default downloads directory.',
|
| },
|
| {
|
| + 'name': 'SafeBrowsingForTrustedSourcesEnabled',
|
| + 'type': 'main',
|
| + 'schema': { 'type': 'boolean' },
|
| + 'supported_on': ['chrome.*:61-', 'chrome_os:61-'],
|
| + 'features': {
|
| + 'can_be_recommended': True,
|
| + 'dynamic_refresh': True,
|
| + 'per_profile': True,
|
| + },
|
| + 'example_value': False,
|
| + 'id': 372,
|
| + 'caption': '''SafeBrowsing enable state for trusted sources''',
|
| + 'tags': ['local-data-access'],
|
| + 'desc': '''Identify if <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> can allow download without Safe Browsing checks when it's from a trusted source.
|
| +
|
| + When False, downloaded files will not be sent to be analyzed by Safe Browsing when it's from a trusted source.
|
| +
|
| + When not set (or set to True, which is the default value), downloaded files are sent to be analyzed by Safe Browsing, even when it's from a trusted source.
|
| +
|
| + Note that these restrictions apply to downloads triggered from web page content, as well as the 'download link...' context menu option.
|
| +
|
| + But these restrictions do not apply to the save / download of the currently displayed page, nor does it apply to saving as PDF from the printing options.
|
| +
|
| + This policy is not available on Windows instances that are not joined
|
| + to a Microsoft® Active Directory® domain.''',
|
| + 'label': '''SafeBrowsing enable state for trusted sources''',
|
| + },
|
| + {
|
| 'name': 'ClearSiteDataOnExit',
|
| 'type': 'main',
|
| 'schema': { 'type': 'boolean' },
|
|
|