Skip to content

Remove extra heading + add a couple links#3999

Merged
mikermcneil merged 1 commit into
mainfrom
mikermcneil-patch-5
Feb 3, 2022
Merged

Remove extra heading + add a couple links#3999
mikermcneil merged 1 commit into
mainfrom
mikermcneil-patch-5

Conversation

@mikermcneil
Copy link
Copy Markdown
Member

No description provided.

@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 3, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/fleet-dm/fleet/8gwzHHjecbAUjEfmj4T1n219NGhE
✅ Preview: https://fleet-git-mikermcneil-patch-5-fleet-dm.vercel.app

@gitpod-io
Copy link
Copy Markdown

gitpod-io Bot commented Feb 3, 2022

@mikermcneil
Copy link
Copy Markdown
Member Author

The problem with the markdown link checker:
image

I think something similar (some kind of spam protection on their end) is happening with AngelList and Crunchbase:
image

I think maybe they're blocking the IP of whatever is running the github action. I know from past experience Gusto has some pretty intense anti-scraping stuff (even if you're using a full headless webkit like Puppeteer), so this kinda checks out.

Looks like there's a denylist we can use, so I'ma try using that:

"ignorePatterns": [
{
"pattern": "localhost"
},
{
"pattern": "osquery.io/downloads"
},
{
"pattern": "fleet.acme.org"
},
{
"pattern": "fleet.corp.example.com"
},
{
"pattern": "fleet.example.com"
},
{
"pattern": "/server/datastore/mysql/migrations/"
},
{
"pattern": "linkedin.com/company/fleetdm"
},
{
"pattern": "github.com/fleetdm/confidential"
},
{
"pattern": "osquery.io/schema"
},
{
"pattern": "github.com/issues"
},
{
"pattern": "goreportcard.com"
}
],

@mikermcneil mikermcneil merged commit 142684c into main Feb 3, 2022
@mikermcneil mikermcneil deleted the mikermcneil-patch-5 branch February 3, 2022 02:32
mikermcneil added a commit that referenced this pull request Feb 3, 2022
gusto, crunchbase, and angellist

relates to #3999 (comment)
mikermcneil added a commit that referenced this pull request Feb 3, 2022
gusto, crunchbase, and angellist

relates to #3999 (comment)
martavis pushed a commit to martavis/fleet that referenced this pull request Mar 27, 2022
martavis pushed a commit to martavis/fleet that referenced this pull request Mar 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant