Task #92743
closedUse current mime types for forms in .htaccess
100%
Description
While application/woff2
etc. was proposed at first, fonts got their own proper font/
mime type later.
The subtypes that would need changing in https://github.com/TYPO3/TYPO3.CMS/blob/master/typo3/sysext/install/Resources/Private/FolderStructureTemplateFiles/root-htaccess#L213 are:
AddType font/woff woff AddType font/woff2 woff2 AddType font/ttf ttc ttf AddType font/otf otf
Reference: http://www.iana.org/assignments/media-types/media-types.xhtml#font
Updated by Gerrit Code Review about 4 years ago
- Status changed from New to Under Review
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66513
Updated by Gerrit Code Review about 4 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66583
Updated by Guido Schmechel about 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7b3ead26affc3556512ae8bf39822e770393c240.