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

lint: enforce https on gitlab too

This commit is contained in:
Daniel Martí 2015-06-04 15:47:25 +02:00
parent 46adf486c9
commit 56c855c6b1

View File

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