Remove twitter handler from link check (#532)

Somehow Twitter changed the rules. This can't be checked by HTTP HEAD.
This commit is contained in:
吴晟 Wu Sheng 2023-05-18 08:27:31 +08:00 committed by GitHub
parent 28fcf17642
commit 079ab17e59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@
},
{
"pattern": "^https://mvnrepository.com/"
},
{
"pattern": "^https://twitter.com*"
}
],
"timeout": "10s",