referrer not sent when loading - loadUri(String uri, String referrer, int flags) in Fennec
Categories
(GeckoView :: General, defect, P1)
Tracking
(firefox68 fixed)
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: fluffyemily, Assigned: fluffyemily)
References
Details
Attachments
(2 files, 1 obsolete file)
Bug #1545255 fixed this issue for GeckoView but it is still extant in Fennec. This issue is to fix it there too.
User Agent: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0
Steps to reproduce:
load a geckoview session with:
geckoSession.loadUri("https://www.whatsmyreferer.com/","www.SomeRef.com",0);
or
geckoSession.loadUri("https://www.whatsmyreferer.com/",Uri.encode("www.SomeRef.com"),0);
Actual results:
Page loads without sent referrer header.
Expected results:
referrer header should have been sent when loading via:
void loadUri(String uri, String referrer, int flags)
Load the given URI with the specified referrer and load type.
void loadUri(Uri uri, Uri referrer, int flags)
Load the given URI with the specified referrer and load type.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Depends on D30524
Comment 4•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f9170a14e636
https://hg.mozilla.org/mozilla-central/rev/85c3b0c31659
Assignee | ||
Comment 5•6 years ago
|
||
Depends on D31072
Comment 6•6 years ago
|
||
Comment on attachment 9064768 [details]
Bug 1549732 - Update GeckoViewExample to show new DeviceDelegate handling.
Revision D31073 was moved to bug 1549633. Setting attachment 9064768 [details] to obsolete.
Description
•