Also set Access-Control-Expose-Headers

This commit is contained in:
Fugi 2020-06-15 22:59:35 -07:00
parent 3c7f796c9e
commit d27cd91947
No known key found for this signature in database
GPG key ID: 769DA5494AD7BBCC

View file

@ -233,6 +233,7 @@ class ImageServer(private val cache: DiskLruCache, private val statistics: Atomi
listOf("public", MaxAgeTtl(Constants.MAX_AGE_CACHE).toHeaderValue()).joinToString(", ")
)
.header("Access-Control-Allow-Origin", "https://mangadex.org")
.header("Access-Control-Expose-Headers", "*")
.header("Timing-Allow-Origin", "https://mangadex.org")
.let {
if (length != null) {