Skip to content

Commit

Permalink
[mirotalkbro] - remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Feb 9, 2025
1 parent 380f8e2 commit 7602c0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @license For open source under AGPL-3.0
* @license For private project or commercial purposes contact us at: [email protected]
* @author Miroslav Pejic - [email protected]
* @version 1.1.24
* @version 1.1.25
*/

require('dotenv').config();
Expand Down Expand Up @@ -189,7 +189,6 @@ const html = {
};

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(cors(corsOptions));
app.use(compression());
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mirotalkbro",
"version": "1.1.24",
"version": "1.1.25",
"description": "P2P WebRTC audio, video and screen live broadcast",
"main": "app/server.js",
"scripts": {
Expand Down

0 comments on commit 7602c0d

Please sign in to comment.