mirror of https://github.com/langgenius/dify.git
Revert "♻️ refactor(middleware): remove duplicate CSP header assignment" (#20592)
This commit is contained in:
parent
888cd86afd
commit
25be7c1ad5
|
|
@ -56,6 +56,11 @@ export function middleware(request: NextRequest) {
|
|||
contentSecurityPolicyHeaderValue,
|
||||
)
|
||||
|
||||
response.headers.set(
|
||||
'Content-Security-Policy',
|
||||
contentSecurityPolicyHeaderValue,
|
||||
)
|
||||
|
||||
return wrapResponseWithXFrameOptions(response, pathname)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue