mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 22:04:44 +00:00
allow 403 for specific links
This commit is contained in:
@@ -34,7 +34,8 @@ IGNORES = [
|
||||
'coveralls.io',
|
||||
]
|
||||
OK_WHEN_FORBIDDEN = [
|
||||
'linux.die.net'
|
||||
'linux.die.net',
|
||||
'ko-fi.com'
|
||||
]
|
||||
IGNORE_GENERIC = []
|
||||
USER_AGENT = (
|
||||
|
||||
Reference in New Issue
Block a user