safeBrowsingProtectionLevel property
Current state of Safe Browsing protection level. Possible string values are:
- "SAFE_BROWSING_LEVEL_UNSPECIFIED" : Browser protection level is not specified.
- "DISABLED" : No protection against dangerous websites, downloads, and extensions.
- "STANDARD" : Standard protection against websites, downloads, and extensions that are known to be dangerous.
- "ENHANCED" : Faster, proactive protection against dangerous websites, downloads, and extensions.
Implementation
core.String? safeBrowsingProtectionLevel;