We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1965978 commit 9d301d2Copy full SHA for 9d301d2
1 file changed
.github/configs/hydra-config.json
@@ -1,10 +1,14 @@
1
{
2
"//": [
3
"2023-05: twitter.com serves broken redirect-loop",
4
- "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",
5
+ "2026-03 code-of-conduct.openjsf.org serves 429 Too Many Requests too often",
6
+ "2026-03: twitter.com used to serve a broken redirect-loop and we expect x.com to be doing the same"
7
],
8
"exclude_scheme_prefixes": [
9
"https://twitter.com/",
- "https://api.jquery.com/wp-json/oembed/1.0/embed"
10
+ "https://api.jquery.com/wp-json/oembed/1.0/embed",
11
+ "https://code-of-conduct.openjsf.org/",
12
+ "https://x.com/"
13
]
14
}
0 commit comments