You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new brainstorm on e.g. oasis.sandstorm.io
Create a card with a link in it, in Markdown format
Click the link
Expected behavior:
The link opens in a new tab, since Sandstorm doesn't allow the grain iframe to navigate to other base URLs than the grain's base URL
Actual behavior:
Clicking seems to do nothing
It logs a message to the JS console saying:
Refused to frame 'https://cthuugle.com/' because it violates the following Content Security Policy directive: "frame-src 'self' https://*.oasis.sandstorm.io".
The following HTML in the <HEAD> should make the problem go away:
<base target="_blank" />
The text was updated successfully, but these errors were encountered:
paulproteus
changed the title
(sandstorm package) use <base rel="_blank">
(sandstorm package) use <base target="_blank"> so Markdown links open successfully, in a new tab
Sep 5, 2015
Steps to reproduce:
Expected behavior:
Actual behavior:
Relevant info:
<HEAD>
should make the problem go away:The text was updated successfully, but these errors were encountered: