awesome-hacker-search-engines/.github/mlc_config.json
edoardottt f3e7fd95a9 update
2023-05-21 18:27:34 +02:00

28 lines
562 B
JSON

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