andersundsehr / aus_driver_amazon_s3

Provides a TYPO3 FAL driver for the Amazon Web Service S3
GNU Lesser General Public License v3.0
20 stars 39 forks source link

BUGFIX detect mimetype of svg/js/css files using file extension #141

Open weakbit opened 6 months ago

weakbit commented 6 months ago

The problem not detecting svg as svg+xml occured in php version 7.2.34 7.3.33 7.4.33

But not with 8.0.29 and 8.1.20 but i implemented the proposed solution anyway.

Also css/js files are now recognized by their file extension.

Shouls solve #85 #84