Skip to content

Commit 0fdaa44

Browse files
Bisaloopipboy96
authored andcommitted
Remove support for wildcard in the middle (EFForg#12319)
1 parent 16e6c2b commit 0fdaa44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/validations/relaxng/schema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<element name="target">
3030
<attribute name="host">
3131
<data type="string">
32-
<param name="pattern">(([a-z0-9äö_-]+|\*)\.)*([a-z0-9äö-]+|\*)</param>
32+
<param name="pattern">(\*\.)?([a-z0-9äö_-]+\.)+([a-z0-9äö-]+|\*)</param>
3333
</data>
3434
</attribute>
3535
</element>

0 commit comments

Comments
 (0)