Allow cross site requests on dav resources

tags/ipasserelle-groupware-0.2.37-1 0.2.27_el6
Daniel Berteaud 9 years ago
parent c732cb5a8f
commit 4572b13456
  1. 3
      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"
</Location>
<Location /SOGo/dav>
Header set Access-Control-Allow-Origin "*"
</Location>
<Location /SOGo/casProxy>
Order deny,allow

Loading…
Cancel
Save