Merged PR 1035: passing nonce to header
passing nonce to header Related work items: #9396
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user