This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-java.git


The following commit(s) were added to refs/heads/main by this push:
     new 079ab17e59 Remove twitter handler from link check (#532)
079ab17e59 is described below

commit 079ab17e59978dbdf08cd6c307fc2ce073f1d20c
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Thu May 18 08:27:31 2023 +0800

    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 3e55383133..1ae0883a40 100644
--- a/.dlc.json
+++ b/.dlc.json
@@ -23,6 +23,9 @@
     },
     {
       "pattern": "^https://mvnrepository.com/";
+    },
+    {
+      "pattern": "^https://twitter.com*";
     }
   ],
   "timeout": "10s",

Reply via email to