Skip to content

Commit fb71539

Browse files
committed
Fix CS
1 parent 92a1e58 commit fb71539

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Csp/ContentSecurityPolicyHandler.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ private function updateCspHeaders(Response $response, array $nonces = [])
128128
$headers = $this->getCspHeaders($response);
129129

130130
$types = [
131-
'script-src' => 'csp_script_nonce',
131+
'script-src' => 'csp_script_nonce',
132132
'script-src-elem' => 'csp_script_nonce',
133-
'style-src' => 'csp_style_nonce',
134-
'style-src-elem' => 'csp_style_nonce'
133+
'style-src' => 'csp_style_nonce',
134+
'style-src-elem' => 'csp_style_nonce',
135135
];
136136

137137
foreach ($headers as $header => $directives) {

0 commit comments

Comments
 (0)