Pārlūkot izejas kodu

Fixes dev issue caused by sandboxed iframe.

Henning Dieterichs 2 gadi atpakaļ
vecāks
revīzija
a1a90c30fd
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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: {