UNSAFE_URL constant

ReferrerPolicy const UNSAFE_URL

The referrer will include the origin and the path (but not the fragment, password, or username). This value is unsafe, because it leaks origins and paths from TLS-protected resources to insecure origins.

Implementation

static const UNSAFE_URL = ReferrerPolicy._internal(
  'unsafe-url',
  'unsafe-url',
);