Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

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.