We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd645d commit 651f1caCopy full SHA for 651f1ca
IOSSecuritySuite/JailbreakChecker.swift
@@ -102,13 +102,13 @@ internal class JailbreakChecker {
102
103
// "cydia://" URL scheme has been removed. Turns out there is app in the official App Store
104
// that has the cydia:// URL scheme registered, so it may cause false positive
105
+ // "activator://" URL scheme has been removed for the same reason.
106
private static func checkURLSchemes() -> CheckResult {
107
let urlSchemes = [
108
"undecimus://",
109
"sileo://",
110
"zbra://",
- "filza://",
111
- "activator://"
+ "filza://"
112
]
113
return canOpenUrlFromList(urlSchemes: urlSchemes)
114
}
0 commit comments