Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,25 @@ skip_prefixes = [
"https://rusty-hermit.k8s.eonerc.rwth-aachen.de/", # RustyHermit show case
"https://www.linux-kvm.org", # see https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/
"https://twitter.com/", # too many redirects
"https://x.com/", # 403 forbidden for bots
"https://nitter.net/", # 403 forbidden
"https://www.reddit.com/", # 403 forbidden
"https://old.reddit.com/", # 403 forbidden
"https://blog.rust.careers", # Expired certificate
"https://gee.cs.oswego.edu", # times out
"https://web.archive.org", # times out
"https://apollolabsblog.hashnode.dev", # requires js
"https://doi.org", # 403 forbidden
"https://lwn.net", # rate limits CI runners (429)
"https://security.googleblog.com", # rate limits CI runners (429)
"https://gitter.im", # redirects to app.gitter.im (301)
"https://mirage.io", # intermittent connection failures
]

# These resolve fine, but their "#..." fragments are client-side routes
# rather than real anchors in the returned HTML.
skip_anchor_prefixes = [
"https://rust-osdev.zulipchat.com", # SPA, fragments are routes
]

[extra]
Expand Down
2 changes: 1 addition & 1 deletion content/this-month/2024-03/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Please follow this template:
-->

- [An IRC client in your motherboard](https://axleos.com/an-irc-client-in-your-motherboard/)
- [octox: Writing a Unix-like OS in Rust](https://vmm.dev/en/rust/osinrust.md)
- [octox: Writing a Unix-like OS in Rust](https://web.archive.org/web/20260520091419/https://vmm.dev/en/rust/osinrust.md)
- [This Month in Redox](https://redox-os.org/news/this-month-240330/)
- [Redox Kernel Improvements](https://redox-os.org/news/kernel-10/)
- [MOROS 0.10.3](https://github.com/vinc/moros/releases/tag/v0.10.3)
Expand Down
Loading
Loading