Add more strings to not_here_list.

This commit is contained in:
Edward Betts 2024-11-01 09:23:18 +00:00
parent a523af16e1
commit 8c0acb1453

View file

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