passing nonce to header
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ class MyDocument extends Document {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Html lang={locale}>
|
<Html lang={locale}>
|
||||||
<Head>
|
<Head nonce={generatedNonce}>
|
||||||
<meta httpEquiv="Content-Security-Policy" content={csp} />
|
<meta httpEquiv="Content-Security-Policy" content={csp} />
|
||||||
{useGATracking && (
|
{useGATracking && (
|
||||||
<Tracking
|
<Tracking
|
||||||
|
|||||||
Reference in New Issue
Block a user