forked from readium/readium-js-viewer
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdivshot.json
More file actions
24 lines (19 loc) · 702 Bytes
/
Copy pathdivshot.json
File metadata and controls
24 lines (19 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "readium",
"root": "./dist/cloud-reader",
"cache_control": {
"epub_content/**" : 31536000
},
"headers": {
"/epub_content/**": {
"Access-Control-Allow-Origin": "*",
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Methods": "GET, HEAD, POST",
"Access-Control-Allow-Headers": "Range, Content-Type, Origin, X-Requested-With, Accept, Accept-Language, Content-Language",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Type, Content-Length, Content-Range, Content-Language, Cache-Control, Expires, Last-Modified, Pragma"
},
"*.epub": {
"content-type": "application/epub+zip"
}
}
}