From js this call may be used to open the system default web browser with the specified URL. This could be used to complete an authentication flow.
```
Coherent.trigger("OPEN_WEB_BROWSER", url);
```
I've used this and it works correctly on my dev machine, but some users (we don't see the pattern) see instead a UAC dialog.
Is there anything we can do to reliably open a web page from MSFS?