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:
Mike McNeil 2022-02-03 15:14:08 -06:00 committed by GitHub
parent a8135aa928
commit 3f26d650a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,15 @@
},
{
"pattern": "goreportcard.com"
},
{
"pattern": "gusto.com"
},
{
"pattern": "crunchbase.com"
},
{
"pattern": "angel.co"
}
],
"retryOn429": true,