diff --git a/angular.json b/angular.json index 1a54b3a55c..737f1fac79 100644 --- a/angular.json +++ b/angular.json @@ -311,7 +311,12 @@ "development": { "optimization": false, "extractLicenses": false, - "sourceMap": true + "sourceMap": true, + "security": { + "allowedHosts": [ + "localhost" + ] + } }, "libs": { "tsConfig": "apps/daffio/tsconfig.dev.json"