We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea61c6d + 84149ec commit 8a0f7b4Copy full SHA for 8a0f7b4
1 file changed
system/HTTP/ContentSecurityPolicy.php
@@ -683,7 +683,7 @@ protected function generateNonces(ResponseInterface &$response)
683
684
$this->styleSrc[] = 'nonce-' . $nonce;
685
686
- return "nonce={$nonce}";
+ return "nonce=\"{$nonce}\"";
687
}, $body
688
);
689
@@ -694,7 +694,7 @@ protected function generateNonces(ResponseInterface &$response)
694
695
$this->scriptSrc[] = 'nonce-' . $nonce;
696
697
698
699
700
0 commit comments