diff options
author | Kirill Bulatov <mail4score@gmail.com> | 2023-07-22 22:58:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-22 19:58:52 +0000 |
commit | d20cce9401b2d449ee39013da3eb5f0f66a39c98 (patch) | |
tree | aae97f577a8db1a2c0f422e110369145cc48a129 /extra | |
parent | 67a433ceedf3e415d9c989112d1248a7562a1ac5 (diff) | |
download | alacritty-d20cce9401b2d449ee39013da3eb5f0f66a39c98.tar.gz alacritty-d20cce9401b2d449ee39013da3eb5f0f66a39c98.zip |
Make URL_REGEX more strict
Diffstat (limited to 'extra')
-rw-r--r-- | extra/man/alacritty.5.scd | 2 |
1 files changed, 1 insertions, 1 deletions
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,++ |