mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-22 20:18:44 +00:00
Merge pull request #313 from nabla-c0d3/develop
Switch BITWebTableViewCell baseURL to "about:blank" With thx to @nabla-c0d3 =)
This commit is contained in:
@@ -88,7 +88,7 @@ body { font: 13px 'Helvetica Neue', Helvetica; color:#626262; word-wrap:break-wo
|
||||
|
||||
//HockeySDKLog(@"%@\n%@\%@", PSWebTableViewCellHtmlTemplate, deviceWidth, self.webViewContent);
|
||||
NSString *contentHtml = [NSString stringWithFormat:BITWebTableViewCellHtmlTemplate, deviceWidth, self.webViewContent];
|
||||
[_webView loadHTMLString:contentHtml baseURL:nil];
|
||||
[_webView loadHTMLString:contentHtml baseURL:[NSURL URLWithString:@"about:blank"]];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user