When viewing a html document in commuter (such as a html rendered from a notebook through nbconvert), any links in the document will fail to open with an error like
about:srcdoc:1 Blocked opening 'https://example.com/' in a new window because the request was made in a sandboxed frame whose 'allow-popups' permission is not set.
This PR changes the Iframe permissions to allow links to work. Any concerns with this? Thanks!
When viewing a html document in commuter (such as a html rendered from a notebook through nbconvert), any links in the document will fail to open with an error like
This PR changes the Iframe permissions to allow links to work. Any concerns with this? Thanks!