From 4572b134566fa2c99708674c0fceeae4d3a6b0e4 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 25 Mar 2015 16:48:45 +0100 Subject: [PATCH] Allow cross site requests on dav resources --- .../e-smith/templates/etc/httpd/conf/httpd.conf/85SOGoAccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85SOGoAccess b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85SOGoAccess index d551da6..34f3427 100644 --- a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85SOGoAccess +++ b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85SOGoAccess @@ -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" + + Header set Access-Control-Allow-Origin "*" + Order deny,allow