Skip to content

Commit ecc2ead

Browse files
author
MB
committed
[grammar] Forbid forward slash in securecookie host
Related: EFForg#3636
1 parent f049ea2 commit ecc2ead

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

utils/relaxng.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
<zeroOrMore>
4949
<element name="securecookie">
5050
<attribute name="host"/>
51+
<data type="string">
52+
<param name="pattern">[^/]*</param>
53+
</data>
5154
<attribute name="name"/>
5255
</element>
5356
</zeroOrMore>

0 commit comments

Comments
 (0)