Actions
Task #92743
closedUse current mime types for forms in .htaccess
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2020-10-31
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:
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
Actions