Update index.html

This commit is contained in:
JFH
2021-08-02 00:21:25 +02:00
parent 5435ab9a59
commit 7f5f455667

View File

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