[mirotalksfu] - #124 fix typo
هذا الالتزام موجود في:
@@ -243,7 +243,7 @@ function startServer() {
|
|||||||
if (allowedIP(ip)) {
|
if (allowedIP(ip)) {
|
||||||
if (Object.keys(req.query).length > 0) {
|
if (Object.keys(req.query).length > 0) {
|
||||||
log.debug('Logged: Direct Join', req.query);
|
log.debug('Logged: Direct Join', req.query);
|
||||||
// http://localhost:3010/?room=test or http://localhost:3010/join?room=test
|
// http://localhost:3010/?room=test
|
||||||
const { room } = checkXSS(req.query);
|
const { room } = checkXSS(req.query);
|
||||||
if (room) {
|
if (room) {
|
||||||
return res.sendFile(views.room);
|
return res.sendFile(views.room);
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم