mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove user agent from WKWebView
This commit is contained in:
@@ -105,9 +105,6 @@ final class DetailWebViewController: NSViewController {
|
||||
webView.navigationDelegate = self
|
||||
webView.keyboardDelegate = keyboardDelegate
|
||||
webView.translatesAutoresizingMaskIntoConstraints = false
|
||||
if let userAgent = UserAgent.fromInfoPlist() {
|
||||
webView.customUserAgent = userAgent
|
||||
}
|
||||
|
||||
view = webView
|
||||
|
||||
|
||||
Reference in New Issue
Block a user