mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
auto clean dead links, linter conf update
This commit is contained in:
parent
6b552e01bd
commit
1c031ce891
3 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{{- $wbmLinks := (slice "https://si3t.ch/log/2021-04-18-entetes-floc.html" "https://xmpp.org/2021/02/newsletter-02-feburary/" "https://gurlic.com/technology/post/393626430212145157" "https://gurlic.com/technology/post/343249858599059461" "https://www.librepunk.club/@penryn/108411423190214816" "https://benign.town/@josias/108457015755310198" "http://www.tuxmachines.org/node/148146" "https://i.reddit.com/r/web_design/comments/k0dmpj/an_opinionated_list_of_best_practices_for_textual/gdmxy4u/" "https://bbbhltz.space/posts/thoughts-on-tech-feb2021/" "https://jorts.horse/@alice/108477866954580532" "https://brid.gy/comment/mastodon/@Seirdy@pleroma.envs.net/AK7FeQ4h2tUCKNwlXc/AK7GtGkE7JOVgm1Cgi" "https://fosstodon.org/@werwolf/108529382741681838" "https://mastodon.social/@WahbAllat/108986614624476982") -}}
|
||||
{{- $wbmLinks := (slice "https://si3t.ch/log/2021-04-18-entetes-floc.html" "https://xmpp.org/2021/02/newsletter-02-feburary/" "https://gurlic.com/technology/post/393626430212145157" "https://gurlic.com/technology/post/343249858599059461" "https://www.librepunk.club/@penryn/108411423190214816" "https://benign.town/@josias/108457015755310198" "http://www.tuxmachines.org/node/148146" "https://i.reddit.com/r/web_design/comments/k0dmpj/an_opinionated_list_of_best_practices_for_textual/gdmxy4u/" "https://bbbhltz.space/posts/thoughts-on-tech-feb2021/" "https://jorts.horse/@alice/108477866954580532" "https://brid.gy/comment/mastodon/@Seirdy@pleroma.envs.net/AK7FeQ4h2tUCKNwlXc/AK7GtGkE7JOVgm1Cgi" "https://fosstodon.org/@werwolf/108529382741681838" "https://mastodon.social/@WahbAllat/108986614624476982" "https://linuxrocks.online/@friend/109029028283860044" "https://fosstodon.org/@fullstackthaumaturge/108765040526523487") -}}
|
||||
{{- $archivetodayLinks := (slice "https://example.com") -}}
|
||||
<hr />
|
||||
<section aria-labelledby="webmentions">
|
||||
|
|
|
@ -80,7 +80,10 @@
|
|||
"no-vulnerable-javascript-libraries": "off",
|
||||
"html-checker": "off",
|
||||
"image-optimization-cloudinary": "off",
|
||||
"no-disallowed-headers": "error",
|
||||
"no-disallowed-headers": [ "error",
|
||||
{
|
||||
"ignore": ["x-frame-options"]
|
||||
}],
|
||||
"meta-charset-utf-8": "error",
|
||||
"disown-opener": "error",
|
||||
"content-type": ["error", {
|
||||
|
|
|
@ -53,4 +53,6 @@ IgnoreURLs:
|
|||
- "https://forum.kuketz-blog.de/viewtopic.php"
|
||||
- "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
|
||||
OutputDir: "linter-configs/htmltest"
|
||||
|
|
Loading…
Reference in a new issue