# Product photos and article images are public by design.
# This overrides the blanket deny in uploads/.htaccess.
Require all granted
<IfModule mod_headers.c>
  Header set Cache-Control "public, max-age=31536000, immutable"
</IfModule>
