tidalcycles / strudel

Web-based environment for live coding algorithmic patterns, incorporating a faithful port of TidalCycles to JavaScript
https://strudel.cc/
GNU Affero General Public License v3.0
641 stars 111 forks source link

Embedding is not currently working #1161

Closed yaxu closed 1 month ago

yaxu commented 1 month ago

A minimal example: https://algorithmicpattern.org/tmp/iframe.html

<html>
    <body>
        Hello.
        <iframe src="https://strudel.cc/" width="600" height="300"></iframe>
</body>
</html>

Gives the error: DOMException: Failed to read a named property 'pathname' from 'Location': Blocked a frame with origin "https://strudel.cc" from accessing a cross-origin frame.

Tested in chrome and firefox under linux.

yaxu commented 1 month ago

Fixed in #1162 h/t @daslyfe !