SAME_ORIGIN constant
A referrer will be sent for same origin, but cross-origin requests will contain no referrer information.
Implementation
static const SAME_ORIGIN = ReferrerPolicy._internal(
'same-origin',
'same-origin',
);
A referrer will be sent for same origin, but cross-origin requests will contain no referrer information.
static const SAME_ORIGIN = ReferrerPolicy._internal(
'same-origin',
'same-origin',
);