Skip to content

Commit 1e122c0

Browse files
committed
disable hsts
1 parent 2d020bb commit 1e122c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ console.log('Serving icons from:', iconsPath);
2020

2121
// Middleware
2222
app.use(cors());
23-
app.use(helmet({ crossOriginOpenerPolicy: false }));
23+
app.use(helmet({ crossOriginOpenerPolicy: false, hsts: false }));
2424
app.use(express.json());
2525

2626
// Routes

0 commit comments

Comments
 (0)