Fix quote style
This commit is contained in:
parent
868efc36f6
commit
5cf7a14ad6
1 changed files with 5 additions and 5 deletions
|
@ -30,11 +30,11 @@ class CSPHeader
|
||||||
"connect-src 'self' https://api.mapbox.com https://*.tiles.mapbox.com https://events.mapbox.com data: blob:; " .
|
"connect-src 'self' https://api.mapbox.com https://*.tiles.mapbox.com https://events.mapbox.com data: blob:; " .
|
||||||
"worker-src 'self' blob:; " .
|
"worker-src 'self' blob:; " .
|
||||||
"frame-src 'self' https://www.youtube.com blob:; " .
|
"frame-src 'self' https://www.youtube.com blob:; " .
|
||||||
"child-src blob:; " .
|
'child-src blob:; ' .
|
||||||
"upgrade-insecure-requests; " .
|
'upgrade-insecure-requests; ' .
|
||||||
"block-all-mixed-content; " .
|
'block-all-mixed-content; ' .
|
||||||
"report-to csp-endpoint; " .
|
'report-to csp-endpoint; ' .
|
||||||
"report-uri https://jonnybarnes.report-uri.io/r/default/csp/enforce;"
|
'report-uri https://jonnybarnes.report-uri.io/r/default/csp/enforce;'
|
||||||
)->header(
|
)->header(
|
||||||
'Report-To',
|
'Report-To',
|
||||||
'{' .
|
'{' .
|
||||||
|
|
Loading…
Add table
Reference in a new issue