mirror of https://github.com/langgenius/dify.git
Merge branch 'feat/gtag-1016' into deploy/dev
This commit is contained in:
commit
4905c26379
|
|
@ -56,6 +56,7 @@ export function middleware(request: NextRequest) {
|
|||
contentSecurityPolicyHeaderValue,
|
||||
)
|
||||
|
||||
response.headers.set('x-nonce', nonce)
|
||||
response.headers.set(
|
||||
'Content-Security-Policy',
|
||||
contentSecurityPolicyHeaderValue,
|
||||
|
|
|
|||
Loading…
Reference in New Issue