Skip to content

Commit

Permalink
Add Clear-Site-Data header on logout (CO-2720) (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen authored Jul 23, 2025
1 parent 8327217 commit 80a837a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/webroot/auth/logout/logout.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@

unset($_SESSION['Auth']);

header('Clear-Site-Data: "cookies"');
header("Location: " . "/match");

0 comments on commit 80a837a

Please sign in to comment.