mirror of
https://github.com/coder/coder.git
synced 2026-06-04 05:28:20 +00:00
0e50afe4cf
* fixing a lot of broken links * more fixes * add 0 as valid status codes https://tools.ietf.org/html/rfc7231#section-6.3.1 --> 0 as status code
24 lines
357 B
JSON
24 lines
357 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "://localhost"
|
|
},
|
|
{
|
|
"pattern": "://.*.?example\\.com"
|
|
},
|
|
{
|
|
"pattern": "developer.github.com"
|
|
},
|
|
{
|
|
"pattern": "docs.github.com"
|
|
},
|
|
{
|
|
"pattern": "support.google.com"
|
|
},
|
|
{
|
|
"pattern": "tailscale.com"
|
|
}
|
|
],
|
|
"aliveStatusCodes": [200, 0]
|
|
}
|