Increasing strict
This commit is contained in:
parent
efc84d5d86
commit
ea8921cd0e
1 changed files with 5 additions and 1 deletions
|
@ -30,7 +30,11 @@ const nextConfig = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'Referrer-Policy',
|
key: 'Referrer-Policy',
|
||||||
value: 'origin-when-cross-origin'
|
value: 'strict-origin-when-cross-origin'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'Strict-Transport-Security',
|
||||||
|
value: 'max-age=31536000; includeSubDomains; preload'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue