Allow custom HTTP headers to be set (#52)

This commit is contained in:
mdecimus
2023-08-08 19:21:01 +02:00
parent 132e86046e
commit ca29121ad9
5 changed files with 47 additions and 2 deletions

View File

@@ -104,6 +104,9 @@ private-key = "file://./tests/resources/tls_privatekey.pem"
[jmap]
directory = "local"
[jmap.http]
headers = ["Access-Control-Allow-Origin: *", "Access-Control-Allow-Methods: POST, GET, HEAD"]
[jmap.protocol]
set.max-objects = 100000