Statik-Metrics / Statik-Website

Statik Website
http://statik.io/
Artistic License 2.0
2 stars 2 forks source link

Fix font import, add CSP and pretty-printing for dev env #13

Closed lol768 closed 10 years ago

lol768 commented 10 years ago

This PR adds the Content-Security-Policy to the response headers. This helps prevent XSS attacks.

We also enable pretty HTML printing for development environments and fix the font import in the CSS file.