We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2519c41 commit ccb4987Copy full SHA for ccb4987
next.config.mjs
@@ -86,10 +86,6 @@ const securityHeaders = [
86
key: 'X-Content-Type-Options',
87
value: 'nosniff'
88
},
89
- {
90
- key: 'X-Frame-Options',
91
- value: 'DENY'
92
- },
93
{
94
key: 'X-XSS-Protection',
95
value: '1; mode=block'
@@ -102,4 +98,8 @@ const securityHeaders = [
102
98
key: 'Referrer-Policy',
103
99
value: 'origin-when-cross-origin'
104
100
101
+ {
+ key: 'Content-Security-Policy',
+ value: "frame-ancestors 'self' https://tawk.to https://toxicdev.me;"
+ }
105
]
0 commit comments