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 = const ReferrerPolicy._internal("origin");