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
The package supports to automatically perform an Origin header check via OriginPatterns. However, these origin patterns are only checked against the Origin header Host component (see
I believe that this is incorrect and the entire Origin header should be checked against a set of allowed once - that is, including the schema and port.
The text was updated successfully, but these errors were encountered:
The package supports to automatically perform an
Origin
header check viaOriginPatterns
. However, these origin patterns are only checked against theOrigin
headerHost
component (seewebsocket/accept.go
Line 244 in efb626b
I believe that this is incorrect and the entire
Origin
header should be checked against a set of allowed once - that is, including the schema and port.The text was updated successfully, but these errors were encountered: