方法一:
在<head>...</head>
中插入信息:
<meta name="referrer" content="never">
即可搞定对请求头的屏蔽!
示例1:
去除之前:
去除之后:
示例2:
<img src="http://ww1.sinaimg.cn/large/bbfb22c6ly1ge1u3rds1vj22yo1o0aw8.jpg"/>
<img src="https://blog.soarli.top/usr/uploads/2020/01/3739372479.png"/>
方法二(6.23更新):
适用于a
、img
、area
、iframe
、link
元素:
<img src="http://xxx.com/xxxx.png" referrerpolicy='no-referrer'>
参考资料:
https://www.freebuf.com/news/57497.html
https://github.com/biaochenxuying/blog/issues/31
https://zhuanlan.zhihu.com/p/98448785
https://juejin.im/post/5cd81b59518825686a06fd05
版权属于:soarli
本文链接:https://blog.soarli.top/archives/382.html
转载时须注明出处及本声明。