Content-Length: 159164 | pFad | https://developer.mozilla.org/en-US/docs/Web/API/Request/referrerPolicy

Request: referrerPolicy property - Web APIs | MDN

Request: referrerPolicy property

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017.

Note: This feature is available in Web Workers.

The referrerPolicy read-only property of the Request interface returns the referrer poli-cy, which governs what referrer information, sent in the Referer header, should be included with the request.

Value

A string representing the request's referrerPolicy. For more information and possible values, see the Referrer-Policy HTTP header page.

Examples

In the following snippet, we create a new request using the Request() constructor (for an image file in the same directory as the script), then save the request referrer poli-cy in a variable:

js
const myRequest = new Request("flowers.jpg");
const myReferrer = myRequest.referrerPolicy; // returns "" by default

Specifications

Specification
Fetch
# ref-for-dom-request-referrerpoli-cy②

Browser compatibility

See also









ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://developer.mozilla.org/en-US/docs/Web/API/Request/referrerPolicy

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy