From 8bc203d903ff636c4f7b8570fbb08a0bc899172c Mon Sep 17 00:00:00 2001 From: Arlen Johnson Date: Wed, 25 Jun 2025 16:05:14 -0400 Subject: [PATCH] Add Clear-Site-Data header on logout (CO-2720) --- app/webroot/auth/logout/logout.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/webroot/auth/logout/logout.php b/app/webroot/auth/logout/logout.php index aa79ef376..cb4da2d7a 100644 --- a/app/webroot/auth/logout/logout.php +++ b/app/webroot/auth/logout/logout.php @@ -36,4 +36,6 @@ unset($_SESSION['Auth']); +header('Clear-Site-Data: "cookies"'); header("Location: " . "/match"); +