Skip to content

Fix iframe security and accessibility #219

@severo

Description

@severo

See copilot comments at #218 (review)

Partly worked in #219.

For security issues, copilot recommends:

        sandbox="allow-scripts allow-downloads"
        referrerPolicy="no-referrer"

but it breaks some functionality.

For example, the parquet table does not load if it cannot access local storage. Maybe it should gracefully handle this, but if so, we should coordinate the fix there, and the change here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions