Fix #78 Add CSP Header

+ update morris and raphael graph libraries
+ some changes in "myfiles" table
This commit is contained in:
Luc Didry
2018-05-08 15:59:21 +02:00
parent acf0ec75e7
commit 83a8fbeeeb
32 changed files with 287 additions and 155 deletions
+2 -2
View File
@@ -69,8 +69,8 @@ sub startup {
# Static assets gzipping
$self->plugin('GzipStatic');
# Cache static files
$self->plugin('StaticCache' => { even_in_dev => 1 });
# Headers
$self->plugin('Lutim::Plugin::Headers');
# Helpers
$self->plugin('Lutim::Plugin::Helpers');