From 060459c1a7d8d3bac404c33c54bee956b917f0a2 Mon Sep 17 00:00:00 2001 From: Lanta 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"