villebro commented on code in PR #34276: URL: https://github.com/apache/superset/pull/34276#discussion_r2433648120
########## superset/config.py: ########## @@ -942,7 +942,7 @@ class D3TimeFormat(TypedDict, total=False): # Disabling this option is not recommended for security reasons. If you wish to allow # valid safe elements that are not included in the default sanitization schema, use the # HTML_SANITIZATION_SCHEMA_EXTENSIONS configuration. -HTML_SANITIZATION = True +HTML_SANITIZATION = False Review Comment: Good catch @qleroy - This was likely not intended -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
