Closed
Bug 1601743
Opened 6 years ago
Closed 6 years ago
Firefox does not set the value of `document.referrer` to that of the Referer header sent
Categories
(Core :: Networking, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla73
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox71 | --- | unaffected |
firefox72 | --- | disabled |
firefox73 | --- | fixed |
People
(Reporter: alice0775, Assigned: mattwoodrow)
References
(Regression)
Details
(Keywords: nightly-community, regression, Whiteboard: [necko-triaged])
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1601496 +++
When I test Bug 1601496, I found a new regression bug.
Steps to reproduce:
- Install Smart Referer Version 0.2.12 (https://addons.mozilla.org/de/firefox/addon/smart-referer/)
- Search for “BrowserLeaks JavaScript”
- Open the first search result (should be https://browserleaks.com/javascript)
- Observe the value of the Document Referrer row:
Actual results:
Document Referrer is empty
Expected results:
Document Referrer should be https://browserleaks.com/javascript
Regression window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=f748a3d2cdf108e9443fd15332efe477c7c398a9&tochange=25b533bff4051e6a8177bbc83eed49ac460e109e
![]() |
Reporter | |
Updated•6 years ago
|
Version: 72 Branch → 73 Branch
![]() |
Reporter | |
Updated•6 years ago
|
Updated•6 years ago
|
Component: Request Handling → Networking
Flags: needinfo?(matt.woodrow)
Product: WebExtensions → Core
Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Assignee: nobody → matt.woodrow
Assignee | ||
Updated•6 years ago
|
Flags: needinfo?(matt.woodrow)
Updated•6 years ago
|
Priority: -- → P2
Whiteboard: [necko-triaged]
Pushed by mwoodrow@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/052b2bc4479f
Don't apply the referrer header to the referrer that we send back to the content process when converting a DocumentChannel into a real channel. r=Ehsan
![]() |
||
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla73
Updated•5 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•