瀏覽代碼

Fixes dev issue caused by sandboxed iframe.

Henning Dieterichs 2 年之前
父節點
當前提交
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: {