awesome-hacker-search-engines/.github/mlc_config.json

37 lines
772 B
JSON

{
"aliveStatusCodes": [
429,
200,
202,
403,
400
],
"timeout": "30s",
"httpHeaders": [
{
"urls": [
"https://github.com/",
"https://guides.github.com/",
"https://help.github.com/",
"https://gist.github.com/",
"https://docs.github.com/"
],
"headers": {
"Accept-Encoding": "zstd, br, gzip, deflate"
}
},
{
"urls": [
"http"
],
"headers": {
"User-Agent": "GitHub Action"
}
}
],
"ignorePatterns": [
{
"pattern": ".onion$"
}
]
}