Update directory URL protocol
authorHypolite Petovan <mrpetovan@gmail.com>
Sat, 28 Apr 2018 00:56:34 +0000 (20:56 -0400)
committerHypolite Petovan <mrpetovan@gmail.com>
Sat, 28 Apr 2018 00:56:34 +0000 (20:56 -0400)
boot.php
util/htconfig.vagrant.php
view/templates/htconfig.tpl

index 1ca8b8d..ba12f86 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -1292,7 +1292,7 @@ function get_server()
        $server = Config::get("system", "directory");
 
        if ($server == "") {
-               $server = "http://dir.friendica.social";
+               $server = "https://dir.friendica.social";
        }
 
        return($server);
index 9c96687..623b587 100644 (file)
@@ -65,7 +65,7 @@ $a->config['system']['no_regfullname'] = true;
 //$a->config['system']['block_local_dir'] = false;
 
 // Location of the global directory
-$a->config['system']['directory'] = 'http://dir.friendica.social';
+$a->config['system']['directory'] = 'https://dir.friendica.social';
 
 // turn on friendica's log
 $a->config['system']['debugging'] = true;
index d72307f..1325a61 100644 (file)
@@ -107,7 +107,7 @@ $a->config['system']['no_regfullname'] = true;
 //$a->config['system']['block_local_dir'] = false;
 
 // Location of the global directory
-$a->config['system']['directory'] = 'http://dir.friendica.social';
+$a->config['system']['directory'] = 'https://dir.friendica.social';
 
 // Authentication cookie lifetime, in days
 $a->config['system']['auth_cookie_lifetime'] = 7;