mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
[fix] Finally caught this little nasty Cookie setter
This commit is contained in:
parent
f895e02986
commit
e15c15812c
1 changed files with 0 additions and 1 deletions
|
@ -790,7 +790,6 @@ end
|
||||||
-- Set cookie and go on with the response (needed to properly set cookie)
|
-- Set cookie and go on with the response (needed to properly set cookie)
|
||||||
function pass ()
|
function pass ()
|
||||||
delete_redirect_cookie()
|
delete_redirect_cookie()
|
||||||
ngx.req.set_header("Set-Cookie", cookies)
|
|
||||||
|
|
||||||
-- When we are in the SSOwat portal, we need a default `content-type`
|
-- When we are in the SSOwat portal, we need a default `content-type`
|
||||||
if string.ends(ngx.var.uri, "/")
|
if string.ends(ngx.var.uri, "/")
|
||||||
|
|
Loading…
Reference in a new issue