From 5490739e152d19a8448ee708cd924f9d306ea057 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 27 Apr 2017 12:03:43 +0200 Subject: Relax anti-caching headers a bit --- index.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 20049335..6f547418 100644 --- a/index.php +++ b/index.php @@ -123,9 +123,7 @@ if(!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off') { } } Header('Expires: Wed, 29 Mar 2007 09:56:28 GMT'); -Header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0"); -Header("Cache-Control: post-check=0, pre-check=0", false); -Header("Pragma: no-cache"); +Header("Cache-Control: max-age=0"); // Now determine which module to run Page::init(); -- cgit v1.2.3-55-g7522