Block context menu in WebBrowserComponent

Anyone know how to have a video in a WebBrowserComponent but not allow contextual menus?

I have the video showing/playing fine in my JUCE App… but haven’t been able to figure out how to handle the delegate for WebView contextMenuConfigurationForElement

webView(_:contextMenuConfigurationForElement:completionHandler:) | Apple Developer Documentation

Rail