diff options
-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 | ||||
-rw-r--r-- | usr/local/www/widgets/widgets/rss.widget.php | 4 |
4 files changed, 5 insertions, 5 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. diff --git a/usr/local/www/widgets/widgets/rss.widget.php b/usr/local/www/widgets/widgets/rss.widget.php index 0181d03..052cff1 100644 --- a/usr/local/www/widgets/widgets/rss.widget.php +++ b/usr/local/www/widgets/widgets/rss.widget.php @@ -56,8 +56,8 @@ if($config['widgets']['rsswidgettextlength']) // Set a default feed if none exists if(!$rss_feed_s) { - $rss_feed_s = "http://blog.pfsense.org"; - $config['widgets']['rssfeed'] = "http://blog.pfsense.org"; + $rss_feed_s = "https://blog.pfsense.org"; + $config['widgets']['rssfeed'] = "https://blog.pfsense.org"; } if(!$max_items) |