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

22 lines
465 B
JSON
Raw Normal View History

2023-05-21 16:12:04 +00:00
{
"aliveStatusCodes": [
429,
2023-05-21 16:17:57 +00:00
200,
202,
403
2023-05-21 16:12:04 +00:00
],
2023-05-21 16:17:57 +00:00
"timeout": "20s",
2023-05-21 16:12:04 +00:00
"httpHeaders": [
{
"urls": [
"https://github.com/",
"https://guides.github.com/",
"https://help.github.com/",
"https://docs.github.com/"
],
"headers": {
"Accept-Encoding": "zstd, br, gzip, deflate"
}
}
]
}