diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2022-10-22 21:05:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-22 21:05:22 +0300 |
commit | b938549fce11cfe897b99bb151fd805e71d433fe (patch) | |
tree | 06e36baafed20fd051aa15e9e16305b275dd993a | |
parent | f9ed8f2dc45936d4a651e158e48ac60e305b176a (diff) |
Less restrictive cors headers by default
-rw-r--r-- | exampleSite/netlify.toml | 2 |
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 = "*" |