From bd49941fc41a2c6a99d973b86598c19b14f6e2fc Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sun, 31 Aug 2014 19:32:56 +0200 Subject: [PATCH] Update placeholder values to encourage HTTPS usage --- config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.php b/config.php index 2e7b686..997257e 100644 --- a/config.php +++ b/config.php @@ -6,7 +6,7 @@ define('MYSQL_DATABASE', 'database'); define('TWITTER_USERNAME', 'mathias'); define('GOOGLE_PLUS_ID', '106697091536876736486'); -define('SHORT_URL', 'http://mths.be/'); // include the trailing slash! -define('DEFAULT_URL', 'http://mathiasbynens.be'); // omit the trailing slash! +define('SHORT_URL', 'https://mths.be/'); // include the trailing slash! +define('DEFAULT_URL', 'https://mathiasbynens.be'); // omit the trailing slash! -?> \ No newline at end of file +?>