From bf0b06e2c0ef0a5e268f78117b570c36a0f0ef7c Mon Sep 17 00:00:00 2001 From: nsemets Date: Mon, 20 Apr 2026 14:45:59 +0300 Subject: [PATCH] fix(ssr): added alias for ip addresses --- angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular.json b/angular.json index 47e749c53..1c2a09491 100644 --- a/angular.json +++ b/angular.json @@ -69,7 +69,7 @@ "entry": "src/server.ts" }, "security": { - "allowedHosts": ["localhost", "127.0.0.1"] + "allowedHosts": ["localhost", "127.0.0.1", "10.*.*.*"] } }, "configurations": {