-
Notifications
You must be signed in to change notification settings - Fork 76
/
mlc_config.json
58 lines (58 loc) · 1.32 KB
/
mlc_config.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
{
"httpHeaders": [
{
"urls": ["https://docs.github.com/"],
"headers": {
"Accept-Encoding": "zstd, br, gzip, deflate"
}
}
],
"timeout": "20s",
"retryOn429": true,
"retryCount": 5,
"fallbackRetryDelay": "30s",
"aliveStatusCodes": [200, 206, 300, 301, 302, 303, 304, 305, 306, 307, 308, 403, 429, 999],
"excludeFiles": [
"./doc/source/iran-kashan-tabatabai-house.md",
"./doc/source/nu-skool-breaks.md",
"./charts/assets/"
],
"ignorePatterns": [
{
"pattern": "^https://en.wikipedia.org/"
},
{
"pattern": "^https://fuchsia.herokuapp.com/"
},
{
"pattern": "^https://lawandorder.fandom.com/"
},
{
"pattern": "^https://upload.wikimedia.org/"
},
{
"pattern": "^https://www.adobe.com/au/acrobat/about-adobe-pdf.html"
},
{
"pattern":"^https://www.emacswiki.org/"
},
{
"pattern":"^https://www.gnu.org/"
},
{
"pattern":"^https://www.json.org/"
},
{
"pattern":"^https://www.win.tue.nl"
},
{
"pattern":"^https://cdnjs.com"
},
{
"pattern":"^http://www.barebones.com/"
},
{
"pattern":"^https://web.archive.org/"
}
]
}