-
Notifications
You must be signed in to change notification settings - Fork 0
/
markdown-link-check.json
78 lines (77 loc) · 1.78 KB
/
markdown-link-check.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"ignorePatterns": [
{
"pattern": "^https*://127.0.0.1"
},
{
"pattern": "^https://www.drupal.org/(u|project|about|forum|slack|join-slack)"
},
{
"pattern": "^https://deb.sury.org"
},
{
"pattern": "^https://nssm.cc/"
},
{
"pattern": "^https://www.php.net/manual/"
},
{
"pattern": "^https://www.drupaleasy.com/blogs/ultimike/2019/06/sharing-your-ddev-local-site-public-url-using-ddev-share-and-ngrok"
},
{
"pattern": "^https://.*blackfire.io"
},
{
"pattern": "^https://twitter.com/search"
},
{
"pattern": "^https://www.cyberciti.biz/"
},
{
"pattern": "^https://nightly.link/ddev/ddev/workflows/master-build/master"
},
{
"pattern": "^https://github.com/ddev/maintainer-info"
},
{
"pattern": "^https://buildkite.com/organizations/ddev"
},
{
"pattern": "^https://github.com/orgs/ddev"
},
{
"pattern": "^https://newmonitor.thefays.us/icingaweb2"
},
{
"pattern": "^https://analytics.amplitude.com"
},
{
"pattern": "^https://(meta.stackoverflow|stackoverflow|superuser).com/"
},
{
"pattern": "^https://packages.debian.org/stable/"
},
{
"pattern": "^https://symfony.com"
},
{
"pattern": "^https://community.chocolatey.org"
},
{
"pattern": "^https://aur.archlinux.org"
}
],
"httpHeaders": [
{
"urls": ["https://github.com/", "https://guides.github.com/", "https://help.github.com/", "https://docs.github.com/"],
"headers": {
"Accept-Encoding": "zstd, br, gzip, deflate"
}
}
],
"timeout": "20s",
"retryOn429": true,
"retryCount": 5,
"fallbackRetryDelay": "30s",
"aliveStatusCodes": [200, 206, 301]
}