Просмотр исходного кода

Fixes dev issue caused by sandboxed iframe.

Henning Dieterichs 2 лет назад
Родитель
Сommit
a1a90c30fd
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      website/webpack.config.ts

+ 1 - 0
website/webpack.config.ts

@@ -37,6 +37,7 @@ module.exports = {
 			"Access-Control-Allow-Headers":
 				"X-Requested-With, content-type, Authorization",
 		},
+		allowedHosts: "all",
 		watchFiles: [],
 	},
 	module: {