mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-11-11 02:35:18 +00:00
22 lines
362 B
JSON
22 lines
362 B
JSON
|
{
|
||
|
"ignorePatterns": [
|
||
|
{
|
||
|
"pattern": "^http://localhost"
|
||
|
},
|
||
|
{
|
||
|
"pattern": "^https://twitter.com/"
|
||
|
},
|
||
|
{
|
||
|
"pattern": "^https://opensource.org/"
|
||
|
}
|
||
|
],
|
||
|
"aliveStatusCodes": [200],
|
||
|
"httpHeaders": [
|
||
|
{
|
||
|
"urls": ["https://docs.github.com/"],
|
||
|
"headers": {
|
||
|
"Accept-Encoding": "*"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|