Activates the decryption for all types of files if it matches the decryption url with the cipher info

This commit is contained in:
Vitor Pamplona
2026-03-28 22:24:54 -04:00
parent a096d62cfb
commit 48da76c6a3
@@ -33,9 +33,9 @@ class EncryptedBlobInterceptor(
val body = peekBody(Long.MAX_VALUE)
// Only tries to decrypt if the content-type is a byte array
if (body.contentType().toString() != "application/octet-stream") {
return null
}
// if (body.contentType().toString() != "application/octet-stream") {
// return null
// }
val bytes = body.bytes()