Home  >  Article  >  Backend Development  >  Remove referer information, remove referer_PHP tutorial

Remove referer information, remove referer_PHP tutorial

WBOY
WBOYOriginal
2016-07-13 10:12:561879browse

Remove referer information, remove referer

<iframe src="auto-refresh.html" width=500 height=500 rel="noreferrer"></iframe>

auto-refresh.html content:

<span><</span><span>html</span><span>></span>
<span><</span><span>head</span><span>></span>
<span><</span><span>meta </span><span>name</span><span>="referrer"</span><span> content</span><span>="never"</span><span>></span>
<span><</span><span>meta </span><span>http-equiv</span><span>="refresh"</span><span> content</span><span>="0;url=http://xxx.xxx.xxx"</span><span>></span>
<span></</span><span>style</span><span>></span>
<span></</span><span>head</span><span>></span>
<span><</span><span>body</span><span>></</span><span>body</span><span>></span>
<span></</span><span>html</span><span>></span>

Referrer information can be removed.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/919105.htmlTechArticleRemove the referer information, remove the referer iframe src="auto-refresh.html" width=500 height=500 rel= "noreferrer"/iframe auto-refresh.html content: html head meta name ="referrer" content =...
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