Add more strings to not_here_list.
This commit is contained in:
parent
a523af16e1
commit
8c0acb1453
2
check.py
2
check.py
|
@ -93,6 +93,8 @@ not_here_list = [
|
||||||
"You are not authorized to access this page",
|
"You are not authorized to access this page",
|
||||||
"Attention Required! | Cloudflare",
|
"Attention Required! | Cloudflare",
|
||||||
"This page doesn't currently exist",
|
"This page doesn't currently exist",
|
||||||
|
"ERROR 503 - Service Unavailable",
|
||||||
|
"ERROR 503",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue