Fixing various phpcs issues
This commit is contained in:
parent
21c89f721c
commit
ef03d2209f
18 changed files with 148 additions and 90 deletions
|
@ -65,12 +65,12 @@ block-all-mixed-content; \
|
|||
report-to csp-endpoint; \
|
||||
report-uri https://jonnybarnes.report-uri.io/r/default/csp/enforce;")
|
||||
)->header(
|
||||
'Report-To',
|
||||
'{' .
|
||||
'Report-To',
|
||||
'{' .
|
||||
"'url': 'https://jonnybarnes.report-uri.io/r/default/csp/enforce', " .
|
||||
"'group': 'csp-endpoint'," .
|
||||
"'max-age': 10886400" .
|
||||
'}'
|
||||
);
|
||||
'}'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue