Skip to content

^/editabled/.*\.html$ stops working when crossOriginIsolated #12

Description

@DDR0

in ./site-config/ddr0, setting

add_header Cross-Origin-Opener-Policy "same-origin";
add_header Cross-Origin-Embedder-Policy "require-corp";

sets crossOriginIsolated to true on the web page and breaks Editabled because, presumably, SharedArrayBuffers are now available which it uses before falling back to copying memory around when passing messages back and forth to the worker.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions