diff 1__Development/6__Website/POPExpressServer/savedSyntaxGraphs/htaccess @ 5:e73fbbcb5fd2

Persisting basic graph works, starting to add persist of view hierarchy too
author Sean Halle <seanhalle@yahoo.com>
date Sun, 03 Aug 2014 23:38:15 -0700
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/1__Development/6__Website/POPExpressServer/savedSyntaxGraphs/htaccess	Sun Aug 03 23:38:15 2014 -0700
     1.3 @@ -0,0 +1,5 @@
     1.4 +<FilesMatch "\.(ttf|otf|eot|woff)$">
     1.5 +  <IfModule mod_headers.c>
     1.6 +    Header set Access-Control-Allow-Origin "*"
     1.7 +  </IfModule>
     1.8 +</FilesMatch>
     1.9 \ No newline at end of file