mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 08:41:55 -06:00
Deduplicate session cookies in headers
This removes one of the 2 identical copies of the ipa_session cookie Fixes https://fedorahosted.org/freeipa/ticket/6676 Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
parent
b895f4a34b
commit
d0642bfa55
@ -79,6 +79,11 @@ WSGIScriptReloading Off
|
||||
WSGIApplicationGroup ipa
|
||||
Header always append X-Frame-Options DENY
|
||||
Header always append Content-Security-Policy "frame-ancestors 'none'"
|
||||
|
||||
# mod_session always sets two copies of the cookie, and this confuses our
|
||||
# legacy clients, the unset here works because it ends up unsetting only one
|
||||
# of the 2 header tables set by mod_session, leaving the other intact
|
||||
Header unset Set-Cookie
|
||||
</Location>
|
||||
|
||||
# Target for login with internal connections
|
||||
|
Loading…
Reference in New Issue
Block a user