diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-09 07:34:27 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-09 07:34:27 -0800 |
commit | 1d678719bf238263796da048ff173824c5aa05fa (patch) | |
tree | ca031a4c7be4d5b5e10bc4f757172ee0c2bd2e11 /MobileCydia.mm | |
parent | 2e1652a956bb023961241ad398e62e8eaa24e5c1 (diff) |
If you have cydia. access, get Token_.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index e44d82b..776c31c 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -4309,7 +4309,7 @@ static _H<NSMutableSet> Diversions_; bool token; @synchronized (HostConfig_) { - token = [TokenHosts_ containsObject:host]; + token = [TokenHosts_ containsObject:host] || [BridgedHosts_ containsObject:host]; } if ([url isCydiaSecure] && token) { |