nteract / commuter

🚎 Notebook sharing hub
BSD 3-Clause "New" or "Revised" License
495 stars 66 forks source link

Allow links to open in html documents #309

Closed gthomas-slack closed 3 years ago

gthomas-slack commented 3 years ago

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!