1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-09 18:09:17 +00:00

allow 403 for specific links

This commit is contained in:
deadc0de6
2024-06-27 09:14:27 +02:00
parent c99d8be4e2
commit c56762a4df

View File

@@ -34,7 +34,8 @@ IGNORES = [
'coveralls.io', 'coveralls.io',
] ]
OK_WHEN_FORBIDDEN = [ OK_WHEN_FORBIDDEN = [
'linux.die.net' 'linux.die.net',
'ko-fi.com'
] ]
IGNORE_GENERIC = [] IGNORE_GENERIC = []
USER_AGENT = ( USER_AGENT = (