From 4b89d78c38679795d57a73338bfbea7ed8b899ea Mon Sep 17 00:00:00 2001 From: York Zhao Date: Sat, 18 Dec 2021 19:03:38 -0500 Subject: [PATCH] Allow telegram to open hyperlinks --- etc/profile-m-z/telegram.profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/profile-m-z/telegram.profile b/etc/profile-m-z/telegram.profile index dc1f776648a..8a10e46c888 100644 --- a/etc/profile-m-z/telegram.profile +++ b/etc/profile-m-z/telegram.profile @@ -8,6 +8,10 @@ include globals.local noblacklist ${HOME}/.TelegramDesktop noblacklist ${HOME}/.local/share/TelegramDesktop +# Allow opening hyperlinks +noblacklist ${PATH}/bash +noblacklist ${PATH}/sh + include disable-common.inc include disable-devel.inc include disable-exec.inc