Add more ways of saying not found
This commit is contained in:
parent
f9ac97d069
commit
840d39ca35
3
check.py
3
check.py
|
@ -87,11 +87,14 @@ not_here_list = [
|
||||||
"Test Page for the Apache HTTP Server",
|
"Test Page for the Apache HTTP Server",
|
||||||
"Site not found · GitHub Pages",
|
"Site not found · GitHub Pages",
|
||||||
"504: Gateway time-out",
|
"504: Gateway time-out",
|
||||||
|
"502 Bad Gateway",
|
||||||
"This page doesn't exist (404)",
|
"This page doesn't exist (404)",
|
||||||
"Coming soon",
|
"Coming soon",
|
||||||
"NOT_FOUND",
|
"NOT_FOUND",
|
||||||
"Resource Not Found",
|
"Resource Not Found",
|
||||||
"Wikimedia Error",
|
"Wikimedia Error",
|
||||||
|
"The page you requested could not be found",
|
||||||
|
"Ooops! Could Not Find It",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue