Преглед изворни кода

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