No referer header sent on http-header: Refresh
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
Webcompat Priority | P2 |
People
(Reporter: misha.stepanov, Unassigned)
References
Details
(Keywords: parity-chrome)
Attachments
(1 file)
(deleted),
application/x-javascript
|
Details |
Updated•6 years ago
|
Comment 2•6 years ago
|
||
Updated•2 years ago
|
Comment 3•2 years ago
|
||
This bug is breaking Twitch Extension's authentication flow, preventing people from adding extensions to their Twitch channel. Twitch is, at the end of their OAuth flow, using
<meta http-equiv="refresh" content="0;URL='...'" />
to redirect the user to a different page, and they expect a referrer to be set. If they don't see their own referrer, they set X-Frame-Options: SAMEORIGIN
in the response, and that then breaks the auth flow. See this web-bug comment for details.
I assume Twitch will not change their behavior here, as this authentication-flow has some security aspects to it. And since this is possibly hard to workaround, this is probably not a P5... Nominating this for our webcompat triage meeting next Monday.
Comment 4•2 years ago
|
||
Based on :denschub's comments above it seems like this is now breaking a major site, so we probably need to retriage the bug.
Updated•2 years ago
|
Updated•2 years ago
|
Description
•