mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
broken link checker config updates
This commit is contained in:
parent
6d2a813b3f
commit
861f421724
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
DirectoryPath: "public"
|
DirectoryPath: "public"
|
||||||
IgnoreDirs:
|
IgnoreDirs:
|
||||||
- "search"
|
- "search"
|
||||||
CacheExpires: "168h" # seven days
|
CacheExpires: "84h" # 3.5 days
|
||||||
CheckFavicon: true
|
CheckFavicon: true
|
||||||
EnforceHTML5: true
|
EnforceHTML5: true
|
||||||
IgnoreAltMissing: true # an empty alt makes presentation-role explicit, it's not a defect.
|
IgnoreAltMissing: true # an empty alt makes presentation-role explicit, it's not a defect.
|
||||||
|
@ -33,6 +33,8 @@ IgnoreURLs:
|
||||||
- "git@git"
|
- "git@git"
|
||||||
- "http://[^/]*.onion"
|
- "http://[^/]*.onion"
|
||||||
- "https://archive.is"
|
- "https://archive.is"
|
||||||
|
- "https://archive.ph"
|
||||||
|
- "https://archive.today"
|
||||||
- "https://ogp.me/ns"
|
- "https://ogp.me/ns"
|
||||||
- "https://seirdy.one/webmentions/"
|
- "https://seirdy.one/webmentions/"
|
||||||
- "http://creativecommons.org/ns"
|
- "http://creativecommons.org/ns"
|
||||||
|
@ -56,4 +58,7 @@ IgnoreURLs:
|
||||||
- "https://gitweb.torproject.org/tor-browser.git/tree/browser/components/securitylevel/SecurityLevel.jsm.id=ffdf" # Seems to block htmltest; check manually
|
- "https://gitweb.torproject.org/tor-browser.git/tree/browser/components/securitylevel/SecurityLevel.jsm.id=ffdf" # Seems to block htmltest; check manually
|
||||||
- "https://lnk.dk" # blocks htmltest
|
- "https://lnk.dk" # blocks htmltest
|
||||||
- "https://www.fastcompany.com/90759792/with-google-dominating-search-the-internet-needs-crawl-neutrality" # blocks htmltest
|
- "https://www.fastcompany.com/90759792/with-google-dominating-search-the-internet-needs-crawl-neutrality" # blocks htmltest
|
||||||
|
- "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
|
||||||
OutputDir: "linter-configs/htmltest"
|
OutputDir: "linter-configs/htmltest"
|
||||||
|
|
Loading…
Reference in a new issue