csev/tsugi-php-mod/master/python-data/static/.htaccess - Htaccess File

csev/tsugi-php-mod/master/python-data/static/.htaccess

# This allows for cross-domain GETs to these files in AJAX
<IfModule headers_module>
Header set Cache-Control "max-age=604800, public"

Header add Access-Control-Allow-Origin "*"
Header add Access-Control-Allow-Headers "origin, x-requested-with, content-type"
Header add Access-Control-Allow-Methods "GET"
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache