Closed
Bug 120721
Opened 23 years ago
Closed 23 years ago
HTTP referrer field not being sent on "Load In New Tab" from right-click, possibly "Save Link As" from right-click
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
People
(Reporter: jamey, Assigned: adamlock)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win95; en-US; rv:0.9.7) Gecko/20011221
BuildID: 2001122106
The following entry comes from the web server logs for the
http://www.beau.lib.la.us/ website.
dialup15.beau.lib.la.us - - [18/Jan/2002:00:39:04 -0600] "GET
/images/LNGVIL5.JPG HTTP/1.0" 200 180563
"http://www.beau.lib.la.us/museum3.html" "Mozilla/4.6 [en] (Win95; I)"
Note the referrer site field shown, which was sent when I right-clicked and
selected "Open In New Window"
Now, doing the same operation (except it was "Open In New Tab" in Mozilla 0.9.7
resulted in:
dialup15.beau.lib.la.us - - [18/Jan/2002:00:22:46 -0600] "GET
/images/LNGVIL5.JPG HTTP/1.1" 200 180563 "-" "Mozilla/5.0 (Windows; U; Win95;
en-US; rv:0.9.7) Gecko/20011221"
Which, as you may note, does *not* have the referrer field filled in.
Personally, *I* would count this as a bug.
Reproducible: Always
Steps to Reproduce:
1.Go to http://www.beau.lib.la.us/museum3.html
2.Select image of choice, right-click and select "Open In New Window"
Actual Results: On this particular website, the image opens fine. However, the
weblog reveals that the referrer field is not being sent, and on many webpages,
this results in incorrect action, since sites use it to attempt to control deep
linking, in a proper manner.
Expected Results: Mozilla should have sent the referrer field.
Updated•23 years ago
|
Comment 1•23 years ago
|
||
-> docshell (not sure how "load in new tab" works)
Assignee: darin → adamlock
Component: Networking: HTTP → Embedding: Docshell
QA Contact: tever → adamlock
Dup of bug 48902 for which there is a patch that covers tabs
*** This bug has been marked as a duplicate of 48902 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•