After a redirect from .onion domain, the Origin header should be null
Categories
(Core :: Networking, defect, P3)
Tracking
()
People
(Reporter: kershaw, Unassigned)
References
Details
(Whiteboard: [necko-triaged])
Updated•3 years ago
|
Comment 1•3 years ago
|
||
See the very last test case at the bottom of http://ixrdj3iwwhkuau5tby5jh3a536a2rdhpbdbu6ldhng43r47kim7a3lid.onion/referrer/onion.html:
Check referrer after a cross-origin POST navigation ending up in a same-origin redirect.
Updated•3 years ago
|
Updated•3 years ago
|
Reporter | ||
Comment 2•1 year ago
|
||
Hi Tom,
Not sure if this bug is still important. Tom, what do you think?
If yes, do you probably have time to fix this?
Thanks.
Comment 3•1 year ago
|
||
Check referrer after a cross-origin POST navigation ending up in a same-origin redirect.
I think this was fixed by the tainting for cross-origin redirects, which of course also applies to cross-origin .onion URLs.
We also have the pref network.http.referer.hideOnionSource
.
Reporter | ||
Comment 4•1 year ago
|
||
(In reply to Tom Schuster (MoCo) from comment #3)
Check referrer after a cross-origin POST navigation ending up in a same-origin redirect.
I think this was fixed by the tainting for cross-origin redirects, which of course also applies to cross-origin .onion URLs.
We also have the pref
network.http.referer.hideOnionSource
.
Thanks, I'll close this bug.
Description
•