Files
2024-12-06 11:47:23 +02:00

13 lines
262 B
INI

[httpd]
enable_cors = true
; Changed in version 3.2: moved from [httpd] to [chttpd] section
[chttpd]
enable_cors = true
[cors]
headers = accept, authorization, content-type, origin, referer
methods = GET, PUT, POST, HEAD, DELETE
credentials = true
origins = *