Only send the origin of the document as the referrer in all cases. The document https://example.com/page.html
will send the referrer https://example.com/
.
origin | Sends the origin (scheme, host, and port) of the document |
Example:
HTML
<script src="myscripts.js" referrerpolicy="origin"></script>
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |