Commit 63e7d4ae authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 386942: [SECURITY] User Agent text should be HTML escaped - Patch by…

Bug 386942: [SECURITY] User Agent text should be HTML escaped - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit
parent 3aa22eee
...@@ -283,7 +283,7 @@ function PutDescription() { ...@@ -283,7 +283,7 @@ function PutDescription() {
<b>Build Identifier</b> <b>Build Identifier</b>
</td> </td>
<td valign="top"> <td valign="top">
<input type="text" size="80" name="buildid" value="[% buildid %]"> <input type="text" size="80" name="buildid" value="[% buildid FILTER html %]">
<p> <p>
This should identify the exact version of the product you were using. This should identify the exact version of the product you were using.
If the above field is blank or you know it is incorrect, copy the If the above field is blank or you know it is incorrect, copy the
......
...@@ -385,7 +385,6 @@ ...@@ -385,7 +385,6 @@
'bug/create/create-guided.html.tmpl' => [ 'bug/create/create-guided.html.tmpl' => [
'matches.0', 'matches.0',
'tablecolour', 'tablecolour',
'buildid',
'sel', 'sel',
'productstring', 'productstring',
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment