Allow cross site requests on dav resources

This commit is contained in:
Daniel Berteaud 2015-03-25 16:48:45 +01:00
parent c732cb5a8f
commit 4572b13456
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ RedirectMatch ^/.well-known/(caldav|carddav)$ /SOGo/dav/
AddDefaultCharset UTF-8
RequestHeader set "x-webobjects-server-url" "https://%\{REQUEST_HOST\}e/SOGo"
</Location>
<Location /SOGo/dav>
Header set Access-Control-Allow-Origin "*"
</Location>
<Location /SOGo/casProxy>
Order deny,allow