Skip to content
Snippets Groups Projects
Unverified Commit 806db7c0 authored by Cam Saul's avatar Cam Saul
Browse files

Remove Path= directive from Set-Cookie; breaks non-root mounting :wrench:

parent 60f3c439
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,6 @@
(merge
{:same-site :lax
:http-only true
:path "/api"
:max-age (config/config-int :max-session-age)}
;; If the authentication request request was made over HTTPS (hopefully always except for local dev instances)
;; add `Secure` attribute so the cookie is only sent over HTTPS.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment