aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/netlify.toml
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2022-10-22 21:05:22 +0300
committerGitHub <noreply@github.com>2022-10-22 21:05:22 +0300
commitb938549fce11cfe897b99bb151fd805e71d433fe (patch)
tree06e36baafed20fd051aa15e9e16305b275dd993a /exampleSite/netlify.toml
parentf9ed8f2dc45936d4a651e158e48ac60e305b176a (diff)
Less restrictive cors headers by default
Diffstat (limited to 'exampleSite/netlify.toml')
-rw-r--r--exampleSite/netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml
index e0bd82e..cc27ac3 100644
--- a/exampleSite/netlify.toml
+++ b/exampleSite/netlify.toml
@@ -17,6 +17,6 @@
command = "hugo -b $DEPLOY_PRIME_URL"
[[headers]]
- for = ["/*.json", "/*.xml"]
+ for = ["/*"]
[headers.values]
Access-Control-Allow-Origin = "*"