passing nonce to header

This commit is contained in:
2023-11-29 15:00:43 +00:00
parent 6a18c7df09
commit 0714a09f49
+1 -1
View File
@@ -46,7 +46,7 @@ class MyDocument extends Document {
return (
<Html lang={locale}>
<Head>
<Head nonce={generatedNonce}>
<meta httpEquiv="Content-Security-Policy" content={csp} />
{useGATracking && (
<Tracking