Skip to content
Snippets Groups Projects
Unverified Commit 5f5c7d1f authored by Cam Saul's avatar Cam Saul Committed by GitHub
Browse files

Merge pull request #9719 from metabase/dont-include-path-in-set-cookie-header

Remove Path= directive from Set-Cookie; breaks non-root mounting 
parents 60f3c439 806db7c0
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