mirror of
https://github.com/edoardottt/awesome-hacker-search-engines.git
synced 2024-10-01 01:05:51 -04:00
37 lines
772 B
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$"
|
|
}
|
|
]
|
|
} |