mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Fix certificate issues
This commit is contained in:
@@ -525,7 +525,7 @@ private extension AuthenticationOperation
|
||||
func replaceCertificate(from certificates: [ALTCertificate])
|
||||
{
|
||||
let ourCertificates = certificates.filter { a in
|
||||
a.machineName?.starts(with: "SideStore") == true
|
||||
a.machineName?.starts(with: "SideStore") == true || a.machineName?.starts(with: "AltStore") == true
|
||||
}
|
||||
|
||||
if ourCertificates.isEmpty {
|
||||
|
||||
Reference in New Issue
Block a user