Skip to content

Commit b4000ce

Browse files
committed
Fix 403s from stackoverflow when using markdown link check 2
1 parent 6469a9c commit b4000ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/markdown-link-check-config.json

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"pattern": "^https://www.linkedin.com/in/eduardomserrano/",
55
"description": "Linkedin returns 999, can't figure out how to make this work past Linkedin's 'are you a human?' check."
66
},
7+
{
8+
"pattern": "^https://stackoverflow.com/",
9+
"description": "stackoverflow returns 403. Setting User-Agent on postman seems to be the minimum required but doesn't seem to work with markdown link check."
10+
},
711
{
812
"pattern": "^http://localhost*",
913
"description": "Ignore references to localhost."

0 commit comments

Comments
 (0)