mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
lint: enforce https on gitlab too
This commit is contained in:
parent
46adf486c9
commit
56c855c6b1
@ -34,6 +34,7 @@ def enforce_https(domain):
|
|||||||
|
|
||||||
https_enforcings = [
|
https_enforcings = [
|
||||||
enforce_https('github.com'),
|
enforce_https('github.com'),
|
||||||
|
enforce_https('gitlab.com'),
|
||||||
enforce_https('gitorious.org'),
|
enforce_https('gitorious.org'),
|
||||||
enforce_https('apache.org'),
|
enforce_https('apache.org'),
|
||||||
enforce_https('google.com'),
|
enforce_https('google.com'),
|
||||||
|
Loading…
Reference in New Issue
Block a user