Commit 9d90201c authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 514378: 'Submit only my new comment' leads to Suspicious Action - Patch by…

Bug 514378: 'Submit only my new comment' leads to Suspicious Action - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=dkl a=LpSolit
parent 30ff5618
......@@ -95,6 +95,7 @@ You have the following choices:
<input type="hidden" name="delta_ts" value="[% bug.delta_ts FILTER html %]">
<input type="hidden" name="comment" value="[% cgi.param("comment") FILTER html %]">
<input type="hidden" name="commentprivacy" value="[% cgi.param("commentprivacy") FILTER html %]">
<input type="hidden" name="token" value="[% cgi.param("token") FILTER html %]">
<input type="submit" id="process_comment" value="Submit only my new comment">
</form>
</li>
......
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