Skip to content

Commit

Permalink
Add cross-origin annotatable iframe dev server scenario
Browse files Browse the repository at this point in the history
The current inter-frame communication doesn't work if an annotatable
(guest) iframe is from a different origin than the host frame (see
#3611 (comment)). This
will be fixed in a more comprehensive overhaul of the inter-face
communication (see #3533).

Meanwhile, I add a scenario into the local dev server where the
annotatable iframe is from a different origin than the host frame. For
this, I needed to spawn an additional dev server at port 3002):

```
[11:32:50] Dev web server started at http://localhost:3000/
[11:32:50] Dev web server started at http://localhost:3002/
```

Close #3629
  • Loading branch information
esanzgar committed Sep 6, 2021
1 parent c91cbf0 commit 533b0e4
Show file tree
Hide file tree
Showing 4 changed files with 30,274 additions and 0 deletions.
Loading

0 comments on commit 533b0e4

Please sign in to comment.