From e55f4f6af5b496ed1d5996e204f653f33e078975 Mon Sep 17 00:00:00 2001 From: noeyiz Date: Tue, 19 Mar 2024 12:57:25 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20WebView=EC=97=90=EC=84=9C=20http=20?= =?UTF-8?q?=EC=97=B0=EA=B2=B0=20=ED=97=88=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Project.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project.swift b/Project.swift index 8a7750c..5810beb 100644 --- a/Project.swift +++ b/Project.swift @@ -51,6 +51,9 @@ class iBoxFactory: ProjectFactory { "CFBundleTypeRole": "Editor" ] ], + "NSAppTransportSecurity": [ + "NSAllowsArbitraryLoadsInWebContent": true + ] ] private let shareExtensionInfoPlist: [String: Plist.Value] = [