Skip to content

Commit 0df1229

Browse files
committed
exclude localhost
1 parent 69f470a commit 0df1229

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
muffet \
134134
--exclude '8080\\/\S*\\.pdf' \
135135
--exclude '^https:\\/\\/gitdocumentatie.*' \
136-
--exclude '^http:\\/\\/localhost:8080' \
136+
--exclude '^http:\\/\\/localhost:8080/*' \
137137
--header 'user-agent:Curl' \
138138
--ignore-fragments \
139139
--one-page-only \

0 commit comments

Comments
 (0)