Skip to content

Commit c106ee9

Browse files
committed
Accept 403 response status on link checking
This is returned on cloudflare protected sites where they do "human verification". For example, the iohk.io website containing the research paper library we often link to.
1 parent 40f0f15 commit c106ee9

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

.github/workflows/link-check-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"retryOn429": true,
44
"retryCount": 5,
55
"fallbackRetryDelay": "30s",
6-
"aliveStatusCodes": [200, 206]
6+
"aliveStatusCodes": [200, 206, 403]
77
}

src/consensus/chainsel.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -259,12 +259,6 @@ Once the node finishes syncing with the network, this rule gracefully converges
259259
into the usual length-based comparison used in Praos, so the node can safely
260260
switch to running only Ouroboros Praos.
261261

262-
<!-- iohk.io links return 403 "if you are not a human" -->
263-
264-
<!-- markdown-link-check-disable -->
265-
266-
<!-- markdown-link-check-enable -->
267-
268262
[bft]: https://iohk.io/en/research/library/papers/ouroboros-bft-a-simple-byzantine-fault-tolerant-consensus-protocol/
269263
[classic]: https://iohk.io/en/research/library/papers/ouroboros-a-provably-secure-proof-of-stake-blockchain-protocol/
270264
[genesis]: https://iohk.io/en/research/library/papers/ouroboros-genesis-composable-proof-of-stake-blockchains-with-dynamic-availability/

src/network/node-to-node/chainsync/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,5 @@ for the particular era:
148148
{{#include header.cddl}}
149149
```
150150

151-
<!-- iohk.io links return 403 "if you are not a human" -->
152-
153-
<!-- markdown-link-check-disable-next-line -->
154-
155151
[k-secparam]: ../../../consensus/chainsel.md#the-k-security-parameter
156152
[pipelining]: https://iohk.io/en/blog/posts/2022/02/01/introducing-pipelining-cardanos-consensus-layer-scaling-solution/

0 commit comments

Comments
 (0)