Commit bb53c3a
committed
fix(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 #328351 parent 738250e commit bb53c3a
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