Firesphere / silverstripe-csp-headers

See https://codeberg.org/Firesphere/silverstripe-csp-headers.git
GNU General Public License v3.0
8 stars 11 forks source link

Small recommendation: new line after semi-colon in csp #52

Closed sunnysideup closed 11 months ago

sunnysideup commented 11 months ago

It would be great if you could add new lines between security headers so that they are easier to read when inspecting and checking them. - e.g.

frame-src......;
image-src .....;
etc...
Firesphere commented 11 months ago

Use the Debugbar to inspect headers, instead of attempting to read it from the HTTP header.