1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

fix dead link check

This commit is contained in:
Rohan Kumar 2022-11-15 14:54:04 -08:00
parent a46a6c04b6
commit f4fa660230
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -1,7 +1,7 @@
DirectoryPath: "public"
IgnoreDirs:
- "search"
CacheExpires: "84h" # 3.5 days
CacheExpires: "72h" # 3.5 days
CheckFavicon: true
EnforceHTML5: true
IgnoreAltMissing: true # an empty alt makes presentation-role explicit, it's not a defect.
@ -61,4 +61,6 @@ IgnoreURLs:
- "https://faq.whatsapp.com/general/security-and-privacy/answering-your-questions-about-whatsapps-privacy-policy" # my DNS filters block this domain, cbf to work around it just for htmltest
- "https://doi.org/10.1515/popets-2017-0023" # redirects to a different domain which tends to block requests. DOI is generally good about keeping links alive; it's kinda the point of the service.
- "https://docs.graycot.dev/s/MFowZsw_F" # DNSSEC issue
- "https://tinybrain.fansaccessibility.html" # parsing error for https://www.tinybrain.fans/accessibility.html
- "https://www.tinybrain.fans/accessibility.html"
OutputDir: "linter-configs/htmltest"