diff --git a/app/src/Server.js b/app/src/Server.js index 3850224e..321ae970 100644 --- a/app/src/Server.js +++ b/app/src/Server.js @@ -58,7 +58,7 @@ dev dependencies: { * @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon * @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970 * @author Miroslav Pejic - miroslav.pejic.85@gmail.com - * @version 1.7.24 + * @version 1.7.25 * */ @@ -328,7 +328,6 @@ if (!announcedAddress && IPv4 === '0.0.0.0') { // Custom middleware function for OIDC authentication function OIDCAuth(req, res, next) { if (OIDC.enabled) { - function handleHostProtected(req) { if (!hostCfg.protected) return; @@ -369,7 +368,6 @@ function OIDCAuth(req, res, next) { function startServer() { // Start the app 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)); app.use(cors(corsOptions)); diff --git a/package.json b/package.json index fc4f509b..4dd7c294 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalksfu", - "version": "1.7.24", + "version": "1.7.25", "description": "WebRTC SFU browser-based video calls", "main": "Server.js", "scripts": { diff --git a/public/js/Brand.js b/public/js/Brand.js index 2595f78f..f875847e 100644 --- a/public/js/Brand.js +++ b/public/js/Brand.js @@ -64,7 +64,7 @@ let BRAND = { }, about: { imageUrl: '../images/mirotalk-logo.gif', - title: 'WebRTC SFU v1.7.24', + title: 'WebRTC SFU v1.7.25', html: `