From 079ab17e59978dbdf08cd6c307fc2ce073f1d20c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Thu, 18 May 2023 08:27:31 +0800 Subject: [PATCH] Remove twitter handler from link check (#532) Somehow Twitter changed the rules. This can't be checked by HTTP HEAD. --- .dlc.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.dlc.json b/.dlc.json index 3e5538313..1ae0883a4 100644 --- a/.dlc.json +++ b/.dlc.json @@ -23,6 +23,9 @@ }, { "pattern": "^https://mvnrepository.com/" + }, + { + "pattern": "^https://twitter.com*" } ], "timeout": "10s",