Skip to content

Commit 7602c0d

Browse files
[mirotalkbro] - remove unused
1 parent 380f8e2 commit 7602c0d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/server.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @license For open source under AGPL-3.0
99
* @license For private project or commercial purposes contact us at: [email protected]
1010
* @author Miroslav Pejic - [email protected]
11-
* @version 1.1.24
11+
* @version 1.1.25
1212
*/
1313

1414
require('dotenv').config();
@@ -189,7 +189,6 @@ const html = {
189189
};
190190

191191
app.set('trust proxy', trustProxy); // Enables trust for proxy headers (e.g., X-Forwarded-For) based on the trustProxy setting
192-
app.use(helmet.xssFilter()); // Enable XSS protection
193192
app.use(helmet.noSniff()); // Enable content type sniffing prevention
194193
app.use(cors(corsOptions));
195194
app.use(compression());

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mirotalkbro",
3-
"version": "1.1.24",
3+
"version": "1.1.25",
44
"description": "P2P WebRTC audio, video and screen live broadcast",
55
"main": "app/server.js",
66
"scripts": {

0 commit comments

Comments
 (0)