Revert "♻️ refactor(middleware): remove duplicate CSP header assignment" (#20592)
This commit is contained in:
@@ -56,6 +56,11 @@ export function middleware(request: NextRequest) {
|
||||
contentSecurityPolicyHeaderValue,
|
||||
)
|
||||
|
||||
response.headers.set(
|
||||
'Content-Security-Policy',
|
||||
contentSecurityPolicyHeaderValue,
|
||||
)
|
||||
|
||||
return wrapResponseWithXFrameOptions(response, pathname)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user