Skip to content

Commit

Permalink
CORS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielnetoDotCom committed May 5, 2021
1 parent 2b91f7b commit 712eaa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Options All -Indexes
# END Expires
# BEGIN Caching
<ifModule mod_headers.c>
<FilesMatch "\.(ts|key|ttf|otf|eot|woff|woff2|mp4|webm|m3u8|mp3|ogg|css|jpg|png|gif)$">
<FilesMatch "\.(m3u8|ts|key|ttf|otf|eot|woff|woff2|mp4|webm|m3u8|mp3|ogg|css|jpg|png|gif)$">
Header set Access-Control-Allow-Origin: *
</FilesMatch>
<filesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|swf|ts)$">
Expand Down

0 comments on commit 712eaa2

Please sign in to comment.