Skip to content

Commit

Permalink
fix: remove 403 status code from default config
Browse files Browse the repository at this point in the history
As suggested in
[#1157](lycheeverse/lychee#1157) and merged in [#1377](lycheeverse/lychee#1377), the HTTP status code 403 was removed from the default
configuration.

With this change, the default configuration in the docs will follow what
is described at [README#Commandline Parameters](https://github.com/lycheeverse/lychee?tab=readme-ov-file#commandline-parametersy).
  • Loading branch information
leakedmemory committed Nov 6, 2024
1 parent 6c5387d commit 101bcab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/usage/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Options:
separated list of accepted status codes. This example will accept 200, 201,
202, 203, 204, 429, and 500 as valid status codes.

[default: 100..=103,200..=299,403..=403]
[default: 100..=103,200..=299]

--include-fragments
Enable the checking of fragments in links
Expand Down

0 comments on commit 101bcab

Please sign in to comment.