aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cors.json')
-rw-r--r--cors.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/cors.json b/cors.json
new file mode 100644
index 0000000..d8ef202
--- /dev/null
+++ b/cors.json
@@ -0,0 +1,9 @@
+{
+ "CORSRules": [
+ {
+ "AllowedOrigins": ["*"],
+ "AllowedMethods": ["GET","HEAD"],
+ "AllowedHeaders": ["*"]
+ }
+ ]
+}