mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 09:39:25 +01:00
add cors
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
4ed25e8ce3
commit
52e923e914
1 changed files with 7 additions and 0 deletions
|
@ -220,6 +220,13 @@
|
|||
Access-Control-Allow-Methods = "GET"
|
||||
Content-Type = "application/json"
|
||||
|
||||
[[headers]]
|
||||
for = "/.well-known/*"
|
||||
|
||||
[headers.values]
|
||||
Access-Control-Allow-Origin = "*"
|
||||
Access-Control-Allow-Methods = "GET"
|
||||
|
||||
[[headers]]
|
||||
for = "/*"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue