From 9b98a19dbde0dedd812318957dd8287a94b69c5e Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Mon, 7 Dec 2015 14:10:34 -0500 Subject: [PATCH] remove https in meta since we do not actually have SSL... --- view/Response.class.php | 2 +- view/View.class.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/view/Response.class.php b/view/Response.class.php index 5adb1c9d..70641a5a 100644 --- a/view/Response.class.php +++ b/view/Response.class.php @@ -36,7 +36,7 @@ class Response public static function getMetaImage() { - return static::$metaImg ?: 'https://lbry.io/img/lbry-dark-1600x528.png'; + return static::$metaImg ?: 'http://lbry.io/img/lbry-dark-1600x528.png'; } public static function setMetaTitle($title) diff --git a/view/View.class.php b/view/View.class.php index 14adfb6c..ddad4deb 100644 --- a/view/View.class.php +++ b/view/View.class.php @@ -87,6 +87,6 @@ class View public static function getMetaImage() { - return static::$metaImg ?: 'https://lbry.io/img/lbry-dark-1600x528.png'; + return static::$metaImg ?: 'http://lbry.io/img/lbry-dark-1600x528.png'; } } \ No newline at end of file