rusackas commented on issue #27485: URL: https://github.com/apache/superset/issues/27485#issuecomment-1992622616
In your `config.py` file, you can configure which attributes you want to allow on which tags. It's locked down by default for security purposes, but if you want to punch holes, that's up to you :) It's right around these comments, where you can see some example config: ``` # HTML_SANITIZATION_SCHEMA_EXTENSIONS = { # "attributes": { # "div": ["style"], # }, ``` I'll close this out in hopes it answers your question, but we can reopen if there's more to deal with :D -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org