mirror of
https://gitlab.com/mangadex-pub/mangadex_at_home.git
synced 2024-11-17 00:22:32 +01:00
Update ImageServer.kt
This commit is contained in:
parent
d84f5a66c1
commit
2907cda312
@ -282,7 +282,7 @@ class ImageServer(
|
||||
val response = next(request)
|
||||
response.header("access-control-allow-origin", "https://mangadex.org")
|
||||
.header("access-control-allow-headers", "*")
|
||||
.header("access-control-allow-headers", "GET")
|
||||
.header("access-control-allow-methods", "GET")
|
||||
.header("timing-allow-origin", "https://mangadex.org")
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user