- # Apache configuration file (see httpd.apache.org/docs/2.2/mod/quickreference.html)
- <FilesMatch "\.(ttf|otf|eot|woff|woff2|svg)$">
- <IfModule mod_headers.c>
- Header set Access-Control-Allow-Origin "http://horarios.lci.ulsa.mx"
- </IfModule>
- </FilesMatch>
|