Network.http.sendSecureXSiteReferrer

From MozillaZine Knowledge Base
Revision as of 06:48, 30 January 2006 by Np (talk | contribs) (→‎true: default)
Jump to navigationJump to search

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. The HTTP spec specifies that going from a secure (https) server to a non-secure (http) server should not result in a Referer header being sent, but does not define whether a Referer should be sent between two secure sites. This preferences controls that option.

Possible values and their effects

true

Send the Referer header when navigating from a https site to another https site. (Default)

false

Don't send the Referer header when navigating from a https site to another https site.

Caveats

Recommended settings

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

First checked in

2002-03-17 by Vinay Badami

Has an effect in

  • Netscape (all versions since 7.0)
  • Mozilla Suite (all versions since 1.0 RC1)
  • 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