This commit is contained in:
Julien Calixte
2026-06-01 20:37:14 +02:00
commit 38089ef269
4 changed files with 104 additions and 0 deletions

8
couchdb/local.d/cors.ini Normal file
View File

@@ -0,0 +1,8 @@
[chttpd]
enable_cors = true
[cors]
origins = *
credentials = false
methods = GET, PUT, POST, HEAD, DELETE
headers = accept, authorization, content-type, origin, referer, x-csrf-token