mirror of
https://github.com/sudoxnym/brands.git
synced 2026-04-14 03:26:57 +00:00
Add Timing-Allow-origin CORS header (#4825)
This commit is contained in:
parent
462f93fd4a
commit
bdbbc1e114
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
[headers.values]
|
||||
Cache-Control = "public, max-age=604800, s-maxage=86400, stale-while-revalidate=604800"
|
||||
Access-Control-Allow-Origin = "*"
|
||||
Timing-Allow-Origin = "*"
|
||||
|
||||
[[redirects]]
|
||||
from = "/"
|
||||
|
|
|
|||
Loading…
Reference in a new issue