2024-12-06 11:47:23 +02:00
|
|
|
[httpd]
|
2024-11-24 22:45:50 +02:00
|
|
|
enable_cors = true
|
|
|
|
|
|
2024-12-06 11:47:23 +02:00
|
|
|
; Changed in version 3.2: moved from [httpd] to [chttpd] section
|
|
|
|
|
[chttpd]
|
|
|
|
|
enable_cors = true
|
|
|
|
|
|
|
|
|
|
[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 = *
|