From 7d0a0b1eac9e6d3714e82fa84ff4a39b79d5904d Mon Sep 17 00:00:00 2001 From: GeorgNation <55389952+GeorgNation@users.noreply.github.com> Date: Sun, 21 Jul 2024 22:04:24 +0600 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D0=BC=D0=B5=D0=BD=D0=B0=20=D0=B8?= =?UTF-8?q?=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F=20?= =?UTF-8?q?XSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit а нет макс ее уже переисправил потому и баги возникают :/ --- app/Controllers/Api/Profile/Update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/Api/Profile/Update.php b/app/Controllers/Api/Profile/Update.php index d5d6946..6b2e7e5 100644 --- a/app/Controllers/Api/Profile/Update.php +++ b/app/Controllers/Api/Profile/Update.php @@ -27,7 +27,7 @@ class Update } if (strpos($key, 'OnMain') === false) { - $dataArray[$paramKey]['value'] = strip_tags($value, ['br']); + $dataArray[$paramKey]['value'] = $value; } } }