Added Access-Control-Allow-Origin header and application/ld+json MIME Type.
authorManu Sporny <msporny@digitalbazaar.com>
Thu, 27 Oct 2011 23:59:30 -0400
changeset 246 4eb2f135daae
parent 245 8207d5f5a736
child 247 276f39cf4b17
Added Access-Control-Allow-Origin header and application/ld+json MIME Type.
contexts/.htaccess
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/contexts/.htaccess	Thu Oct 27 23:59:30 2011 -0400
@@ -0,0 +1,5 @@
+<FilesMatch "(event|person|place|recipe)">
+   ForceType application/ld+json
+   SetHandler default_handler
+   Header add Access-Control-Allow-Origin *
+</FilesMatch>