Hide Header Referrer link

hide your referrer
Create an anonymous link that will hide the HTTP Referer header.

example
https://href.li/?https://www.google.com/

<!DOCTYPE html>
<html><head>
<title>href.li</title>
<meta http-equiv="Refresh" content="0; url=https://www.google.com/" />
<meta name="referrer" content="no-referrer" />
<script type="text/javascript">
/* <![CDATA[ */
window.location.replace( "https:\/\/www.google.com\/" + window.location.hash );
/* ]]> */
</script>
</head>
<body><p>Redirecting..<br /><a href="https://www.google.com/">https://www.google.com/</a></p></body></html>


Blog | ,
Line it!