From f9a5841f88952fb01d6bc6ae1789efab706e73e7 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Sun, 25 Aug 2024 11:48:00 +0200 Subject: [PATCH] fix: no encryption --- app.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app.json b/app.json index 3141a8ad..d0fcd699 100644 --- a/app.json +++ b/app.json @@ -25,6 +25,9 @@ "NSAllowsArbitraryLoads": true } }, + "config": { + "usesNonExemptEncryption": false + }, "supportsTablet": true, "bundleIdentifier": "com.fredrikburmester.streamyfin" },