Ignore:
Timestamp:
Oct 11, 2020, 4:58:59 PM (4 years ago)
Author:
iritscen
Message:

ValExtLinks: Added .do to recognized page suffixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Validate External Links/validate_external_links.sh

    r1144 r1145  
    6969# This determines whether the script tries to take a screenshot of the URL or just gets its HTTP code.
    7070declare -a HTTP_FILES=(3ds 7z avi BINA blend bsl cpp csv dae dll dmg doc east exe fbx first63 flv gamedata gif jpg last32 log m4a mhm mov mp3 mp4 oni ONWC pdf png py rar tga TRMA txt vbs wav wmv xaf xml zip)
    71 declare -a HTTP_TLDS_AND_PAGES=(action ars asp aspx cfm cgi com css de full htm html it js jsp net org pgi php php3 phtml pl ru shtml stm uk x)
     71declare -a HTTP_TLDS_AND_PAGES=(action ars asp aspx cfm cgi com css de do full htm html it js jsp net org pgi php php3 phtml pl ru shtml stm uk x)
    7272
    7373# These arrays tells us which HTTP response codes are OK (good), which are RD (redirections), and which
Note: See TracChangeset for help on using the changeset viewer.