Skip to content

Commit de0712f

Browse files
committed
Temporarily add localhost to xstorage domains
1 parent 37059cd commit de0712f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/config/dist.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ let config = {
66
appEnv: 'dist', // feel free to remove the appEnv property here
77
apiBase: 'https://api.openframe.io/v0/',
88
crossStorageRules: [
9+
{
10+
origin: /localhost:3030$/,
11+
allow: ['get']
12+
},
913
{
1014
origin: /editor\.thebookofshaders\.com$/,
1115
allow: ['get']

0 commit comments

Comments
 (0)