From 36e61250d7862449f8fdd8e169044de1a2c45658 Mon Sep 17 00:00:00 2001 From: daniel Date: Sun, 20 May 2018 19:09:40 -0300 Subject: [PATCH 1/3] Avoid XSS on about tags --- view/channels.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/channels.php b/view/channels.php index 3cd49665cb53..f6d8f4888f1f 100644 --- a/view/channels.php +++ b/view/channels.php @@ -40,7 +40,7 @@ class="img img-thumbnail img-responsive pull-left" style="max-height: 100px; mar
- +
From 3707a50a736608f46af774f4c06d28a984a56ff5 Mon Sep 17 00:00:00 2001 From: daniel Date: Sun, 20 May 2018 19:20:16 -0300 Subject: [PATCH 2/3] Avoid XSS on about tags --- view/modeYoutube.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/modeYoutube.php b/view/modeYoutube.php index c0583fbe0df1..18d32ef10dff 100644 --- a/view/modeYoutube.php +++ b/view/modeYoutube.php @@ -220,7 +220,7 @@ - - " /> + - " />

@@ -571,7 +571,7 @@ function loadPlayLists() {
:
:
-
+

From cc93a6a9fd5ccbc36f0005701cf128d1ac0960d6 Mon Sep 17 00:00:00 2001 From: daniel Date: Sun, 20 May 2018 19:21:51 -0300 Subject: [PATCH 3/3] Avoid XSS on about tags --- view/channel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/channel.php b/view/channel.php index 3a3f13204e19..b86be6a7909a 100644 --- a/view/channel.php +++ b/view/channel.php @@ -83,7 +83,7 @@
- getAbout()); ?> + getAbout())); ?>