diff --git a/fdroidserver/lint.py b/fdroidserver/lint.py index 82bf5a51..d409aa2d 100644 --- a/fdroidserver/lint.py +++ b/fdroidserver/lint.py @@ -37,6 +37,7 @@ def enforce_https(domain): https_enforcings = [ enforce_https('github.com'), enforce_https('gitlab.com'), + enforce_https('bitbucket.org'), enforce_https('gitorious.org'), enforce_https('apache.org'), enforce_https('google.com'),