Skip to content

Commit 651f1ca

Browse files
committed
fix for /issues/107
1 parent 0cd645d commit 651f1ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

IOSSecuritySuite/JailbreakChecker.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,13 @@ internal class JailbreakChecker {
102102

103103
// "cydia://" URL scheme has been removed. Turns out there is app in the official App Store
104104
// that has the cydia:// URL scheme registered, so it may cause false positive
105+
// "activator://" URL scheme has been removed for the same reason.
105106
private static func checkURLSchemes() -> CheckResult {
106107
let urlSchemes = [
107108
"undecimus://",
108109
"sileo://",
109110
"zbra://",
110-
"filza://",
111-
"activator://"
111+
"filza://"
112112
]
113113
return canOpenUrlFromList(urlSchemes: urlSchemes)
114114
}

0 commit comments

Comments
 (0)