You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2016/05/21 18:46:25 UTC

svn commit: r1744970 - /clerezza/site/production/.htaccess

Author: reto
Date: Sat May 21 18:46:25 2016
New Revision: 1744970

URL: http://svn.apache.org/viewvc?rev=1744970&view=rev
Log:
Added .htaccess to allow CORS

Added:
    clerezza/site/production/.htaccess

Added: clerezza/site/production/.htaccess
URL: http://svn.apache.org/viewvc/clerezza/site/production/.htaccess?rev=1744970&view=auto
==============================================================================
--- clerezza/site/production/.htaccess (added)
+++ clerezza/site/production/.htaccess Sat May 21 18:46:25 2016
@@ -0,0 +1 @@
+Header set Access-Control-Allow-Origin "*"