Use NSResourceLoadDelegate to disable the cookie management to avoid
see the timeline via profile view
Thanks to https://github.com/poweruser82
This commit is contained in:
dblugeon 2013-05-13 21:49:44 +02:00
parent 45365e0d79
commit 9f308a22ca
2 changed files with 10 additions and 0 deletions

View file

@ -73,6 +73,8 @@
- (void)notificateViewsAboutDeletedPostWithId:(NSString *)postId byEntity:(NSString*)entity;
- (NSURLRequest *)webView:(WebView *)sender resource:(id)identifier willSendRequest:(NSURLRequest *)request redirectResponse:(NSURLResponse *)redirectResponse fromDataSource:(WebDataSource *)dataSource;
- (void)setString:(NSString *)string forKey:(NSString *)aKey;
- (void)setSecret:(NSString *)string;
- (NSString *)secret;