소스 검색

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: {