Project

General

Profile

Actions

Task #97764

closed

include `avif` within `.htaccess`

Added by Marcus Förster almost 2 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
Start date:
2022-06-13
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
no-brainer
Sprint Focus:

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)$">

Actions #1

Updated by Marcus Förster almost 2 years ago

btw/ please consider removing the "IE" part ; https://www.microsoft.com/en-us/download/internet-explorer.aspx

Actions #2

Updated by Marcus Förster almost 2 years ago

  • TYPO3 Version changed from 11 to 10

and please change "ExpiresActive on" to "ExpiresActive On" (to be consistent with "RewriteEngine On")

Actions #3

Updated by Georg Ringer almost 2 years ago

  • Category deleted (Install Tool)
  • Status changed from New to Accepted
Actions #4

Updated by Gerrit Code Review almost 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

Actions #5

Updated by Gerrit Code Review almost 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

Actions #6

Updated by Chris Müller almost 2 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Benni Mack over 1 year ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF