diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-07-01 17:25:51 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-07-01 17:25:51 -0400 |
commit | 6266cf9949d7f722354382486a02401f3efbe1e1 (patch) | |
tree | 81239d38e8317c79af86c4891c12f0871300226b | |
parent | 1ba06f4465d3bbc42e6c05f9ebf380bf22574c36 (diff) | |
download | pfsense-6266cf9949d7f722354382486a02401f3efbe1e1.zip pfsense-6266cf9949d7f722354382486a02401f3efbe1e1.tar.gz |
Binding -> Rebinding
-rw-r--r-- | etc/inc/auth.inc | 2 |
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']) { |