9 lines
254 B
INI
9 lines
254 B
INI
[chttpd]
|
|
enable_cors = true
|
|
|
|
[cors]
|
|
origins = http://localhost:8080, http://localhost:5173
|
|
credentials = true
|
|
methods = GET, PUT, POST, HEAD, DELETE, OPTIONS
|
|
headers = accept, authorization, content-type, origin, referer, cache-control, x-requested-with
|