chiark / gitweb /
lint.py: add checks for https:// in various URLs
authorHans-Christoph Steiner <hans@eds.org>
Thu, 13 Feb 2014 03:43:27 +0000 (22:43 -0500)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 13 Feb 2014 03:43:27 +0000 (22:43 -0500)
commitb706ec986f4369f88eff89e122c9b80e9aa41b5e
treeddf3dc3c45bd72ce0e223da901591e3b7cb17e13
parent24c9232398bd1d39041fcf24d7b5575dc981be40
lint.py: add checks for https:// in various URLs

Many times, the http:// URL automatically redirects to https://, like with
github and gitorious.  For git repos, using https:// reduces metadata
leakage for more privacy, and increases the security a little bit.  For SVN
repos, using https:// is much more important since the repo format itself
does not provide the same level of verification as git, hg, etc. do.
fdroidserver/lint.py