From 416e9af20fbfd43fd3da00da68f8423765dae3a5 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Mon, 2 Oct 2023 12:45:30 +0200 Subject: [PATCH] pragma gone --- .htaccess | 1 - 1 file changed, 1 deletion(-) diff --git a/.htaccess b/.htaccess index 5a1273e..e97abf9 100644 --- a/.htaccess +++ b/.htaccess @@ -9,6 +9,5 @@ RewriteRule ^(.*)$ $1.php [L] Header set Cache-Control "no-cache, no-store, must-revalidate" - Header set Pragma "no-cache" Header set Expires "0"