diff options
author | Chris Buechler <cmb@pfsense.org> | 2014-03-14 19:28:10 -0500 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2014-03-14 19:28:10 -0500 |
commit | 0734024c9e71a7a4df75dff73513833084237159 (patch) | |
tree | 31152d5a6947079a5ea31d756ffb357936a62109 /etc | |
parent | 97b1816619baab21e6bbbf3810bd111ae80f6951 (diff) | |
download | pfsense-0734024c9e71a7a4df75dff73513833084237159.zip pfsense-0734024c9e71a7a4df75dff73513833084237159.tar.gz |
standardize URLs
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/auth.inc | 2 | ||||
-rw-r--r-- | etc/inc/captiveportal.inc | 2 | ||||
-rwxr-xr-x | etc/rc.update_alias_url_data | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/auth.inc b/etc/inc/auth.inc index c686ff4..ddd20e7 100644 --- a/etc/inc/auth.inc +++ b/etc/inc/auth.inc @@ -55,7 +55,7 @@ $security_passed = true; /* If this function doesn't exist, we're being called from Captive Portal or another internal subsystem which does not include authgui.inc */ if (function_exists("display_error_form") && !isset($config['system']['webgui']['nodnsrebindcheck'])) { - /* DNS ReBinding attack prevention. http://redmine.pfsense.org/issues/708 */ + /* DNS ReBinding attack prevention. https://redmine.pfsense.org/issues/708 */ $found_host = false; /* Either a IPv6 address with or without a alternate port */ diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc index 2cdd180..57d37df 100644 --- a/etc/inc/captiveportal.inc +++ b/etc/inc/captiveportal.inc @@ -1,7 +1,7 @@ <?php /* captiveportal.inc - part of pfSense (http://www.pfSense.org) + part of pfSense (https://www.pfsense.org) Copyright (C) 2004-2011 Scott Ullrich <sullrich@gmail.com> Copyright (C) 2009-2012 Ermal Lu�i <eri@pfsense.org> Copyright (C) 2003-2006 Manuel Kasper <mk@neon1.net>. diff --git a/etc/rc.update_alias_url_data b/etc/rc.update_alias_url_data index 9179f47..9b81d84 100755 --- a/etc/rc.update_alias_url_data +++ b/etc/rc.update_alias_url_data @@ -3,7 +3,7 @@ /* $Id$ */ /* rc.update_alias_url-data.sh - part of pfSense (http://pfSense.org) + part of pfSense (https://www.pfsense.org) Copyright (C) 2010 Scott Ullrich <sullrich@gmail.com> All rights reserved. |