-
Notifications
You must be signed in to change notification settings - Fork 112
Expand file tree
/
Copy pathmlc_config.json
More file actions
38 lines (38 loc) · 1.72 KB
/
Copy pathmlc_config.json
File metadata and controls
38 lines (38 loc) · 1.72 KB
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
{
"timeout": "30s",
"retryOn429": true,
"retryCount": 2,
"fallbackRetryDelay": "30s",
"aliveStatusCodes": [200, 206, 302, 303, 403],
"ignorePatterns": [
{ "pattern": "^http://localhost" },
{ "pattern": "^http://127.0.0.1" },
{ "pattern": "^mailto:" },
{ "pattern": "\\$\\(" },
{ "pattern": "^https://host/path/backup\\.tar\\.gz" },
{ "pattern": "^https://github\\.com/OtowoOrg/Stellar-K8s/compare/" },
{ "pattern": "^https://github\\.com/OtowoOrg/Stellar-K8s/releases/" },
{ "pattern": "^https://github\\.com/OtowoOrg/Stellar-K8s/blob/" },
{ "pattern": "^https://github\\.com/OtowoOrg/Stellar-K8s/tree/" },
{ "pattern": "^https://github\\.com/OtowoOrg/Stellar-K8s/discussions" },
{ "pattern": "^https://stellar\\.github\\.io/stellar-k8s" },
{ "pattern": "^https://otowo\\.org/" },
{ "pattern": "^https://history\\.stellar\\.org/" },
{ "pattern": "^https://dashboard\\.stellar\\.org" },
{ "pattern": "^https://laboratory\\.stellar\\.org" },
{ "pattern": "^https://developers\\.stellar\\.org/" },
{ "pattern": "^https://drips\\.stellar\\.org" },
{ "pattern": "^https://acme-v02\\.api\\.letsencrypt\\.org" },
{ "pattern": "^https://registry-1\\.docker\\.io" },
{ "pattern": "^https://www\\.microsoft\\.com/en-us/research/" },
{ "pattern": "^https://www\\.aicpa\\.org/" },
{ "pattern": "^https://www\\.gartner\\.com/" },
{ "pattern": "^https://k6\\.io/" },
{ "pattern": "^https://www\\.gnu\\.org/" },
{ "pattern": "^https://gdpr\\.eu/" },
{ "pattern": "^https://lamport\\.azurewebsites\\.net/" },
{ "pattern": "^https://nvd\\.nist\\.gov/" },
{ "pattern": "^https://www\\.cisecurity\\.org/" },
{ "pattern": "^https://llvm\\.org/" }
]
}