Skip to content

Commit

Permalink
Fjern komprimering
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddsor committed Jan 9, 2025
1 parent 98ea547 commit c851761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const eksternCspMiddleware = (): Handler => {

const node: Express = express();
node.use(cookieParser());
node.use(compression());
//node.use(compression());
node.disable('x-powered-by');

if (ENABLE_EXTERNAL_MENU) {
Expand Down

0 comments on commit c851761

Please sign in to comment.