From 84eb9dd1ae1f94225b09c5d64b61aa525a77a0dd Mon Sep 17 00:00:00 2001 From: Seth Date: Mon, 27 Sep 2021 08:19:03 -0400 Subject: [PATCH] Add no-store header to prevent back-button after logout --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index bd8e9447b8..343892822e 100755 --- a/index.php +++ b/index.php @@ -74,7 +74,7 @@ $g_response = $resp = $app->getResponse(); // Prevent caching - $resp->addHeader("Cache-Control", "no-cache, must-revalidate"); + $resp->addHeader("Cache-Control", "no-cache, no-store, must-revalidate"); $resp->addHeader("Expires", "Mon, 26 Jul 1997 05:00:00 GMT"); // Security headers