No document.referrer in PWA projects
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: carneironline, Unassigned)
References
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36
Steps to reproduce:
Currently in firefox when I try to reproduce the document.referrer on pwa sites, the empty value is returned, such as:
Google the word glamour
Access any of the latest news from "glamour Magazine"
The only browser I am seeing this occurring is in the latest versions of firefox.
Actual results:
On the console display
document.referrer
""
Expected results:
On the console display
document.referrer
"https://www.google.com/"
Reporter | ||
Comment 1•5 years ago
|
||
Reporter | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
Comment 4•5 years ago
|
||
I don't, sorry - also just noting from the screenshots above that it seems that's just a regular web site (i.e., navigating from Google -> Glamour, not particularly a PWA issue).
I checked in Nightly and in Stable and was not able to reproduce by going to "revista glamour" (https://revistaglamour.globo.com/) ... the referrer is correct (google).
Anne, do you know of any situation whereby the referrer would become ""?
Comment 5•5 years ago
|
||
carneironline, if you go to about:config, click through the warning and search for "referer", are any of the options displayed in bold?
Updated•5 years ago
|
Comment 6•2 years ago
|
||
A needinfo is requested from the reporter, however, the reporter is inactive on Bugzilla. Closing the bug as incomplete.
For more information, please visit auto_nag documentation.
Description
•