Skip to content
Merged
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
8 changes: 6 additions & 2 deletions .github/configs/hydra-config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"//": [
"2023-05: twitter.com serves broken redirect-loop",
"2025-04: The oembed endpoint responds HTTP 429 Too Many Requests too often; perhaps because almost every page links to one"
"2025-04: The oembed endpoint responds HTTP 429 Too Many Requests too often; perhaps because almost every page links to one",
"2026-03 code-of-conduct.openjsf.org serves 429 Too Many Requests too often",
"2026-03: twitter.com used to serve a broken redirect-loop and we expect x.com to be doing the same"
],
"exclude_scheme_prefixes": [
"https://twitter.com/",
"https://api.jquery.com/wp-json/oembed/1.0/embed"
"https://api.jquery.com/wp-json/oembed/1.0/embed",
"https://code-of-conduct.openjsf.org/",
"https://x.com/"
]
}