mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-12-23 23:57:51 -05:00
lint: update list of URL shorteners
This commit is contained in:
1464
fdroidserver/lint.py
1464
fdroidserver/lint.py
File diff suppressed because it is too large
Load Diff
@@ -819,7 +819,9 @@ class HttpUrlShorteners(unittest.TestCase):
|
||||
def test_warn_on_shorteners(self):
|
||||
bad_urls = [
|
||||
'https://sub.tr.im/test',
|
||||
'https://t.cn/zRTdGks',
|
||||
'https://tr.im/misproyectos',
|
||||
'https://ynews.page.link/mkotV',
|
||||
]
|
||||
|
||||
for url in bad_urls:
|
||||
|
||||
Reference in New Issue
Block a user