Skip to content

Commit e4cc1c4

Browse files
authored
Update .markdown-link-check-config.json
1 parent 74d87c5 commit e4cc1c4

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

.markdown-link-check-config.json

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
{
2-
"ignorePatterns": [
2+
"httpHeaders": [
33
{
4-
"pattern": "^https://github.com"
5-
},
6-
{
7-
"pattern": "^https://www.google.com"
8-
},
9-
{
10-
"pattern": "^https://www.amazon.com"
11-
},
12-
{
13-
"pattern": "^https://www.manning.com"
14-
},
15-
{
16-
"pattern": "^https://web.archive.org"
4+
"urls": [
5+
"https://github.com/",
6+
"https://guides.github.com/",
7+
"https://docs.github.com/",
8+
"https://help.github.com/",
9+
"https://support.github.com"
10+
],
11+
"headers": {
12+
"Accept-Encoding": "zstd, br, gzip, deflate"
13+
}
1714
}
1815
]
1916
}

0 commit comments

Comments
 (0)