chromium/components/policy/resources/templates/policy_definitions/SafeBrowsing/SafeBrowsingProtectionLevel.yaml

arc_support: This policy is not supported within Arc.
caption: Safe Browsing Protection Level
desc: |-
  Allows you to control whether <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s Safe Browsing feature is enabled and the mode it operates in.

        If this policy is set to 'NoProtection' (value 0), Safe Browsing is never active.

        If this policy is set to 'StandardProtection' (value 1, which is the default), Safe Browsing is always active in the standard mode.

        If this policy is set to 'EnhancedProtection' (value 2), Safe Browsing is always active in the enhanced mode, which provides better security, but requires sharing more browsing information with Google.

        If you set this policy as mandatory, users cannot change or override the Safe Browsing setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.

        If this policy is left not set, Safe Browsing will operate in Standard Protection mode but users can change this setting.

        See https://support.google.com/chrome?p=safe_browsing_preferences for more info on Safe Browsing.
example_value: 2
features:
  can_be_recommended: true
  dynamic_refresh: true
  per_profile: true
future_on:
- fuchsia
items:
- caption: Safe Browsing is never active.
  name: NoProtection
  value: 0
- caption: Safe Browsing is active in the standard mode.
  name: StandardProtection
  value: 1
- caption: Safe Browsing is active in the enhanced mode. This mode provides better
    security, but requires sharing more browsing information with Google.
  name: EnhancedProtection
  value: 2
owners:
- [email protected]
- file://components/safe_browsing/OWNERS
schema:
  enum:
  - 0
  - 1
  - 2
  type: integer
supported_on:
- chrome.*:83-
- chrome_os:83-
- android:87-
- ios:88-
tags:
- google-sharing
- system-security
type: int-enum