Send a full URL when performing a same-origin or cross-origin request. This policy will leak origins and paths from TLS-protected resources to insecure origins. Carefully consider the impact of this setting.
unsafe-url | Sends the origin, path, and query string (regardless of security). Use this value carefully! |
Example:
HTML
<script src="myscripts.js" referrerpolicy="unsafe-url"></script>
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |