mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
prevent SSOwAuthRedirect=;;
This commit is contained in:
parent
e4b415a64e
commit
728620778e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue