mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
lint: enforce https on gitlab too
This commit is contained in:
parent
46adf486c9
commit
56c855c6b1
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue