mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Fix dead links
This commit is contained in:
parent
5583210c6e
commit
9c52666c37
4 changed files with 8 additions and 6 deletions
|
@ -61,7 +61,7 @@ The {{<mention-work itemtype="WebSite">}}{{<cited-work name="1MB Club" url="http
|
||||||
- [Writer's Lane, Nightfall City](https://nightfall.city/writers-lane/)
|
- [Writer's Lane, Nightfall City](https://nightfall.city/writers-lane/)
|
||||||
- [Just Another Useless Page](https://www.geocities.ws/jaup/jaup.htm)
|
- [Just Another Useless Page](https://www.geocities.ws/jaup/jaup.htm)
|
||||||
- [Webrings Fanlisting](https://fanlistings.nickifaulk.com/webrings/)
|
- [Webrings Fanlisting](https://fanlistings.nickifaulk.com/webrings/)
|
||||||
- ~~[Yesterlinks](https://links.yesterweb.org/)~~
|
- [Yesterlinks (archived)](https://web.archive.org/web/20230817122434/https://links.yesterweb.org/)
|
||||||
- [Gossip's Web](https://gossipsweb.net/personal-websites)
|
- [Gossip's Web](https://gossipsweb.net/personal-websites)
|
||||||
- [Nixers](https://github.com/nixers-projects/sites/wiki/List-of-nixers.net-user-sites)
|
- [Nixers](https://github.com/nixers-projects/sites/wiki/List-of-nixers.net-user-sites)
|
||||||
- [Smooth Sailing](https://smoothsailing.asclaria.org/)
|
- [Smooth Sailing](https://smoothsailing.asclaria.org/)
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
---
|
---
|
||||||
title: "RDF versus semantic HTML"
|
title: "RDF versus semantic HTML"
|
||||||
date: 2022-09-13T21:30:02-07:00
|
date: 2022-09-13T21:30:02-07:00
|
||||||
replyURI: "https://cybre.space/@jauntywunderkind420/108993489770129012"
|
lastMod: 2022-09-13T21:30:02-07:00
|
||||||
|
replyURI: "https://web.archive.org/web/20231201000536/https://cybre.space/@jauntywunderkind420/108993489770129012"
|
||||||
replyTitle: "Microdata and rdfa are excellent and wonderful ways to describe individual html elements"
|
replyTitle: "Microdata and rdfa are excellent and wonderful ways to describe individual html elements"
|
||||||
replyType: "SocialMediaPosting"
|
replyType: "SocialMediaPosting"
|
||||||
replyAuthor: "@jauntywunderkind420@cybre.space"
|
replyAuthor: "@jauntywunderkind420@cybre.space"
|
||||||
replyAuthorURI: "https://cybre.space/@jauntywunderkind420/"
|
replyAuthorURI: "https://web.archive.org/web/20230202143104/https://cybre.space/@jauntywunderkind420/"
|
||||||
---
|
---
|
||||||
|
|
||||||
> microdata and rdfa both directly mark up existing html content.
|
> microdata and rdfa both directly mark up existing html content.
|
||||||
|
|
|
@ -5,7 +5,7 @@ replyURI: "https://archive.today/hxOsO"
|
||||||
replyTitle: "The amount of water other food need to produce 1kg of food"
|
replyTitle: "The amount of water other food need to produce 1kg of food"
|
||||||
replyType: "SocialMediaPosting"
|
replyType: "SocialMediaPosting"
|
||||||
replyAuthor: "Fristi"
|
replyAuthor: "Fristi"
|
||||||
replyAuthorURI: "https://comfitu.re/"
|
replyAuthorURI: "https://croc-monsieur.nl/"
|
||||||
---
|
---
|
||||||
I have mixed feelings about infographics that reduce ecological footprints to single scalar non-fungible values.
|
I have mixed feelings about infographics that reduce ecological footprints to single scalar non-fungible values.
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
---
|
---
|
||||||
title: "Website security scanners"
|
title: "Website security scanners"
|
||||||
date: 2022-11-02T11:56:02-07:00
|
date: 2022-11-02T11:56:02-07:00
|
||||||
replyURI: "https://plem.sapphic.site/notice/APB6VSqinvWjm1yHgW"
|
replyURI: "https://pleroma.envs.net/notice/APB6Va7FFvgXN801L6"
|
||||||
replyTitle: "why does hardenize still check for Expect-CT when the header is deprecated"
|
replyTitle: "why does hardenize still check for Expect-CT when the header is deprecated"
|
||||||
replyType: "SocialMediaPosting"
|
replyType: "SocialMediaPosting"
|
||||||
replyAuthor: "r3g_5z"
|
replyAuthor: "r3g_5z"
|
||||||
replyAuthorURI: "https://blog.girlboss.ceo/"
|
replyAuthorURI: "https://girlboss.ceo/"
|
||||||
|
lastMod: 2022-11-26T19:20:46Z
|
||||||
---
|
---
|
||||||
|
|
||||||
Speaking generally: I think most website security scanners (Webbkoll, Observatory, et al) lend themselves to cargo-cults. You don't need [most Content Security Policy directives](https://w3c.github.io/webappsec-csp/#csp-directives) for a PNG file, for instance. Warning against a missing `X-Frame-Options` feels wrong: even the latest version of iOS 9---the oldest iOS release to support secure TLS 1.2 <abbr>ECDSA</abbr> ciphers---seems to support `frame-ancestors` (correct me if I'm wrong).
|
Speaking generally: I think most website security scanners (Webbkoll, Observatory, et al) lend themselves to cargo-cults. You don't need [most Content Security Policy directives](https://w3c.github.io/webappsec-csp/#csp-directives) for a PNG file, for instance. Warning against a missing `X-Frame-Options` feels wrong: even the latest version of iOS 9---the oldest iOS release to support secure TLS 1.2 <abbr>ECDSA</abbr> ciphers---seems to support `frame-ancestors` (correct me if I'm wrong).
|
||||||
|
|
Loading…
Reference in a new issue