From: Hans-Christoph Steiner Date: Mon, 15 May 2017 12:58:01 +0000 (+0200) Subject: lint: add popular URL shorteners to the banned list X-Git-Tag: 0.8~52^2~3 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=3dbd74262fb8135eabcd8e3a1a95e9616007da70;p=fdroidserver.git lint: add popular URL shorteners to the banned list --- diff --git a/fdroidserver/lint.py b/fdroidserver/lint.py index 125a9638..b7dbdea1 100644 --- a/fdroidserver/lint.py +++ b/fdroidserver/lint.py @@ -53,6 +53,10 @@ http_url_shorteners = [ forbid_shortener('goo.gl'), forbid_shortener('t.co'), forbid_shortener('ur1.ca'), + forbid_shortener('is.gd'), + forbid_shortener('bit.ly'), + forbid_shortener('tiny.cc'), + forbid_shortener('tinyurl.com'), ] http_checks = https_enforcings + http_url_shorteners + [