Skip to content

Commit 079ab17

Browse files
authored
Remove twitter handler from link check (apache#532)
Somehow Twitter changed the rules. This can't be checked by HTTP HEAD.
1 parent 28fcf17 commit 079ab17

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.dlc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
},
2424
{
2525
"pattern": "^https://mvnrepository.com/"
26+
},
27+
{
28+
"pattern": "^https://twitter.com*"
2629
}
2730
],
2831
"timeout": "10s",

0 commit comments

Comments
 (0)