From 9068564500b3533a848a27b5790be55c10155c0c Mon Sep 17 00:00:00 2001 From: Amir Date: Sat, 24 Jul 2021 19:47:12 +0430 Subject: [PATCH] feat(hyperlinking): hyperlinking URLs in the channel descriptions (#304) * feat(hyperlinking): hyperlinking URLs in the channel descriptions * fix(hyperlinking): fixed url detection * fix(hyperlinking): purify channel descriptions to prevent XSS vulnerability --- src/components/Channel.vue | 2 +- src/main.js | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/Channel.vue b/src/components/Channel.vue index 83862448..fce23adf 100644 --- a/src/components/Channel.vue +++ b/src/components/Channel.vue @@ -4,7 +4,7 @@

{{ channel.name }}

-

{{ channel.description }}

+