You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validate Origin header on websocket connection upgrade
Prevent cross-origin websocket hijacking by validating the Origin
header on websocket connection upgrade requests matches the target
Host header. This means that a websocket connection can only be
established from pages served from the same origin.
(cherry picked from commit b22ba60)
0 commit comments