搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Why won't Firefox obey <meta name="referrer" content="no-referrer"> meta tag sent in header?

  • 1 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 willsonkr

more options

I need to instruct browsers visiting my site to send a blank referrer back to the site when navigating internally to defeat some tricky bots that have been plaguing us by automatically spoofing the referrer as us. To foil their access I am forcing a captcha on all reported internal referrals.

Firefox is the only browser that insists on reporting the referrer, even when confronted with the meta tag not to.

I am aware of the method to cause it to hide the referrer in local settings, but this doesn't help the random visitor.

Does Firefox prefer another tag (I also tried "none", no luck)? Kind of stumped at it's refusal to cooperate with the standard header instruction. As far as I can tell all other browsers are cooperating.

I need to instruct browsers visiting my site to send a blank referrer back to the site when navigating internally to defeat some tricky bots that have been plaguing us by automatically spoofing the referrer as us. To foil their access I am forcing a captcha on all reported internal referrals. Firefox is the only browser that insists on reporting the referrer, even when confronted with the meta tag not to. I am aware of the method to cause it to hide the referrer in local settings, but this doesn't help the random visitor. Does Firefox prefer another tag (I also tried "none", no luck)? Kind of stumped at it's refusal to cooperate with the standard header instruction. As far as I can tell all other browsers are cooperating.

所有回复 (1)

more options

Note: I did just realize the issue might have been a missing trailing slash, but changed the tag to: <meta name="referrer" content="no-referrer"/> and still no bueno.