pragma gone

This commit is contained in:
Lanta 2023-10-02 12:45:30 +02:00
parent 9138e8d5c5
commit 060459c1a7

View file

@ -9,6 +9,5 @@ RewriteRule ^(.*)$ $1.php [L]
<IfModule mod_headers.c> <IfModule mod_headers.c>
Header set Cache-Control "no-cache, no-store, must-revalidate" Header set Cache-Control "no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires "0" Header set Expires "0"
</IfModule> </IfModule>