From: Jay Freeman (saurik) Date: Wed, 9 Mar 2011 15:34:27 +0000 (-0800) Subject: If you have cydia. access, get Token_. X-Git-Tag: v1.1.0%b4~22 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/1d678719bf238263796da048ff173824c5aa05fa If you have cydia. access, get Token_. --- 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) {