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

37 lines
772 B
JSON
Raw Permalink Normal View History

2023-05-21 16:12:04 +00:00
{
"aliveStatusCodes": [
429,
2023-05-21 16:17:57 +00:00
200,
202,
2023-05-21 16:27:34 +00:00
403,
400
2023-05-21 16:12:04 +00:00
],
2023-06-08 10:19:58 +00:00
"timeout": "30s",
2023-05-21 16:12:04 +00:00
"httpHeaders": [
{
"urls": [
"https://github.com/",
"https://guides.github.com/",
"https://help.github.com/",
2023-05-22 09:15:52 +00:00
"https://gist.github.com/",
2023-05-21 16:12:04 +00:00
"https://docs.github.com/"
],
"headers": {
"Accept-Encoding": "zstd, br, gzip, deflate"
}
2023-06-05 07:34:07 +00:00
},
{
"urls": [
"http"
],
"headers": {
"User-Agent": "GitHub Action"
}
2023-05-21 16:12:04 +00:00
}
2023-05-21 16:27:34 +00:00
],
"ignorePatterns": [
{
"pattern": ".onion$"
}
2023-05-21 16:12:04 +00:00
]
}