ORIGIN constant
ReferrerPolicy
const ORIGIN
The sent referrer will be limited to the origin of the referring page: its scheme, host, and port.
Implementation
static const ORIGIN = ReferrerPolicy._internal('origin', 'origin');