Skip to content

Commit 7d2a080

Browse files
committed
Add patriciogonzalezvivo.github.io to GET perms for xstorage
1 parent f5f6f85 commit 7d2a080

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/config/dist.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ let config = {
1313
{
1414
origin: /editor\.thebookofshaders\.com$/,
1515
allow: ['get']
16+
},
17+
{
18+
19+
origin: /patriciogonzalezvivo\.github\.io$/,
20+
allow: ['get']
1621
}
1722
]
1823
};

0 commit comments

Comments
 (0)