Skip to content

Sanitize rendered HTML email content and sandbox iframe previews #7

@monapdx

Description

@monapdx

The HTML viewer injects email HTML into an iframe after stripping only <script> tags, and the Streamlit app renders HTML bodies directly with st.components.v1.html. That leaves room for unsafe markup, external resources, and generally unpredictable rendering. Even for an offline tool, sanitization and sandboxing would be a good improvement.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions