Den här webbplatsen har begränsad funktionalitet medan vi utför underhåll för att förbättra din upplevelse. Om en artikel inte löser ditt problem och du vill ställa en fråga har vi vår gemenskap som väntar på att hjälpa dig på @FirefoxSupport på Twitter, /r/firefox på Reddit.

Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Läs mer

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

  • 1 svar
  • 1 har detta problem
  • 1 visning
  • Senaste svar av 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.

Alla svar (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.