Validate External Links/Exceptions

From OniGalore
< Validate External Links
Revision as of 23:59, 14 July 2020 by Iritscen (talk | contribs) (let's try something different (as of now, Val does not recognize this page))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

If you believe that the Validate External Links script is mis-reporting certain external links as issues, add them here in order to remove them from ValExtLinks' reports. Each line needs three fields, separated by commas:

  1. The HTTP response code that ValExtLinks should expect, the expected 'curl' result code, or the code "IW" or "EI" — whatever you are seeing as the result in Val's report.
  2. The recurring "problem" link.
  3. The wiki page that this link is appearing on; to exempt this link from Val's report regardless of where it appears on the wiki, put a '*' here.
  4. (optional) A comment explaining the exception.
BEGIN LIST
000-28,http://tain.totalcodex.net/,* -- always times out when accessed by 'curl'; link appears on multiple pages
EI,http://wiki.oni2.net/Main_Page,MediaWiki:Common -- necessary EI link to demonstrate circular arrow
000-28,https://mega.nz/#!x9oHxaLZ!-bOo-wwdj1fh925DYv1Qc6ErDSRl2HEgtWC-i2FtxtY,* -- Mega doesn't seem to like 'curl'
403,https://www.artelino.com/articles/japanese_mythology.asp,Oni_(myth) -- returns 403 despite being perfectly functional
END LIST