We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 900e112 commit 6a36c81Copy full SHA for 6a36c81
.github/configs/hydra-config.json
@@ -2,11 +2,13 @@
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",
5
- "2026-03 code-of-conduct.openjsf.org serves 429 Too Many Requests too often"
+ "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/",
10
"https://api.jquery.com/wp-json/oembed/1.0/embed",
- "https://code-of-conduct.openjsf.org/"
11
+ "https://code-of-conduct.openjsf.org/",
12
+ "https://twitter.com/"
13
]
14
}
0 commit comments