mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +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 = [
|
||||
enforce_https('github.com'),
|
||||
enforce_https('gitlab.com'),
|
||||
enforce_https('gitorious.org'),
|
||||
enforce_https('apache.org'),
|
||||
enforce_https('google.com'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue