mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-09-22 22:38:14 +03:00
[F] Fix wacca: Should not compress
This commit is contained in:
@@ -124,5 +124,5 @@ class CompressionFilter(
|
||||
|
||||
/** Only games (other than WACCA) require response compression */
|
||||
override fun shouldNotFilter(req: HttpServletRequest) =
|
||||
!(req.servletPath.startsWith("/g/") && !req.servletPath.startsWith("/g/wacca"))
|
||||
!(req.servletPath.startsWith("/g/") && !req.servletPath.startsWith("/g/SDFE"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user