[mirotalksfu] - Fix typo
هذا الالتزام موجود في:
@@ -326,7 +326,7 @@ function startServer() {
|
|||||||
app.get(['/newroom'], (req, res) => {
|
app.get(['/newroom'], (req, res) => {
|
||||||
log.info('/newroom - hostCfg ----->', hostCfg);
|
log.info('/newroom - hostCfg ----->', hostCfg);
|
||||||
|
|
||||||
if (hostCfg.protected) {
|
if (hostCfg.protected && !hostCfg.authenticated) {
|
||||||
const ip = getIP(req);
|
const ip = getIP(req);
|
||||||
if (allowedIP(ip)) {
|
if (allowedIP(ip)) {
|
||||||
res.sendFile(views.newRoom);
|
res.sendFile(views.newRoom);
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم