Commit e7e434c
committed
fix(@angular/ssr): allow underscores in host validation
The VALID_HOST_REGEX has been updated to include the underscore
character. This ensures that hostnames containing underscores (e.g., in
some internal or development environments) are correctly validated
instead of being rejected.
Closes angular#328351 parent a712a82 commit e7e434c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments