Skip to content

Commit 9322d50

Browse files
authored
Merge pull request #960 from nsemets/hotfix/updated-allowed-hosts
Added alias for ip addresses
2 parents ca2c8b2 + bf0b06e commit 9322d50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"entry": "src/server.ts"
7070
},
7171
"security": {
72-
"allowedHosts": ["localhost", "127.0.0.1"]
72+
"allowedHosts": ["localhost", "127.0.0.1", "10.*.*.*"]
7373
}
7474
},
7575
"configurations": {

0 commit comments

Comments
 (0)