diff --git a/src/Squidex/app-config/webpack.run.dev.js b/src/Squidex/app-config/webpack.run.dev.js index 130d5a672..629e7d820 100644 --- a/src/Squidex/app-config/webpack.run.dev.js +++ b/src/Squidex/app-config/webpack.run.dev.js @@ -57,6 +57,9 @@ module.exports = webpackMerge(runConfig, { ], devServer: { - historyApiFallback: true, stats: 'minimal' + historyApiFallback: true, stats: 'minimal', + headers: { + 'Access-Control-Allow-Origin': '*' + } } }); \ No newline at end of file diff --git a/src/Squidex/app/features/schemas/pages/schema/field.component.html b/src/Squidex/app/features/schemas/pages/schema/field.component.html index 13cf0a94b..e22bd3e5b 100644 --- a/src/Squidex/app/features/schemas/pages/schema/field.component.html +++ b/src/Squidex/app/features/schemas/pages/schema/field.component.html @@ -1,7 +1,5 @@