Skip to content

Commit 8b14506

Browse files
committedNov 22, 2019
trying to fix CORS issues
1 parent 07463a9 commit 8b14506

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎.htaccess

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ ExpiresByType application/x-shockwave-flash "access 1 month"
1414
ExpiresByType image/x-icon "access 1 year"
1515
ExpiresDefault "access 1 month"
1616
</IfModule>
17-
# End caching block
18-
Header set Access-Control-Allow-Origin "https://prose.io"
17+
# End caching block

‎netlify.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[[headers]]
2+
Access-Control-Allow-Origin: https://prose.io

0 commit comments

Comments
 (0)