Skip to content

Commit

Permalink
fix: use user agent that isn't blocked by drupal / sourceforge
Browse files Browse the repository at this point in the history
  • Loading branch information
theseion committed Nov 10, 2024
1 parent 179ad24 commit 9bd97e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lychee.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
exclude = ["github.com/coreruleset/coreruleset/blob/?$", "https://www.akamai.com/products/app-and-api-protector"]
user_agent = "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0"
user_agent = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:132.0) Gecko/20100101 Firefox/132.0"
no_progress = true
cache = true
verbose = "debug"
accept = "200..=204, 429"
exclude_all_private = true

0 comments on commit 9bd97e9

Please sign in to comment.