prevent SSOwAuthRedirect=;;

This commit is contained in:
SilverViper 2020-04-30 17:39:07 +02:00 committed by GitHub
parent e4b415a64e
commit 728620778e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -215,7 +215,7 @@ function delete_redirect_cookie()
"; Secure"..
"; HttpOnly"..
"; SameSite=Lax"
ngx.header["Set-Cookie"] = "SSOwAuthRedirect=;" ..cookie_str
ngx.header["Set-Cookie"] = "SSOwAuthRedirect=" ..cookie_str
end