Skip to content

Commit

Permalink
Update webserver.js
Browse files Browse the repository at this point in the history
  • Loading branch information
XboxBedrock authored Apr 14, 2024
1 parent 16dd4df commit 96ac964
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/modules/webserver.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ server.use(helmet({
directives: {
"frame-ancestors": ["'self'", "buildtheearth.net", "*.buildtheearth.net", "*"],
},
}));

},
frameguard: false}));
server.use(cors());

server.get("/logs/:threadId", serveLogs);
Expand Down

0 comments on commit 96ac964

Please sign in to comment.