Network.http.sendRefererHeaderFrom MozillaZine Knowledge Base
[edit] BackgroundHTTP is the application-layer protocol with which most web pages are transferred. 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. Additionally, in JavaScript, the current page’s referrer is exposed in the DOM through This preference controls when to send the Referer header and set [edit] Possible values and their effects[edit] 0Never send the Referer header or set [edit] 1Send the Referer header when clicking on a link, and set [edit] 2Send the Referer header when clicking on a link or loading an image, and set [edit] Caveats
[edit] Recommended settingsThose 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. [edit] First checked in[edit] Has an effect in
[edit] Related bugs
[edit] Related preferences
|