diff --git a/JanitorialQC.xcodeproj/project.pbxproj b/JanitorialQC.xcodeproj/project.pbxproj
index 3030da1..890fe89 100644
--- a/JanitorialQC.xcodeproj/project.pbxproj
+++ b/JanitorialQC.xcodeproj/project.pbxproj
@@ -411,7 +411,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 1;
+ CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = SB7DNYC9TY;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
@@ -454,7 +454,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 1;
+ CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = SB7DNYC9TY;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
diff --git a/JanitorialQC/Info.plist b/JanitorialQC/Info.plist
index ba2eaea..be45685 100644
--- a/JanitorialQC/Info.plist
+++ b/JanitorialQC/Info.plist
@@ -17,10 +17,32 @@
com.jqc.sync
+
NSAppTransportSecurity
- NSAllowsArbitraryLoads
-
+ NSExceptionDomains
+
+ 127.0.0.1
+
+ NSExceptionAllowsInsecureHTTPLoads
+
+
+ localhost
+
+ NSExceptionAllowsInsecureHTTPLoads
+
+
+
UIBackgroundModes
diff --git a/JanitorialQC/Utils/Constants.swift b/JanitorialQC/Utils/Constants.swift
index 529d711..371d0fc 100644
--- a/JanitorialQC/Utils/Constants.swift
+++ b/JanitorialQC/Utils/Constants.swift
@@ -8,7 +8,7 @@ import Foundation
/// The two known JQC servers the inspector can connect to.
nonisolated enum ServerOption: String, CaseIterable, Sendable {
- case primary = "http://127.0.0.1:5055"
+ case primary = "https://jqc.ltservicesinc.com"
case secondary = "https://jqc1.ltservicesinc.com"
var displayName: String {