summaryrefslogtreecommitdiffstats
path: root/usr/local/captiveportal
diff options
context:
space:
mode:
authorJose Luis Duran <jlduran@users.noreply.github.com>2015-04-14 20:02:54 -0300
committerJose Luis Duran <jlduran@users.noreply.github.com>2015-04-14 20:07:52 -0300
commit2ebbb0bc13e3f3f5d7c2cf6e78757de57c7201f3 (patch)
treeeda71e440c8a9d3d28ab2b71146c0b8375123a3e /usr/local/captiveportal
parent2c5fda82fbd37cd8da9cefd415c44176682dcf19 (diff)
downloadpfsense-2ebbb0bc13e3f3f5d7c2cf6e78757de57c7201f3.zip
pfsense-2ebbb0bc13e3f3f5d7c2cf6e78757de57c7201f3.tar.gz
Remove pre-check and post-check from Cache-Control
If both `post-check` and `pre-check` are specified and set to `0`, both are entirely ignored: http://blogs.msdn.com/b/ieinternals/archive/2009/07/20/using-post_2d00_check-and-pre_2d00_check-cache-directives.aspx
Diffstat (limited to 'usr/local/captiveportal')
-rw-r--r--usr/local/captiveportal/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/captiveportal/index.php b/usr/local/captiveportal/index.php
index 0e65a26..2d256b2 100644
--- a/usr/local/captiveportal/index.php
+++ b/usr/local/captiveportal/index.php
@@ -40,7 +40,7 @@ require_once("captiveportal.inc");
$errormsg = "Invalid credentials specified.";
header("Expires: 0");
-header("Cache-Control: no-cache, no-store, must-revalidate, pre-check=0, post-check=0");
+header("Cache-Control: no-cache, no-store, must-revalidate");
header("Pragma: no-cache");
header("Connection: close");
OpenPOWER on IntegriCloud