Horje

How to add HTML <iframe> referrerpolicy with unsafe-url Attribute

Send origin, path and query string (but not fragment, password, or username). This value is considered unsafe

index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>The iframe referrerpolicy unsafe-url attribute</h1>

<iframe src="https://horje.com/" referrerpolicy="unsafe-url">
  <p>Your browser does not support iframes.</p>
</iframe>

</body>
</html>

Output should be:

How to add HTML <iframe> referrerpolicy with unsafe-url Attribute




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