Skip to content

Commit

Permalink
Whitelist twitter.com links in Markdown link checker config (#4972)
Browse files Browse the repository at this point in the history
The check for https://twitter.com/ProjectAntrea has been failing,
presumably because of some DDos mitigation service.

Signed-off-by: Antonin Bas <abas@vmware.com>
  • Loading branch information
antoninbas committed May 15, 2023
1 parent 4be164e commit 01817a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hack/.md_links_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
},
{
"pattern": "https://suricata.io/"
},
{
"pattern": "https://twitter.com/*"
}
],
"retryOn429": false,
Expand Down

0 comments on commit 01817a5

Please sign in to comment.