34 lines
675 B
JSON
34 lines
675 B
JSON
{
|
|
"retryOn429": true,
|
|
"retryCount": 5,
|
|
"fallbackRetryDelay": "10s",
|
|
"httpHeaders": [
|
|
{
|
|
"urls": [
|
|
"https://docs.github.com/",
|
|
"https://help.github.com/"
|
|
],
|
|
"headers": {
|
|
"Accept-Encoding": "zstd, br, gzip, deflate"
|
|
}
|
|
}
|
|
],
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "^http(s)?://127.0.0.1.*"
|
|
},
|
|
{
|
|
"pattern": "^http(s)?://localhost.*"
|
|
},
|
|
{
|
|
"pattern": "https://www.intel.com/content/www/us/en/developer/articles/news/llama2.html"
|
|
},
|
|
{
|
|
"pattern": "http(s.?)?:\/\/(www\.)?linkedin\.com\.*"
|
|
},
|
|
{
|
|
"pattern": "http(s?)?:\/\/(www\.)?medium\.com\/.*"
|
|
}
|
|
]
|
|
}
|