Skip to content

Commit 6a36c81

Browse files
committed
fixup! Build: Skip checking https://code-of-conduct.openjsf.org/ in the hydra crawler
1 parent 900e112 commit 6a36c81

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/configs/hydra-config.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
"//": [
33
"2023-05: twitter.com serves broken redirect-loop",
44
"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"
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"
67
],
78
"exclude_scheme_prefixes": [
89
"https://twitter.com/",
910
"https://api.jquery.com/wp-json/oembed/1.0/embed",
10-
"https://code-of-conduct.openjsf.org/"
11+
"https://code-of-conduct.openjsf.org/",
12+
"https://twitter.com/"
1113
]
1214
}

0 commit comments

Comments
 (0)