Skip to content

Commit

Permalink
[markup] Enable allow-forms (apache#5062)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley committed May 23, 2018
1 parent fa3e4e2 commit d322e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/assets/src/visualizations/markup.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function markupWidget(slice, payload) {
<iframe id="${iframeId}"
frameborder="0"
height="${iframeHeight}"
sandbox="allow-same-origin allow-scripts allow-top-navigation allow-popups">
sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation">
</iframe>
`);

Expand Down

0 comments on commit d322e48

Please sign in to comment.