Network.http.sendRefererHeader

From MozillaZine Knowledge Base
Revision as of 00:06, 31 January 2006 by Ktracho (talk | contribs) (→‎2)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Background

HTTP is the application-layer protocol that most web pages are transferred with. As part of HTTP, requests can include a "Referer" (sic) header that tells the server which page the user was on that initiated the request. Servers use this information to track users' paths through the site and possibly provide additional features. This preference controls when to send the Referer header.

Possible values and their effects

1

Never send the Referer header.

1

Send the Referer header when clicking on a link.

2

Send the Referer header when clicking on a link or loading an image. (Default)

Caveats

  • Disabling Referer headers may cause some functionality on some sites to no longer work.

Recommended settings

Those concerned with privacy can set this to 0, realizing that this may adversely affect some sites. Those wanting to ensure compatibility should leave it at the default.

First checked in

2001-05-11 by Darin Fisher

Has an effect in

  • Netscape (all versions since 6.1)
  • Mozilla Suite (all versions since 0.9)
  • Mozilla Phoenix (all versions)
  • Mozilla Firebird (all versions)
  • Mozilla Firefox (all versions)
  • SeaMonkey (all versions)
  • Camino (all versions)
  • Minimo (all versions)

Related bugs

Related preferences