2024-12-06 11:15:32 +02:00
|
|
|
[_node/_local/chttpd]
|
2024-11-24 22:45:50 +02:00
|
|
|
enable_cors = true
|
|
|
|
|
|
2024-12-06 11:15:32 +02:00
|
|
|
[_node/_local/cors]
|
2024-11-24 22:45:50 +02:00
|
|
|
headers = accept, authorization, content-type, origin, referer
|
|
|
|
|
methods = GET, PUT, POST, HEAD, DELETE
|
|
|
|
|
credentials = true
|
|
|
|
|
origins = *
|