mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Disable link checking for more sites (#4000)
gusto, crunchbase, and angellist relates to https://github.com/fleetdm/fleet/pull/3999#issuecomment-1028545628
This commit is contained in:
parent
a8135aa928
commit
3f26d650a5
1 changed files with 9 additions and 0 deletions
|
|
@ -32,6 +32,15 @@
|
|||
},
|
||||
{
|
||||
"pattern": "goreportcard.com"
|
||||
},
|
||||
{
|
||||
"pattern": "gusto.com"
|
||||
},
|
||||
{
|
||||
"pattern": "crunchbase.com"
|
||||
},
|
||||
{
|
||||
"pattern": "angel.co"
|
||||
}
|
||||
],
|
||||
"retryOn429": true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue