Update index.html

master
JFH 2021-08-02 00:21:25 +02:00
parent 5435ab9a59
commit 7f5f455667
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
if (XDOMAIN) {
svgEditor.setConfig({
canvasName: 'xdomain', // Namespace this
allowedOrigins: ['*']
allowedOrigins: [ '*' ]
});
console.info('xdomain config activated');
}