From 263498346d6a8cc6c96396f6b658d344d5492078 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 5 May 2015 16:50:12 +0200 Subject: data/.htaccess: Make svg cacheable Signed-off-by: Florian Pritz --- data/.htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/data/.htaccess b/data/.htaccess index bba3837a4..902c08446 100644 --- a/data/.htaccess +++ b/data/.htaccess @@ -2,6 +2,7 @@ ExpiresActive on ExpiresByType text/css "access plus 1 year" ExpiresByType application/javascript "access plus 1 year" + ExpiresByType image/svg+xml "access plus 1 year" -- cgit v1.2.3-24-g4f1b