HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

strict-origin-when-cross-origin

a referrerPolicy

Description

The strict-origin-when-cross-origin value for SVG specifies the ASCII serialization of the origin of the referrerURL for requests: whose referrerURL and current URL are both potentially trustworthy URLs, or whose referrerURL is a non-potentially trustworthy URL.

Requests whose referrerURL is a potentially trustworthy URL and whose current URL is a non-potentially trustworthy URL on the other hand, will contain no referrer information. A Referer HTTP header will not be sent.

Syntax

strict-origin-when-cross-origin

Examples