summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-03-14 19:28:10 -0500
committerChris Buechler <cmb@pfsense.org>2014-03-14 19:28:27 -0500
commite5644377279d84186c989cad03ee272d1830815a (patch)
tree1bf3f3dcf1b567ecb93b98065482ddd0570f09e2
parent5579d12ac463bad44619d9b808562fd321187cc5 (diff)
downloadpfsense-e5644377279d84186c989cad03ee272d1830815a.zip
pfsense-e5644377279d84186c989cad03ee272d1830815a.tar.gz
standardize URLs
-rw-r--r--etc/inc/auth.inc2
-rw-r--r--etc/inc/captiveportal.inc2
-rwxr-xr-xetc/rc.update_alias_url_data2
-rw-r--r--usr/local/www/widgets/widgets/rss.widget.php4
4 files changed, 5 insertions, 5 deletions
diff --git a/etc/inc/auth.inc b/etc/inc/auth.inc
index 67fd8b1..6835c71 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 982879c..5ac03c7 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 8ccf1ca..4ec4b7f 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)
OpenPOWER on IntegriCloud