From b88bcff3893eca13fed032129819760d84e3f7f5 Mon Sep 17 00:00:00 2001 From: mountain Date: Fri, 11 Aug 2023 19:00:12 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=8C=EC=8A=A4=ED=8A=B8=20=ED=83=80?= =?UTF-8?q?=EC=9E=85=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wshandler/wshandler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wshandler/wshandler.go b/wshandler/wshandler.go index 88aecbe..cadde18 100644 --- a/wshandler/wshandler.go +++ b/wshandler/wshandler.go @@ -613,7 +613,7 @@ func (sh *subhandler) upgrade_nosession(w http.ResponseWriter, r *http.Request) return } - if auth[0] != "Editor" { + if auth[0] != "Editor" && auth[0] != "Guest" { w.WriteHeader(http.StatusBadRequest) return }