[mirotalksfu] - add missing filterXSS

هذا الالتزام موجود في:
Miroslav Pejic
2023-04-23 22:44:10 +02:00
الأصل 7cc8665eae
التزام 986be19104

عرض الملف

@@ -3645,6 +3645,7 @@ class RoomClient {
},
}).then((result) => {
if (result.value) {
result.value = filterXSS(result.value);
if (!this.thereIsParticipants()) {
return userLog('info', 'No participants detected', 'top-end');
}