Validate that callbackId is correctly formed

This commit is contained in:
Ian Clelland
2014-02-19 00:26:19 -05:00
parent 39e64c988a
commit 26702cb072
2 changed files with 20 additions and 1 deletions
+1
View File
@@ -30,6 +30,7 @@
@property (nonatomic, retain) CDVInAppBrowserViewController* inAppBrowserViewController;
@property (nonatomic, copy) NSString* callbackId;
@property (nonatomic, copy) NSRegularExpression *callbackIdPattern;
- (void)open:(CDVInvokedUrlCommand*)command;
- (void)close:(CDVInvokedUrlCommand*)command;