-
Notifications
You must be signed in to change notification settings - Fork 155
/
Copy path_headers
30 lines (27 loc) · 1.15 KB
/
_headers
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/contexts/event
Content-Type: application/ld+json
Access-Control-Allow-Origin: "*"
/contexts/person
Content-Type: application/ld+json
Access-Control-Allow-Origin: "*"
/contexts/place
Content-Type: application/ld+json
Access-Control-Allow-Origin: "*"
/contexts/recipe
Content-Type: application/ld+json
Access-Control-Allow-Origin: "*"
# Tests 0009-0011 Add link header
/test-suite/tests/remote-doc-0009-in.jsonld
Link: <remote-doc-0009-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"
/test-suite/tests/remote-doc-0010-in.json
Link: <remote-doc-0010-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"
/test-suite/tests/remote-doc-0011-in.jldt
Link: <remote-doc-0011-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"
# Test 00012 adds multiple link headers
/test-suite/tests/remote-doc-0012-in.json
Link: <remote-doc-0012-context1.jsonld>; rel="http://www.w3.org/ns/json-ld#context"
Link: <remote-doc-0012-context2.jsonld>; rel="http://www.w3.org/ns/json-ld#context"
/test-suite/tests/*.jldt
Content-Type: application/jldTest+json
/test-suite/tests/*.jldte
Content-Type: application/jldTest