GitHub user Antea-Proyectos closed the discussion with a comment: Embed an external iframe in Superset dashboard
doesn´t work for me, I want to see this https://superb-biscuit-78318b.netlify.app/ --> <iframe width="640px" height="1100px" src="https://forms.microsoft.com/g/xkemDFSjemdD?embed=true" frameborder="0" marginwidth="0" marginheight="0" style="border: none; max-width:100%" scrolling="no"> </iframe> My superset_config.py: HTML_SANITIZATION = True HTML_SANITIZATION_SCHEMA_EXTENSIONS = { "attributes": { "*": [ "style", "className", "src", "width", "height", "frameborder", "marginwidth", "marginheight", "scrolling", "target" ], "iframe": [ "src", "width", "height", "frameborder", "marginwidth", "marginheight", "scrolling" ] }, "tagNames": ["style", "iframe"], } TALISMAN_CONFIG = { "content_security_policy": { "frame-src": [ "'self'", "https://superb-biscuit-78318b.netlify.app/" ], } } and it doesn´t worrk. HELP PLEASE GitHub link: https://github.com/apache/superset/discussions/33129#discussioncomment-14103752 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
