diff options
author | Philippe M. Chiasson <gozer@mozilla.com> | 2014-03-05 07:09:20 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2014-03-05 07:09:20 +0100 |
commit | 682e51ae50ca12a43b7714c53afaa40f6c4d1dc6 (patch) | |
tree | 89cfd3c7aa271dceb67307a03bf558228edaa54d /.htaccess | |
parent | a85d121c1adf9280d76b115b2eaae0b1eae67c9b (diff) | |
download | bugzilla-682e51ae50ca12a43b7714c53afaa40f6c4d1dc6.tar.gz bugzilla-682e51ae50ca12a43b7714c53afaa40f6c4d1dc6.tar.xz |
Bug 979411 - Fix content-type for woff files
r=dkl
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |