Commit bbc2554
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#32835
(cherry picked from commit e7e434c)1 parent 88ac998 commit bbc2554
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