NO_REFERRER constant

ReferrerPolicy const NO_REFERRER

The Referer header will not be sent.

Implementation

static const NO_REFERRER = const ReferrerPolicy._internal("no-referrer");