Procházet zdrojové kódy

Fixes dev issue caused by sandboxed iframe.

Henning Dieterichs před 2 roky
rodič
revize
a1a90c30fd
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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: {