Skip to content

Commit 54c5c95

Browse files
author
MB
committed
grammar: Allow underscore in domain names
Not valid, but browsers handle it. Fixes: 527bfee5392da4a58d44d572d9785610e79fcf0a
1 parent 190415c commit 54c5c95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/relaxng.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<element name="target">
3434
<attribute name="host">
3535
<data type="string">
36-
<param name="pattern">(([A-Za-z0-9äö-]+|\*)\.)*([A-Za-z0-9äö-]+|\*)</param>
36+
<param name="pattern">(([A-Za-z0-9äö_-]+|\*)\.)*([A-Za-z0-9äö-]+|\*)</param>
3737
</data>
3838
</attribute>
3939
</element>

0 commit comments

Comments
 (0)