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

origin-when-cross-origin

a referrerPolicy

Description

The origin-when-cross-origin value for SVG specifies a request’s full referrerURL is sent as referrer information when making same-origin-referrer requests, and only the ASCII serialization of the origin of the request’s referrerURL is sent as referrer information when making cross-origin-referrer requests.

Syntax

origin-when-cross-origin

Examples