Horje

How to add HTML <a> Tag referrerpolicy no-referrer-when-downgrade Attribute

Default. Sends the origin, path, and query string if the protocol security level stays the same or is higher (HTTP to HTTP, HTTPS to HTTPS, HTTP to HTTPS is ok). Sends nothing to less secure level (HTTPS to HTTP is not ok)

index.html
Example: HTML
<a href="https://horje.com/" referrerpolicy="no-referrer-when-downgrade">Open a Link</a>

Output should be:

How to add HTML <a> Tag referrerpolicy no-referrer-when-downgrade Attribute




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