From 1c46b88c057324644c6a4229aa1dd6ef2ab0e14b Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 10 Oct 2016 08:39:55 +0200 Subject: restoring TLS --- src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.py b/src/conf.py index 7f276099..1f20be30 100644 --- a/src/conf.py +++ b/src/conf.py @@ -23,7 +23,7 @@ TIME_ZONE = { } ON_HEROKU = int(os.environ.get('HEROKU', 0)) == 1 -DEFAULTS = {"platform_url": "http://www.newspipe.org", +DEFAULTS = {"platform_url": "https://www.newspipe.org", "self_registration": "false", "cdn_address": "", "admin_email": "root@newspipe.localhost", -- cgit