From: Daniel Martí Date: Thu, 27 Aug 2015 01:57:13 +0000 (-0700) Subject: Also force https on bitbucket X-Git-Tag: 0.5.0~177 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=41b716ed7a874d4ed2c44c4c11643606699c92b2;p=fdroidserver.git Also force https on bitbucket --- 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'),