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

caption: Allow Safe Browsing Proxied Real Time Checks
default: true
desc: |-
  This controls whether Safe Browsing's standard protection mode is allowed to
  send partial hashes of URLs to Google through a proxy via Oblivious HTTP
  in order to determine whether they are safe to visit.

  The proxy allows browsers to upload partial hashes of URLs to Google
  without them being linked to the user's IP address. The policy also allows
  browsers to upload the partial hashes of URLs with higher frequency for
  better Safe Browsing protection quality.

  This policy will be ignored if Safe Browsing is disabled or set to enhanced
  protection mode.

  Setting the policy to Enabled or leaving it unset allows the
  higher-protection proxied lookups.

  Setting the policy to Disabled disallows the higher-protection proxied
  lookups. Partial hashes of URLs will be uploaded to Google directly with much
  lower frequency, which will degrade protection.
example_value: true
features:
  dynamic_refresh: true
  per_profile: true
future_on:
- fuchsia
items:
- caption: Allow higher-protection proxied lookups
  value: true
- caption: Don't allow higher-protection proxied lookups
  value: false
owners:
- file://components/safe_browsing/OWNERS
- [email protected]
schema:
  type: boolean
supported_on:
- chrome.*:118-
- chrome_os:118-
- ios:118-
- android:119-
tags:
- google-sharing
- system-security
type: main