build: 🏗️ Remove frame security headers on LP
This commit is contained in:
@@ -3,13 +3,6 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({
|
|||||||
enabled: process.env.ANALYZE === 'true',
|
enabled: process.env.ANALYZE === 'true',
|
||||||
})
|
})
|
||||||
|
|
||||||
const securityHeaders = [
|
|
||||||
{
|
|
||||||
key: 'X-Frame-Options',
|
|
||||||
value: 'SAMEORIGIN',
|
|
||||||
},
|
|
||||||
]
|
|
||||||
|
|
||||||
const pages = [
|
const pages = [
|
||||||
'blog',
|
'blog',
|
||||||
'pricing',
|
'pricing',
|
||||||
@@ -21,14 +14,6 @@ const pages = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
module.exports = withBundleAnalyzer({
|
module.exports = withBundleAnalyzer({
|
||||||
async headers() {
|
|
||||||
return [
|
|
||||||
{
|
|
||||||
source: '/(.*)',
|
|
||||||
headers: securityHeaders,
|
|
||||||
},
|
|
||||||
]
|
|
||||||
},
|
|
||||||
async redirects() {
|
async redirects() {
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user