1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-05 17:08:29 +00:00

Merge pull request #523 from kuba-orlik/patch-1

Add 'prefer' header to Access-Control-Allow-Headers
This commit is contained in:
Guillaume Ayoub 2017-02-26 15:52:21 +01:00 committed by GitHub
commit df12a6dbdd

View file

@ -336,7 +336,7 @@ Add/Modify the following section in Radicale main configuration file:
[headers] [headers]
Access-Control-Allow-Origin = * Access-Control-Allow-Origin = *
Access-Control-Allow-Methods = GET, POST, OPTIONS, PROPFIND, PROPPATCH, REPORT, PUT, MOVE, DELETE, LOCK, UNLOCK Access-Control-Allow-Methods = GET, POST, OPTIONS, PROPFIND, PROPPATCH, REPORT, PUT, MOVE, DELETE, LOCK, UNLOCK
Access-Control-Allow-Headers = User-Agent, Authorization, Content-type, Depth, If-match, If-None-Match, Lock-Token, Timeout, Destination, Overwrite, X-client, X-Requested-With Access-Control-Allow-Headers = User-Agent, Authorization, Content-type, Depth, If-match, If-None-Match, Lock-Token, Timeout, Destination, Overwrite, X-client, X-Requested-With, prefer
Access-Control-Expose-Headers = Etag Access-Control-Expose-Headers = Etag
``InfCloud`` needs read access for ``everybody`` (including anonymous users) on Radicale's root directory. ``InfCloud`` needs read access for ``everybody`` (including anonymous users) on Radicale's root directory.