From c55fa82fa271a59f1cdbdbaf1237f298390fc284 Mon Sep 17 00:00:00 2001 From: Aitect Date: Tue, 5 Aug 2025 17:37:46 +0000 Subject: [PATCH] fix: cors --- couchdb/local.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchdb/local.ini b/couchdb/local.ini index c9c7ef2..0efd2b0 100644 --- a/couchdb/local.ini +++ b/couchdb/local.ini @@ -2,7 +2,7 @@ enable_cors = true [cors] -origins = * +origins = https://sofadb.github.io/ credentials = true methods = GET, PUT, POST, HEAD, DELETE, OPTIONS headers = accept, authorization, content-type, origin, referer, x-csrf-token, if-match, destination