More strings for not_here_list.

This commit is contained in:
Edward Betts 2026-08-30 14:05:00 +01:00
parent e2847966d5
commit 0c36de7bfc

View file

@ -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)",
] ]