mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2024-11-24 12:25:39 +01:00
implement #90
This commit is contained in:
parent
bda8e56f47
commit
cc80cb2643
@ -31,6 +31,9 @@ class ViaWebApp {
|
|||||||
}
|
}
|
||||||
install(XForwardedHeaderSupport)
|
install(XForwardedHeaderSupport)
|
||||||
install(ForwardedHeaderSupport)
|
install(ForwardedHeaderSupport)
|
||||||
|
// i think we aren't vulnerable to breach, dynamic things are websockets
|
||||||
|
// https://ktor.io/docs/compression.html#security
|
||||||
|
install(Compression)
|
||||||
|
|
||||||
routing {
|
routing {
|
||||||
webSocket("/ws") {
|
webSocket("/ws") {
|
||||||
|
Loading…
Reference in New Issue
Block a user