From b02119c597a1d806e7910e63ba20139234249fa0 Mon Sep 17 00:00:00 2001 From: Sem Date: Thu, 7 Nov 2013 04:50:54 +0100 Subject: Using https instead http. --- start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'start.php') diff --git a/start.php b/start.php index 877992b1a..2094ffacc 100644 --- a/start.php +++ b/start.php @@ -300,7 +300,7 @@ function videolist_preprocess_url($hook, $type, $returnvalue, $params) { $parsed = parse_url($returnvalue); if (empty($parsed['host']) && ! empty($parsed['path']) && $parsed['path'][0] !== '/') { // user probably forgot scheme - $returnvalue = 'http://' . $returnvalue; + $returnvalue = 'https://' . $returnvalue; } return $returnvalue; } -- cgit v1.2.3