Skip to content

Commit

Permalink
fix for /issues/107
Browse files Browse the repository at this point in the history
  • Loading branch information
r3ggi committed Jan 31, 2024
1 parent 0cd645d commit 651f1ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IOSSecuritySuite/JailbreakChecker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ internal class JailbreakChecker {

// "cydia://" URL scheme has been removed. Turns out there is app in the official App Store
// that has the cydia:// URL scheme registered, so it may cause false positive
// "activator://" URL scheme has been removed for the same reason.
private static func checkURLSchemes() -> CheckResult {
let urlSchemes = [
"undecimus://",
"sileo://",
"zbra://",
"filza://",
"activator://"
"filza://"
]
return canOpenUrlFromList(urlSchemes: urlSchemes)
}
Expand Down

0 comments on commit 651f1ca

Please sign in to comment.