mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
www/squid: add dash to allowed characters (#3362)
This commit is contained in:
parent
f2948e6af4
commit
d2ab67268a
@ -540,7 +540,7 @@
|
||||
</url>
|
||||
<description type="TextField">
|
||||
<Required>N</Required>
|
||||
<mask>/^([\t\n\v\f\r 0-9a-zA-Z.,_\x{00A0}-\x{FFFF}]){1,255}$/u</mask>
|
||||
<mask>/^([\t\n\v\f\r 0-9a-zA-Z\-.,_\x{00A0}-\x{FFFF}]){1,255}$/u</mask>
|
||||
</description>
|
||||
</proxy>
|
||||
<match type="ArrayField">
|
||||
@ -556,7 +556,7 @@
|
||||
</name>
|
||||
<description type="TextField">
|
||||
<Required>N</Required>
|
||||
<mask>/^([\t\n\v\f\r 0-9a-zA-Z.,_\x{00A0}-\x{FFFF}]){1,255}$/u</mask>
|
||||
<mask>/^([\t\n\v\f\r 0-9a-zA-Z\-.,_\x{00A0}-\x{FFFF}]){1,255}$/u</mask>
|
||||
</description>
|
||||
<negate type="BooleanField">
|
||||
<default>0</default>
|
||||
@ -679,7 +679,7 @@
|
||||
</enabled>
|
||||
<description type="TextField">
|
||||
<Required>N</Required>
|
||||
<mask>/^([\t\n\v\f\r 0-9a-zA-Z.,_\x{00A0}-\x{FFFF}]){1,255}$/u</mask>
|
||||
<mask>/^([\t\n\v\f\r 0-9a-zA-Z\-.,_\x{00A0}-\x{FFFF}]){1,255}$/u</mask>
|
||||
</description>
|
||||
<matches type="ModelRelationField">
|
||||
<Model>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user