Skip to content

Commit b32e542

Browse files
Update next.config.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 49a30b1 commit b32e542

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

next.config.mjs

+5-1
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,15 @@ export default {
2929
},
3030
{
3131
key: 'Strict-Transport-Security',
32-
value: 'max-age=86400; includeSubDomains'
32+
value: 'max-age=31536000; includeSubDomains; preload'
3333
},
3434
{
3535
key: 'X-Content-Type-Options',
3636
value: 'nosniff'
37+
},
38+
{
39+
key: 'X-Frame-Options',
40+
value: 'DENY'
3741
}
3842
],
3943
},

0 commit comments

Comments
 (0)