mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 04:22:24 -05:00
wording
This commit is contained in:
parent
ceb4a4532c
commit
81a908f838
1 changed files with 2 additions and 2 deletions
|
|
@ -163,8 +163,8 @@ func (m *Module) StreamGETHandler(c *gin.Context) {
|
|||
// correct, but some client do it since Mastodon allows it, so
|
||||
// we must allow it for compatibility.
|
||||
//
|
||||
// Chrome browser also *always* expects the "Sec-Websocket-Protocol"
|
||||
// response value to match input, so we always have to check it.
|
||||
// Chrome also *always* expects the "Sec-Websocket-Protocol"
|
||||
// response value to match input, so it must always be checked.
|
||||
queryToken := c.Query(AccessTokenQueryKey)
|
||||
headerToken := c.Query(AccessTokenHeader)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue