ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Validate External Links/validate_external_links.sh
(Generate patch)

Comparing Validate External Links/validate_external_links.sh (file contents):
Revision 1209 by iritscen, Sun Feb 1 21:41:10 2026 UTC vs.
Revision 1210 by iritscen, Sun Mar 22 15:44:56 2026 UTC

# Line 76 | Line 76 | declare -a HTTP_TLDS_AND_PAGES=(abstract
76   # These arrays tells us which HTTP response codes are OK (good), which are RD (redirections), and which
77   # are NG (no good). Pages that return OK codes will be screenshotted when screenshots are asked for.
78   # Remember to update http_codes.txt if you add a new code.
79 < declare -a OK_CODES=(200 202 401 405 406 418 501)
79 > declare -a OK_CODES=(200 202 204 401 402 405 406 418 501)
80   declare -a RD_CODES=(301 302 303 307 308)
81   declare -a NG_CODES=(000 400 403 404 410 429 500 502 503 504 520 530)
82  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)