We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1965978 commit 900e112Copy full SHA for 900e112
.github/configs/hydra-config.json
@@ -1,10 +1,12 @@
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
],
7
"exclude_scheme_prefixes": [
8
"https://twitter.com/",
- "https://api.jquery.com/wp-json/oembed/1.0/embed"
9
+ "https://api.jquery.com/wp-json/oembed/1.0/embed",
10
+ "https://code-of-conduct.openjsf.org/"
11
]
12
}
0 commit comments