Disable audio autoplay on macOS

- To be in-line with how this is threated on iOS
This commit is contained in:
Henrik Hørlück Berg
2023-05-03 19:47:28 +02:00
committed by Brent Simmons
parent e6a11197fe
commit 389c8529cc

View File

@@ -98,6 +98,7 @@ final class DetailWebViewController: NSViewController {
configuration.preferences = preferences
configuration.defaultWebpagePreferences.allowsContentJavaScript = AppDefaults.shared.isArticleContentJavascriptEnabled
configuration.setURLSchemeHandler(detailIconSchemeHandler, forURLScheme: ArticleRenderer.imageIconScheme)
configuration.mediaTypesRequiringUserActionForPlayback = .audio
let userContentController = WKUserContentController()
userContentController.add(self, name: MessageName.windowDidScroll)