# Protect partnership logos
Options -Indexes

# Allow image file types
<FilesMatch "\.(jpg|jpeg|png|gif|svg|webp)$">
    Order allow,deny
    Allow from all
</FilesMatch>

# Set proper MIME types
AddType image/svg+xml .svg
AddType image/webp .webp
