Skip to content

Commit 47cf94a

Browse files
committed
Build: Skip checking oembed wp-json links in the hydra crawler
The oembed endpoint responds HTTP 429 Too Many Requests too often; perhaps because almost every page links to one.
1 parent 49f21dd commit 47cf94a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/configs/hydra-config.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
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+
],
26
"exclude_scheme_prefixes": [
3-
"https://twitter.com/"
7+
"https://twitter.com/",
8+
"https://api.jquery.com/wp-json/oembed/1.0/embed"
49
]
510
}

0 commit comments

Comments
 (0)