Skip to content

Commit 704f9c9

Browse files
committed
fix(allowed-hosts): added wildcard
1 parent bf0b06e commit 704f9c9

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", "10.*.*.*"]
72+
"allowedHosts": ["*"]
7373
}
7474
},
7575
"configurations": {

0 commit comments

Comments
 (0)