Changeset 1145 for Validate External Links
- Timestamp:
- Oct 11, 2020, 4:58:59 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Validate External Links/validate_external_links.sh
r1144 r1145 69 69 # This determines whether the script tries to take a screenshot of the URL or just gets its HTTP code. 70 70 declare -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)71 declare -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) 72 72 73 73 # 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.