This commit is contained in:
eevee
2024-06-11 03:11:51 +03:00
parent a71253a3b7
commit aed800429c
@@ -83,9 +83,7 @@ class SPTCoreURLSessionDataDelegateHook: ClassHook<NSObject> {
return
}
let isModifyingBootstrapResponse = UserDefaults.patchType == .requests
if url.isBootstrap && isModifyingBootstrapResponse {
if url.isBootstrap {
URLSessionHelper.shared.setOrAppend(data, for: url)
return
}