mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
lint: add popular URL shorteners to the banned list
This commit is contained in:
parent
5a90443b0b
commit
3dbd74262f
1 changed files with 4 additions and 0 deletions
|
|
@ -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 + [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue