mirror of
https://framagit.org/fiat-tux/hat-softwares/lutim.git
synced 2026-08-10 10:52:56 +02:00
Fix #78 Add CSP Header
+ update morris and raphael graph libraries + some changes in "myfiles" table
This commit is contained in:
+2
-2
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user