<IfModule headers_module>
# http://enable-cors.org/server_apache.html
Header set Access-Control-Allow-Origin "*"
# https://www.askapache.com/htaccess/speed-up-sites-with-htaccess-caching.html
# Make the material static for a week
Header set Cache-Control "max-age=604800, public"
Header add Access-Control-Allow-Methods "GET"
</IfModule>