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

Relax htmltest a bit

This commit is contained in:
Rohan Kumar 2023-05-26 21:12:16 -07:00
parent f31763b9b1
commit 6b777881bb
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -1,13 +1,13 @@
DirectoryPath: "public" DirectoryPath: "public"
IgnoreDirs: IgnoreDirs:
- "search" - "search"
CacheExpires: "48h" # 2 days CacheExpires: "120h" # 1 day
CheckFavicon: true CheckFavicon: true
EnforceHTML5: true EnforceHTML5: true
IgnoreAltMissing: false IgnoreAltMissing: false
IgnoreAltEmpty: true # an empty alt makes presentation-role explicit, it's not a defect. IgnoreAltEmpty: true # an empty alt makes presentation-role explicit, it's not a defect.
EnforceHTTPS: true EnforceHTTPS: true
ExternalTimeout: 20 ExternalTimeout: 10
HTTPConcurrencyLimit: 128 HTTPConcurrencyLimit: 128
IgnoreHTTPS: IgnoreHTTPS:
- "http://192.168.1" - "http://192.168.1"
@ -40,6 +40,8 @@ IgnoreURLs:
- "https://seirdy.one/webmentions/" - "https://seirdy.one/webmentions/"
- "http://creativecommons.org/ns" - "http://creativecommons.org/ns"
- "https://seirdy.one/search/" - "https://seirdy.one/search/"
# - "https://seirdy.one/.well-known/webfinger?resource=acct%3Aseirdy%40seirdy.one"
- "https://seirdy.one/.well-known/webfinger" # inexplicable false positive
- "https://fediring.net/(previous|next)" # redir - "https://fediring.net/(previous|next)" # redir
# - "https://forum.palemoon.org/viewtopic.php?f=1&t=25473" # manual check: blocks crawlers # - "https://forum.palemoon.org/viewtopic.php?f=1&t=25473" # manual check: blocks crawlers
- "https://forum.palemoon.org/viewtopic.php" - "https://forum.palemoon.org/viewtopic.php"
@ -50,6 +52,7 @@ IgnoreURLs:
# - "https://forum.kuketz-blog.de/viewtopic.php?p=78202" # manual check: blocks crawlers # - "https://forum.kuketz-blog.de/viewtopic.php?p=78202" # manual check: blocks crawlers
- "https://forum.kuketz-blog.de/viewtopic.php" - "https://forum.kuketz-blog.de/viewtopic.php"
- "https://web.archive.org/" # the wayback machine itself. - "https://web.archive.org/" # the wayback machine itself.
- "https://i.reddit.com/r/web_design/comments/k0dmpj/an_opinionated_list_of_best_practices_for_textual/gdmxy4u/"
- "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