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

same-origin

a referrerPolicy

Description

The same-origin value for SVG specifies that a request’s full referrerURL is sent as referrer information when making same-origin-referrer requests.

Cross-origin-referrer requests, on the other hand, will contain no referrer information. A Referer HTTP header will not be sent.

Syntax

same-origin

Examples