Skip to content

Commit 7d17320

Browse files
authored
fix 403s, bump muffet to 2.11.1 (#2097)
1 parent 47ad85a commit 7d17320

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/scripts/muffet.sh

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,15 @@
55
#
66
# If you're doing local development and want to run link checkers locally, please use this script!
77
# You'll need:
8-
# - install go - https://golang.org/doc/install
9-
# - install muffet - https://github.com/raviqqe/muffet
10-
# - make sure muffet is in your PATH
11-
# - cd ti: ./.github/scripts/
8+
# - cd to: ./.github/scripts/
129
# - run script: ./muffet.sh
1310
#
1411
# If we have errors from this script being too aggressive (see how large downloads on
1512
# download.docker.com are excluded below) you can add additional sites as needed. Please
1613
# use extremely granular URLs so as not to exclude more than we need to.
1714

1815
# when upgrading muffet, upload new binary here and rename so version is explicit in filename
19-
./2.10.9.muffet http://localhost:1313 \
16+
./2.11.1.muffet http://localhost:1313 \
2017
--buffer-size 50000 \
2118
--timeout 255 \
2219
--rate-limit 4 \
@@ -62,6 +59,11 @@
6259
--exclude "http[s]*://.*my.local-ip.co.*" \
6360
--exclude "http[s]*://.*local-ip.medicmobile.org.*" \
6461
--exclude "http[s]*://cht.domain.com.*" \
62+
--exclude "http[s]*://www.docker.com.*" \
63+
--exclude "http[s]*://blog.angular.dev/announcing-angular-v20-b5c9c06cf301" \
64+
--exclude "http[s]*://askubuntu.com/a/477554" \
65+
--exclude "http[s]*://medium.com.*" \
66+
--exclude "http[s]*://www.pih.org.*" \
6567
--exclude "http[s]*://localhost:[3000|8443|5984]+" \
6668
--exclude "http[s]*://localhost$" \
6769
--exclude "http[s]*://127.*"

0 commit comments

Comments
 (0)