aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-10-10 08:39:55 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-10-10 08:39:55 +0200
commit1c46b88c057324644c6a4229aa1dd6ef2ab0e14b (patch)
tree96764c0109918b3b0c83046e0a6b33627dde4005 /src
parentletencrypt validation (diff)
downloadnewspipe-1c46b88c057324644c6a4229aa1dd6ef2ab0e14b.tar.gz
newspipe-1c46b88c057324644c6a4229aa1dd6ef2ab0e14b.tar.bz2
newspipe-1c46b88c057324644c6a4229aa1dd6ef2ab0e14b.zip
restoring TLS
Diffstat (limited to 'src')
-rw-r--r--src/conf.py2
1 files changed, 1 insertions, 1 deletions
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",
bgstack15