From d20cce9401b2d449ee39013da3eb5f0f66a39c98 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Sat, 22 Jul 2023 22:58:52 +0300 Subject: Make URL_REGEX more strict --- extra/man/alacritty.5.scd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/man/alacritty.5.scd') diff --git a/extra/man/alacritty.5.scd b/extra/man/alacritty.5.scd index f9e82ba3..b6b8d8eb 100644 --- a/extra/man/alacritty.5.scd +++ b/extra/man/alacritty.5.scd @@ -648,7 +648,7 @@ _action_ or a _command_. hovering over the hint text with all _mods_ pressed. Default: _[{ - regex = "(mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)[^\\u0000-\\u001F\\u007F-\\u009F<>\\"\\\\s{-}\\\\^⟨⟩`]+",++ + regex = "(ipfs:|ipns:|magnet:|mailto:|gemini://|gopher://|https://|http://|news:|file:|git://|ssh:|ftp://)[^\\u0000-\\u001F\\u007F-\\u009F<>\\"\\\\s{-}\\\\^⟨⟩`]+",++ hyperlinks = true,++ post_processing = true,++ persist = false,++ -- cgit v1.2.3-54-g00ecf