ORIGIN constant
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');
The sent referrer will be limited to the origin of the referring page: its scheme, host, and port.
static const ORIGIN = ReferrerPolicy._internal('origin', 'origin');