xrmx commented on a change in pull request #3702: Add support for IE 11 for 
markup slices
URL: 
https://github.com/apache/incubator-superset/pull/3702#discussion_r146259114
 
 

 ##########
 File path: superset/assets/visualizations/markup.js
 ##########
 @@ -23,9 +24,11 @@ function markupWidget(slice, payload) {
     <iframe id="${iframeId}"
       frameborder="0"
       height="${slice.height()}"
-      sandbox="allow-scripts">
+      sandbox="allow-same-origin allow-scripts allow-top-navigation 
allow-popups">
 
 Review comment:
   Do we really need the ```allow-top-navigation allow-popups``` part?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to