mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-09 23:24:16 +00:00
allow 403 for specific links
This commit is contained in:
@@ -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 = (
|
||||||
|
|||||||
Reference in New Issue
Block a user