Skip to content

Commit 3ca8f4a

Browse files
authored
Update .htaccess
Set Access-Control-Allow-Origin, don't add to it, which conflicts with that set in /.
1 parent ed983ef commit 3ca8f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contexts/.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<FilesMatch "(event|person|place|recipe|\.jsonld)$">
22
ForceType application/ld+json
33
SetHandler default_handler
4-
Header add Access-Control-Allow-Origin *
4+
Header set Access-Control-Allow-Origin *
55
</FilesMatch>
66

77
Redirect 301 /contexts/schema.org.jsonld http://schema.org/

0 commit comments

Comments
 (0)