From 1d678719bf238263796da048ff173824c5aa05fa Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 9 Mar 2011 07:34:27 -0800 Subject: [PATCH] If you have cydia. access, get Token_. --- MobileCydia.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MobileCydia.mm b/MobileCydia.mm index e44d82bd..776c31ce 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -4309,7 +4309,7 @@ static _H Diversions_; bool token; @synchronized (HostConfig_) { - token = [TokenHosts_ containsObject:host]; + token = [TokenHosts_ containsObject:host] || [BridgedHosts_ containsObject:host]; } if ([url isCydiaSecure] && token) { -- 2.47.2