disable brotli
This commit is contained in:
parent
661084a97f
commit
0d0d81b5c5
|
@ -30,6 +30,7 @@ router
|
||||||
deflate: {
|
deflate: {
|
||||||
flush: zlib.Z_SYNC_FLUSH,
|
flush: zlib.Z_SYNC_FLUSH,
|
||||||
},
|
},
|
||||||
|
br: false
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
.use(async (ctx, next) => {
|
.use(async (ctx, next) => {
|
||||||
|
|
Loading…
Reference in New Issue