diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2014-10-30 05:19:26 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2014-10-30 05:19:26 -0700 |
commit | 1002f4d9844dde87e9e14c0991699ea2a57e412e (patch) | |
tree | d24e6974300ef38748d978cf0fed1332c4c6d965 /CyteKit/WebViewController.h | |
parent | 1a2f455b7019fb3b8cd06220228db88da28bf7f7 (diff) |
Block evil attempts to redirect to the App Store.
Diffstat (limited to 'CyteKit/WebViewController.h')
-rw-r--r-- | CyteKit/WebViewController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CyteKit/WebViewController.h b/CyteKit/WebViewController.h index 96186c1..2483224 100644 --- a/CyteKit/WebViewController.h +++ b/CyteKit/WebViewController.h @@ -56,6 +56,7 @@ bool ready_; _transient NSNumber *sensitive_; + _H<NSURL> appstore_; _H<NSString> title_; _H<NSMutableSet> loading_; |