From 1706792c271f2fcc50c9af56a5224eb67a9554c3 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sun, 9 Feb 2025 10:33:12 +0100 Subject: [PATCH] [mirotalk] - remove unused --- app/src/server.js | 3 +-- package.json | 2 +- public/js/brand.js | 2 +- public/js/client.js | 4 ++-- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/app/src/server.js b/app/src/server.js index 30951698..66e5fcc6 100755 --- a/app/src/server.js +++ b/app/src/server.js @@ -43,7 +43,7 @@ dependencies: { * @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon * @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661 * @author Miroslav Pejic - miroslav.pejic.85@gmail.com - * @version 1.4.79 + * @version 1.4.80 * */ @@ -397,7 +397,6 @@ const peers = {}; // collect peers info grp by channels const presenters = {}; // collect presenters grp by channels app.set('trust proxy', trustProxy); // Enables trust for proxy headers (e.g., X-Forwarded-For) based on the trustProxy setting -app.use(helmet.xssFilter()); // Enable XSS protection app.use(helmet.noSniff()); // Enable content type sniffing prevention app.use(express.static(dir.public)); // Use all static files from the public folder app.use(cors(corsOptions)); // Enable CORS with options diff --git a/package.json b/package.json index 2c17ff90..55802090 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalk", - "version": "1.4.79", + "version": "1.4.80", "description": "A free WebRTC browser-based video call", "main": "server.js", "scripts": { diff --git a/public/js/brand.js b/public/js/brand.js index 5993f20d..02d45216 100644 --- a/public/js/brand.js +++ b/public/js/brand.js @@ -73,7 +73,7 @@ let brand = { }, about: { imageUrl: '../images/mirotalk-logo.gif', - title: 'WebRTC P2P v1.4.79', + title: 'WebRTC P2P v1.4.80', html: `