From d9bc24c8f88578cd653485452e1f7ed46256bcf6 Mon Sep 17 00:00:00 2001 From: yggverse Date: Wed, 20 Mar 2024 19:46:43 +0200 Subject: [PATCH] add url substrings skip rules --- example/config.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/example/config.json b/example/config.json index f4dc7bb..32a45c8 100644 --- a/example/config.json +++ b/example/config.json @@ -173,7 +173,28 @@ "javascript:", "mailto:", "magnet:", - "xmpp:" + "xmpp:", + "commit", + "diff", + "print", + "raw", + "download", + "register", + "login", + "password", + "forgot", + "restore", + "account", + "reply", + "comment", + "edit", + "quote", + "report", + "block", + "transaction", + "search", + "tag", + "page" ] } },