diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-08-31 13:40:48 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-08-31 13:40:48 -0700 |
| commit | 042c50e74c6401e4a5db9eb74bf3cb24a71d7377 (patch) | |
| tree | 49939757ff0339322331f367afd2e8d6f9a66b6e /src/fcuny.net/lychee.toml | |
| parent | install firefox extension 'clearurls' (diff) | |
| download | infra-042c50e74c6401e4a5db9eb74bf3cb24a71d7377.tar.gz | |
my website will be managed in an external repository
Diffstat (limited to '')
| -rw-r--r-- | src/fcuny.net/lychee.toml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/fcuny.net/lychee.toml b/src/fcuny.net/lychee.toml deleted file mode 100644 index 52d3842..0000000 --- a/src/fcuny.net/lychee.toml +++ /dev/null @@ -1,21 +0,0 @@ -# Enable link caching. -cache = true - -# Discard all cached requests older than one day. -max_cache_age = "1d" - -# Maximum number of allowed retries before a link is declared dead. -max_retries = 3 - -# User agent to send with each request. -# https://www.whatismybrowser.com/guides/the-latest-user-agent/chrome -user_agent = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36" - -# Minimum wait time in seconds between retries of failed requests. -retry_wait_time = 3 - -# Comma-separated list of accepted status codes for valid links. -accept = [200, 403] - -# Exclude all private IPs from checking. -exclude_all_private = true |
