Skip to content

Commit

Permalink
fix: remove secure headers on local dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarconr committed Dec 8, 2023
1 parent e5c865b commit 9508c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server-dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ process.nextTick(async () => {
enableHeapSnapshotEnpoint: true,
},
logLevel: LogLevel.debug,
secureHeaders: true,
secureHeaders: false,
versionCheck: {
enable: false,
},
Expand Down

0 comments on commit 9508c79

Please sign in to comment.