fix: apply CSP nonce to Next scripts
This commit is contained in:
@@ -25,6 +25,10 @@ const nextConfig = {
|
||||
},
|
||||
async rewrites() {
|
||||
return [
|
||||
{
|
||||
source: "/favicon.ico",
|
||||
destination: `${backendUrl}/branding/favicon.ico`,
|
||||
},
|
||||
{
|
||||
source: "/api/:path*",
|
||||
destination: `${backendUrl}/:path*`,
|
||||
|
||||
Reference in New Issue
Block a user