You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow foreign origins to auth with demo server (#351)
This adds CORS headers to the example instance at
[demos.y-sweet.dev](https://demos.y-sweet-dev). Right now I'm just
allowlisting `demos.y-sweet.dev`, `blocknotejs.org` and
`blocknote-main.vercel.app` (their playground website).
- Probably will get rid of `localhost` before merging; I need it to test
the BlockNote docs locally but arguably we don't want to let people use
this as a free local testing instance.
- Maybe will add Stackblitz? The BlockNote example has a link to open in
Stackblitz which won't work unless we allowlist it, but we might not
want to for the same reason as `localhost.
0 commit comments