We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 908e5db commit db128f7Copy full SHA for db128f7
Django_Blog/snippets/cors-config.txt
@@ -0,0 +1,10 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<CORSConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
3
+ <CORSRule>
4
+ <AllowedOrigin>*</AllowedOrigin>
5
+ <AllowedMethod>GET</AllowedMethod>
6
+ <AllowedMethod>POST</AllowedMethod>
7
+ <AllowedMethod>PUT</AllowedMethod>
8
+ <AllowedHeader>*</AllowedHeader>
9
+ </CORSRule>
10
+</CORSConfiguration>
0 commit comments