1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00

Also force https on bitbucket

This commit is contained in:
Daniel Martí 2015-08-26 18:57:13 -07:00
parent 34f06dff24
commit 41b716ed7a

View File

@ -37,6 +37,7 @@ def enforce_https(domain):
https_enforcings = [
enforce_https('github.com'),
enforce_https('gitlab.com'),
enforce_https('bitbucket.org'),
enforce_https('gitorious.org'),
enforce_https('apache.org'),
enforce_https('google.com'),