Home  >  Article  >  Backend Development  >  javascript - How to hide referrer in html link or server jump?

javascript - How to hide referrer in html link or server jump?

WBOY
WBOYOriginal
2016-12-01 00:26:041908browse

I don’t want others to see the source page

Reply content:

I don’t want others to see the source page

location.replace

history.pushState can also be tried

onclick="window.open(yourUrl)";
There is no Referer attribute in the request header for requesting yourUrl

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn