From 41b716ed7a874d4ed2c44c4c11643606699c92b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Wed, 26 Aug 2015 18:57:13 -0700 Subject: [PATCH] Also force https on bitbucket --- fdroidserver/lint.py | 1 + 1 file changed, 1 insertion(+) 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'),