diff --git a/Signal/Signal-Info.plist b/Signal/Signal-Info.plist
index 45156d3b0..37bd4b8db 100644
--- a/Signal/Signal-Info.plist
+++ b/Signal/Signal-Info.plist
@@ -87,6 +87,13 @@
NSThirdPartyExceptionRequiresForwardSecrecy
+ imaginary.stream
+
+ NSExceptionAllowsInsecureHTTPLoads
+
+ NSIncludesSubdomains
+
+
signal.org
NSExceptionAllowsInsecureHTTPLoads
@@ -94,6 +101,20 @@
NSIncludesSubdomains
+ storage.seed1.loki.network
+
+ NSExceptionAllowsInsecureHTTPLoads
+
+ NSIncludesSubdomains
+
+
+ storage.seed2.loki.network
+
+ NSExceptionAllowsInsecureHTTPLoads
+
+ NSIncludesSubdomains
+
+
whispersystems.org
NSExceptionAllowsInsecureHTTPLoads
diff --git a/SignalServiceKit/src/Loki/API/LokiAPI+SwarmAPI.swift b/SignalServiceKit/src/Loki/API/LokiAPI+SwarmAPI.swift
index 436609061..f297d9ba0 100644
--- a/SignalServiceKit/src/Loki/API/LokiAPI+SwarmAPI.swift
+++ b/SignalServiceKit/src/Loki/API/LokiAPI+SwarmAPI.swift
@@ -39,7 +39,7 @@ public extension LokiAPI {
}
// MARK: Clearnet Setup
- fileprivate static let seedNodePool: Set = [ "http://storage.seed1.loki.network:22023/", "http://storage.seed2.loki.network:38157", "http://imaginary.stream:38157" ]
+ fileprivate static let seedNodePool: Set = [ "http://storage.seed1.loki.network:22023", "http://storage.seed2.loki.network:38157", "http://imaginary.stream:38157" ]
fileprivate static var randomSnodePool: Set = []
@objc public static func clearRandomSnodePool() {