Skip to content

Commit 3d9729d

Browse files
authored
remove post-check and pre-check - discouraged IE-only Cache directives (#205)
1 parent abec006 commit 3d9729d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/files/var/www/html/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
$proto = (isset($_SERVER['SERVER_PROTOCOL']))?($_SERVER['SERVER_PROTOCOL']):('HTTP/1.1');
33
header($proto.' 503 Service Unavailable', true);
4-
header('cache-control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0');
4+
header('cache-control: no-store, no-cache, must-revalidate');
55
header('retry-after: 30');
66
header('refresh: 30');
77
?>

0 commit comments

Comments
 (0)