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