aboutsummaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 81a53f9989e..63d50a2b9d7 100644
--- a/.htaccess
+++ b/.htaccess
@@ -26,7 +26,7 @@
</FilesMatch>
# Let browsers cache WOFF files for a week
- <FilesMatch "\.woff$">
+ <FilesMatch "\.woff2?$">
Header set Cache-Control "max-age=604800"
</FilesMatch>
</IfModule>