safeBrowsingProtectionLevel property

String? safeBrowsingProtectionLevel
getter/setter pair

Safe Browsing Protection Level.

That setting may be controlled by an enterprise policy: https://chromeenterprise.google/policies/#SafeBrowsingProtectionLevel. Possible string values are:

  • "SAFE_BROWSING_PROTECTION_LEVEL_UNSPECIFIED" : Unspecified.
  • "INACTIVE" : Safe Browsing is disabled.
  • "STANDARD" : Safe Browsing is active in the standard mode.
  • "ENHANCED" : Safe Browsing is active in the enhanced mode.

Implementation

core.String? safeBrowsingProtectionLevel;