[Webkit-unassigned] [Bug 19551] New: Restricting the sending of the HTTP Referrer
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jun 15 04:37:17 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=19551
Summary: Restricting the sending of the HTTP Referrer
Product: WebKit
Version: 526+ (Nightly build)
Platform: All
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Enhancement
Priority: P2
Component: WebKit Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: markus.wulftange at gmail.com
There should be an option similar to the Cookie Acceptance option wether the
HTTP referrer is automatically sent or not.
Another good option would be to just send a HTTP referrer to the same
website/host name:
Source Destination Sending Referrer? (Reason)
===============================================================================
http://example.com/ -> http://example.com/ true (same host name)
http://example.com/ -> http://example.net/ false (different host names)
https://example.com/ -> http://example.com/ false (HTTP to HTTPS)
https://example.com/ -> https://example.com/ true (same scheme and host
name)
https://example.com/ -> https://example.net/ false (different host names)
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list