From 914232483fe95327f363bdb4d3791ef78e70310d Mon Sep 17 00:00:00 2001 From: Gregory Soutade Date: Fri, 14 Aug 2015 07:49:53 +0200 Subject: [PATCH] Add SVG as multimedia files --- default_conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default_conf.py b/default_conf.py index dcc8190..c8eb791 100644 --- a/default_conf.py +++ b/default_conf.py @@ -41,7 +41,7 @@ viewed_http_codes = [200, 304] count_hit_only_visitors = True # Multimedia extensions (not accounted as downloaded files) -multimedia_files = ['png', 'jpg', 'jpeg', 'gif', 'ico', +multimedia_files = ['png', 'jpg', 'jpeg', 'gif', 'ico', 'svg', 'css', 'js'] # Default resources path (will be symlinked in DISPLAY_OUTPUT)