Question
Handle _blank links
Looks like an extension prevents anchors to open URLs in _blank target (can do _self).
Also looks like there is the --disable-javascript-open-windows option for the resource but because the behaviour above I would expect to have --enable-javascript-open-windows instead.
s.openURLInDefaultBrowser works, but I wonder if there is a cleaner option. In my case I also have an iFrame in the HTML page, so all links in the iframe are blocked at the moment.
Any idea how I could enable _blank links in my iframe? Thanks!
