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

referrerpolicy

Description

The referrerpolicy attribute for HTML specifies the referrer policy for fetches initiated by the element.

Syntax

referrerpolicy="value"

Examples

1 · HTML · no-referrer

2 · HTML · no-referrer-when-downgrade

3 · HTML · origin

4 · HTML · origin-when-cross-origin

5 · HTML · same-origin

6 · HTML · strict-origin

7 · HTML · strict-origin-when-cross-origin

8 · HTML · unsafe-url

9 · JS · no-referrer

10 · JS · no-referrer-when-downgrade

11 · JS · origin

12 · JS · origin-when-cross-origin

13 · JS · same-origin

14 · JS · strict-origin

15 · JS · strict-origin-when-cross-origin

16 · JS · unsafe-url