summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-07-01 17:25:51 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-07-01 17:25:51 -0400
commit6266cf9949d7f722354382486a02401f3efbe1e1 (patch)
tree81239d38e8317c79af86c4891c12f0871300226b /etc
parent1ba06f4465d3bbc42e6c05f9ebf380bf22574c36 (diff)
downloadpfsense-6266cf9949d7f722354382486a02401f3efbe1e1.zip
pfsense-6266cf9949d7f722354382486a02401f3efbe1e1.tar.gz
Binding -> Rebinding
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/auth.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/auth.inc b/etc/inc/auth.inc
index f295e8b..e633164 100644
--- a/etc/inc/auth.inc
+++ b/etc/inc/auth.inc
@@ -49,7 +49,7 @@
require_once("config.gui.inc");
-/* DNS Binding attack prevention. http://redmine.pfsense.org/issues/708 */
+/* DNS ReBinding attack prevention. http://redmine.pfsense.org/issues/708 */
if ($_SERVER['HTTP_HOST'] != $config['system']['hostname'] . "." . $config['system']['domain'] and
$_SERVER['HTTP_HOST'] != $_SERVER['SERVER_ADDR'] and
$_SERVER['HTTP_HOST'] != $config['system']['hostname']) {
OpenPOWER on IntegriCloud