Closed
Bug 979411
Opened 11 years ago
Closed 11 years ago
Fix content-type for woff files
Categories
(bugzilla.mozilla.org :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: gozer, Assigned: dkl)
Details
Attachments
(1 file)
317 bytes,
patch
|
dkl
:
review+
|
Details | Diff | Splinter Review |
$> lwp-request -m GET -edsS https://bugzilla.mozilla.org/skins/contrib/Mozilla/opensans.woff | grep Content-Type
Content-Type: text/plain; charset=UTF-8
Should rather be application/font-wof
Attachment #8385437 -
Flags: review?(dkl)
Assignee | ||
Updated•11 years ago
|
Attachment #8385437 -
Flags: review?(dkl) → review+
Assignee | ||
Comment 1•11 years ago
|
||
Actually noticed an issue that I missed before r+ and fixed on commit.
AddType application/font-wof .woff
should be:
+AddType application/font-woff .woff
Committing to: bzr+ssh://dlawrence%40mozilla.com@bzr.mozilla.org/bmo/4.2/
modified .htaccess
Committed revision 9266.
Thanks!
dkl
Assignee: nobody → dkl
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•