mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
lint: add more VCS HTTPS checks
I manually checked that these work with HTTPS. fdroiddata!2710 should fix all of these issues.
This commit is contained in:
parent
8e1c39f791
commit
8588b89eff
1 changed files with 8 additions and 0 deletions
|
|
@ -42,7 +42,15 @@ https_enforcings = [
|
|||
enforce_https('bitbucket.org'),
|
||||
enforce_https('apache.org'),
|
||||
enforce_https('google.com'),
|
||||
enforce_https('git.code.sf.net'),
|
||||
enforce_https('svn.code.sf.net'),
|
||||
enforce_https('anongit.kde.org'),
|
||||
enforce_https('savannah.nongnu.org'),
|
||||
enforce_https('git.savannah.nongnu.org'),
|
||||
enforce_https('download.savannah.nongnu.org'),
|
||||
enforce_https('savannah.gnu.org'),
|
||||
enforce_https('git.savannah.gnu.org'),
|
||||
enforce_https('download.savannah.gnu.org'),
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue