Home
last modified time | relevance | path

Searched refs:securityPrefix (Results 1 – 2 of 2) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/
H A DExpoUpdatesAppLoader.kt358 val securityPrefix = if (protocol == "https" || protocol == "exps") "" else "UNVERIFIED-" in processManifestJson() constant
361 val sandboxedId = securityPrefix + parsedManifestUrl.host + path + "-" + slug in processManifestJson()
/expo/ios/Exponent/Kernel/AppLoader/
H A DEXAppLoaderExpoUpdates.m535 …NSString *securityPrefix = [_httpManifestUrl.scheme isEqualToString:@"https"] ? @"" : @"UNVERIFIED…
537 …mutableManifest[@"id"] = [NSString stringWithFormat:@"%@%@%@%@", securityPrefix, _httpManifestUrl.…