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

67 lines
3.3 KiB
YAML
Raw Normal View History

2022-06-18 03:36:35 +00:00
DirectoryPath: "public"
IgnoreDirs:
- "search"
2022-11-15 22:54:04 +00:00
CacheExpires: "72h" # 3.5 days
2022-06-18 03:36:35 +00:00
CheckFavicon: true
EnforceHTML5: true
IgnoreAltMissing: true # an empty alt makes presentation-role explicit, it's not a defect.
EnforceHTTPS: true
2022-06-23 23:10:11 +00:00
ExternalTimeout: 180
HTTPConcurrencyLimit: 96
2022-06-18 03:36:35 +00:00
IgnoreHTTPS:
- "http://192.168.1"
- "http://localhost:"
- "http://wgq3bd2kqoybhstp77i3wrzbfnsyd27wt34psaja4grqiezqircorkyd.onion"
- "http://bettermotherfuckingwebsite.com/"
- "http://dtrace.org/"
- "http://emacspeak.sourceforge.net/"
- "http://herpolhode.com/"
- "http://io.netgarage.org/me/"
- "http://linter.structured-data.org/"
- "http://optipng.sourceforge.net/"
- "http://renaissancechambara.jp/"
- "http://techrights.org/"
- "http://www.nathanmyhrvold.com/"
- "http://www.tuxmachines.org/"
- "http://xmlns.com/"
2022-10-20 17:12:41 +00:00
- "http://nerdlistings.info/"
2022-06-18 03:36:35 +00:00
CheckExternal: true
IgnoreURLs:
- "../music.txt"
2022-06-19 20:44:51 +00:00
- "^gemini://"
- "mailto:"
- "git@git"
- "http://[^/]*.onion"
- "https://archive.is"
2022-11-07 18:47:43 +00:00
- "https://archive.ph"
- "https://archive.today"
2022-06-19 20:44:51 +00:00
- "https://ogp.me/ns"
- "https://seirdy.one/webmentions/"
- "http://creativecommons.org/ns"
- "https://seirdy.one/search/"
2022-08-12 04:30:20 +00:00
- "https://www.reddit.com/user/Seirdy" # reddit doesn't like htmltest
# - "https://i.reddit.com/r/web_design/comments/k0dmpj/an_opinionated_list_of_best_practices_for_textual/gdmxy4u/"
- "https://i.reddit.com"
2022-06-18 03:36:35 +00:00
- "https://fediring.net/(previous|next)" # redir
2022-08-12 04:30:20 +00:00
# - "https://forum.palemoon.org/viewtopic.php?f=1&t=25473" # manual check: blocks crawlers
- "https://forum.palemoon.org/viewtopic.php"
2022-06-19 20:44:51 +00:00
- "https://queue.acm.org/detail" # manual check: blocks crawlers
2022-06-18 03:36:35 +00:00
- "https://www.geocities.ws/jaup/jaup.htm" # manual check: blocks crawlers
- "https://plausible.io/blog/google-floc#" # manual check: I block this domain
- "https://twitter.com/" # manual check: 404 for some reason, using curl works fine.
2022-08-12 04:30:20 +00:00
# - "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=830173" # manual check: 400 for some reason, using curl works fine.
- "https://bugs.debian.org/cgi-bin/bugreport.cgi"
# - "https://forum.kuketz-blog.de/viewtopic.php?p=78202" # manual check: blocks crawlers
- "https://forum.kuketz-blog.de/viewtopic.php"
2022-08-25 03:16:20 +00:00
- "https://web.archive.org/" # the wayback machine itself.
- "https://webring.yesterweb.org/noJS/index.php" # 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
2022-10-17 19:44:51 +00:00
- "https://www.fastcompany.com/90759792/with-google-dominating-search-the-internet-needs-crawl-neutrality" # blocks htmltest
2022-11-07 18:47:43 +00:00
- "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
2022-11-15 22:54:04 +00:00
- "https://tinybrain.fansaccessibility.html" # parsing error for https://www.tinybrain.fans/accessibility.html
- "https://www.tinybrain.fans/accessibility.html"
2022-06-18 03:36:35 +00:00
OutputDir: "linter-configs/htmltest"