Allow cross site requests on dav resources

tags/0.2.27_el5 0.2.27_el5
Daniel Berteaud 10 years ago
parent 9e6839be31
commit f19ad9c942
  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 AddDefaultCharset UTF-8
RequestHeader set "x-webobjects-server-url" "https://%\{REQUEST_HOST\}e/SOGo" RequestHeader set "x-webobjects-server-url" "https://%\{REQUEST_HOST\}e/SOGo"
</Location> </Location>
<Location /SOGo/dav>
Header set Access-Control-Allow-Origin "*"
</Location>
<Location /SOGo/casProxy> <Location /SOGo/casProxy>
Order deny,allow Order deny,allow

Loading…
Cancel
Save