mirror of
https://github.com/kjanat/livedash-node.git
synced 2026-01-16 11:12:11 +01:00
fix: changed nonce attribution mismatch and removed ambient-light from middleware
This commit is contained in:
@ -134,7 +134,7 @@ export default async function RootLayout({
|
||||
<head>
|
||||
<script
|
||||
type="application/ld+json"
|
||||
{...(nonce ? { nonce } : {})}
|
||||
nonce={nonce}
|
||||
// biome-ignore lint/security/noDangerouslySetInnerHtml: Safe use for JSON-LD structured data with CSP nonce
|
||||
dangerouslySetInnerHTML={{ __html: JSON.stringify(jsonLd) }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user