From f4fa660230a0309721456a835b001ad13076eb0a Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Tue, 15 Nov 2022 14:54:04 -0800 Subject: [PATCH] fix dead link check --- linter-configs/htmltest.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/linter-configs/htmltest.yml b/linter-configs/htmltest.yml index 3ddd57c..3aa3481 100644 --- a/linter-configs/htmltest.yml +++ b/linter-configs/htmltest.yml @@ -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"