mirror of
https://github.com/YunoHost-Apps/dato_ynh.git
synced 2024-09-03 18:16:33 +02:00
10 lines
188 B
INI
10 lines
188 B
INI
|
|
||
|
[httpd]
|
||
|
enable_cors = true
|
||
|
|
||
|
[cors]
|
||
|
credentials = true
|
||
|
headers = accept, authorization, content-type, origin, referer
|
||
|
methods = GET, PUT, POST, HEAD, DELETE
|
||
|
origins = https://{{{domain}}}
|