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

55 lines
2.2 KiB
YAML
Raw Normal View History

2022-06-18 03:36:35 +00:00
DirectoryPath: "public"
IgnoreDirs:
- "search"
2022-06-23 23:10:11 +00:00
CacheExpires: "168h" # seven 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/"
CheckExternal: true
IgnoreURLs:
- "../music.txt"
2022-06-19 20:44:51 +00:00
- "^gemini://"
- "mailto:"
- "git@git"
- "http://[^/]*.onion"
- "https://archive.is"
- "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"
- "https://web.archive.org/web/0/http" # the wayback machine itself.
2022-06-18 03:36:35 +00:00
OutputDir: "linter-configs/htmltest"