Horje

How to add no-referrer value on HTML <script> referrerpolicy Attribute

The Referer header will be omitted entirely. No referrer information is sent along with requests.

index.html
Example: HTML
<script src="myscripts.js" referrerpolicy="no-referrer"></script>





Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin