Skip to content

Commit

Permalink
add user agent, fix...everything?
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones-plip committed Dec 19, 2024
1 parent 69dec48 commit b978454
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/scripts/muffet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
muffet http://localhost:1313 \
--dns-resolver 9.9.9.9:9953 \
--buffer-size 50000 \
--timeout 35 \
--timeout 55 \
--rate-limit 4 \
--max-connections-per-host 4 \
--ignore-fragments \
--header "User-Agent: Muffet/$(muffet --version)" \
--exclude "http[s]*://github.com/medic/.*/issues/new.*" \
--exclude "http[s]*://github.com/medic/.*/commit.*" \
--exclude "http[s]*://github.com/medic/cht-docs/edit/main.*" \
Expand All @@ -29,6 +31,7 @@ muffet http://localhost:1313 \
--exclude "http[s]*://docs.google.com/document/d/14AuJ7SerLuOPESBjQlJqpBtzwSAoVf5ykTT7fjyJBT0.*" \
--exclude "http[s]*://docs.google.com/document/d/1pPk6FAuLUPKUYnCRgruPk6Lh5IeWzu6IPD1KTFOi6YQ.*" \
--exclude "http[s]*://docs.google.com/document/d/1uXSqntenhxlGOeFtP7ScLcFmoid3kagPYn-EDoodP3s.*" \
--exclude "http[s]*://docs.google.com/a/medicmobile.org/spreadsheet/ccc?key=0Ao9l2yegOFn7dEJRTEw1Z3RmZm0wTEo4Nk92NjVocnc.*" \
--exclude "http[s]*://drive.google.com/file/d/1YPXoba9gVmD7SP-X88PpJIsIVGvY86_G.*" \
--exclude "http[s]*://tools.google.com.*" \
--exclude "http[s]*://www.tableau.com.*" \
Expand All @@ -40,7 +43,7 @@ muffet http://localhost:1313 \
--exclude "http[s]*://www.npmjs.com/org/medic/team/developers" \
--exclude "http[s]*://docs.couchdb.org.*" \
--exclude "http[s]*://oppiamobile.readthedocs.io*." \
--exclude "http[s]*://africastalking.com.*" \
--exclude "http[s]*://account.africastalking.com.*" \
--exclude "http[s]*://borgbackup.readthedocs.io.*" \
--exclude "http[s]*://.*udemy.com.*" \
--exclude "http[s]*://.*udacity.com.*" \
Expand All @@ -49,4 +52,4 @@ muffet http://localhost:1313 \
--exclude "http[s]*://cht.domain.com.*" \
--exclude "http[s]*://localhost:[3000|8443|5984]+" \
--exclude "http[s]*://localhost$" \
--exclude "http[s]*://127.*"
--exclude "http[s]*://127.*"

0 comments on commit b978454

Please sign in to comment.