Task #97764
closedinclude `avif` within `.htaccess`
100%
Description
--- typo3/sysext/install/Resources/Private/FolderStructureTemplateFiles/root-htaccess
+++ /tmp/htaccess@ -259,7 +216,7
@
# Send the CORS header for images when browsers request it.
<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
- <FilesMatch "\.(bmp|cur|gif|ico|jpe?g|png|svgz?|webp)$">
+ <FilesMatch "\.(avifs?|bmp|cur|gif|ico|jpe?g|png|svgz?|webp)$">@ -377,7 +475,7
@
<IfModule mod_headers.c>
# Force IE to render pages in the highest available mode
Header set X-UA-Compatible "IE=edge"
- <FilesMatch "\.(appcache|crx|css|eot|gif|htc|ico|jpe?g|js|m4a|m4v|manifest|mp4|oex|oga|ogg|ogv|otf|pdf|png|safariextz|svgz?|ttf|vcf|webapp|webm|webp|woff2?|xml|xpi)$">
+ <FilesMatch "\.(appcache|avifs?|crx|css|eot|gif|htc|ico|jpe?g|js|m4a|m4v|manifest|mp4|oex|oga|ogg|ogv|otf|pdf|png|safariextz|svgz?|ttf|vcf|webapp|webm|webp|woff2?|xml|xpi)$">
Updated by Marcus Förster over 2 years ago
btw/ please consider removing the "IE" part ; https://www.microsoft.com/en-us/download/internet-explorer.aspx
Updated by Marcus Förster over 2 years ago
- TYPO3 Version changed from 11 to 10
and please change "ExpiresActive on" to "ExpiresActive On" (to be consistent with "RewriteEngine On")
Updated by Georg Ringer over 2 years ago
- Category deleted (
Install Tool) - Status changed from New to Accepted
Updated by Gerrit Code Review over 2 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74922
Updated by Gerrit Code Review over 2 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74933
Updated by Chris Müller over 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset bd79e7bb95a177c6f81925b74123de26e9f7fafc.