Skip to content
Personal
Open source
Business
Explore
Sign up
Sign in
Pricing
Blog
Support
Search GitHub
This repository
Watch
96
Star
353
Fork
362
mozilla
/
kitsune
Code
Pull requests
10
Pulse
Graphs
Permalink
Browse files
Added CORS to images
Fixed spelling errors
master
20160720.1
…
20160713.1
20160630.1
20160627.1
20160509.1
1 parent
901a7a1
commit
68b9c997ee3287eb39bc494d72844276cb21fc5d
shuhaowu
committed
Jun 10, 2013
Unified
Split
Showing
1 changed file
with
4 additions
and
0 deletions
.
+4
−0
media/.htaccess
Show notes
View
4
media/.htaccess
@@ -27,3 +27,7 @@ FileETag MTime
<
FilesMatch
"\.txt$">
FileETag
None
</
FilesMatch
>
+
+<
FilesMatch
".(jpeg|png|jpg|gif)$">
+
Header
set Access-Control-
Allow
-Origin
"
*
"
+</
FilesMatch
>
Toggle all file notes
0 comments on commit
68b9c99
Please
sign in
to comment.
Something went wrong with that request. Please try again.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
68b9c99