Skip to content

Commit 0d59037

Browse files
committed
Build: Re-enable spider check for CodePen links
Follows-up 3ef1eb4. I reached out to CodePen Support and they've allowed the User-Agent used by hydra-link-checker.
1 parent a026d15 commit 0d59037

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build/hydra-config.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@
44
"2024-06: npmjs.com responds HTTP 429 Too Many Requests too easily",
55
"2024-07: element.io and gitter.im chat rooms render fine but oddly use HTTP 404",
66
"2025-01: github.com responds HTTP 429 Too Many Requests for the bulk of trivial links. We can probably keep a few other GitHub links.",
7-
"2025-03: codepen.io (via Cloudflare) blocks hydra-link-checker with HTTP 403",
87
""
98
],
109
"exclude_scheme_prefixes": [
1110
"https://twitter.com/",
1211
"https://app.element.io/",
1312
"https://app.gitter.im/",
1413
"https://www.npmjs.com/package/",
15-
"https://codepen.io/",
1614
"https://github.com/qunitjs/qunit/issues/",
1715
"https://github.com/qunitjs/qunit/pull/",
1816
"https://github.com/qunitjs/qunit/blob/main/docs/_posts/"

docs/_posts/2022-02-15-qunit-2-18-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Introduce partial object comparison, support TypeScript in watch mode, add globa
1212

1313
### Added
1414

15-
* Assert: New [`assert.propContains()`](% link api/assert/propContains.md %}) for partial object comparison. (Izel Nakri) [#1668](https://github.com/qunitjs/qunit/pull/1668)
15+
* Assert: New [`assert.propContains()`]({% link api/assert/propContains.md %}) for partial object comparison. (Izel Nakri) [#1668](https://github.com/qunitjs/qunit/pull/1668)
1616
* Core: Add `QUnit.hooks` to globally add beforeEach and afterEach. (Timo Tijhof) [#1475](https://github.com/qunitjs/qunit/issues/1475)
1717
* CLI: Add support for watching `.ts` files when TypeScript is used. (Timo Tijhof) [#1669](https://github.com/qunitjs/qunit/issues/1669)
1818
* CLI: Add support for watching `.json`, `.cjs`, and `.mjs` files. [#1676](https://github.com/qunitjs/qunit/pull/1676)

0 commit comments

Comments
 (0)