NO_REFERRER constant

ReferrerPolicy const NO_REFERRER

The Referer header will not be sent.

Implementation

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