More strings for not_here_list.
This commit is contained in:
parent
e2847966d5
commit
0c36de7bfc
1 changed files with 5 additions and 0 deletions
5
check.py
5
check.py
|
|
@ -79,6 +79,7 @@ not_here_list = [
|
||||||
"There is currently no text in this page.",
|
"There is currently no text in this page.",
|
||||||
"This page does not exist yet",
|
"This page does not exist yet",
|
||||||
"404 Not Found",
|
"404 Not Found",
|
||||||
|
"HTTP 404",
|
||||||
"500 Internal Server Error",
|
"500 Internal Server Error",
|
||||||
"500: Internal Server Error",
|
"500: Internal Server Error",
|
||||||
"Test Page for the Apache HTTP Server",
|
"Test Page for the Apache HTTP Server",
|
||||||
|
|
@ -119,6 +120,10 @@ not_here_list = [
|
||||||
"503 self-signed certificate",
|
"503 self-signed certificate",
|
||||||
"504 Gateway Timeout",
|
"504 Gateway Timeout",
|
||||||
"<h2>Pages</h2>",
|
"<h2>Pages</h2>",
|
||||||
|
"The requested page could not be found",
|
||||||
|
"403 Forbidden",
|
||||||
|
"You don't have permission to access this resource.",
|
||||||
|
"Bad Request (400)",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue