summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorPhilippe M. Chiasson <gozer@mozilla.com>2014-03-05 07:09:20 +0100
committerDave Lawrence <dlawrence@mozilla.com>2014-03-05 07:09:20 +0100
commit682e51ae50ca12a43b7714c53afaa40f6c4d1dc6 (patch)
tree89cfd3c7aa271dceb67307a03bf558228edaa54d /.htaccess
parenta85d121c1adf9280d76b115b2eaae0b1eae67c9b (diff)
downloadbugzilla-682e51ae50ca12a43b7714c53afaa40f6c4d1dc6.tar.gz
bugzilla-682e51ae50ca12a43b7714c53afaa40f6c4d1dc6.tar.xz
Bug 979411 - Fix content-type for woff files
r=dkl
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 2 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 91c500c0f..84657904a 100644
--- a/.htaccess
+++ b/.htaccess
@@ -29,6 +29,8 @@
</IfModule>
AddType image/x-icon .ico
+AddType application/font-woff .woff
+
ErrorDocument 401 /errors/401.html
ErrorDocument 403 /errors/403.html
ErrorDocument 404 /errors/404.html