ORIGIN_WHEN_CROSS_ORIGIN constant
ReferrerPolicy
const ORIGIN_WHEN_CROSS_ORIGIN
The referrer sent to other origins will be limited to the scheme, the host, and the port. Navigations on the same origin will still include the path.
Implementation
static const ORIGIN_WHEN_CROSS_ORIGIN = ReferrerPolicy._internal(
'origin-when-cross-origin', 'origin-when-cross-origin');