Fossil SCM
Do not duplicate the "name" query parameter in the robot.c captcha.
Commit
118540fa8403265197c1b97cb04d12aa7a7eaf193c047d6f86967d0bd4161d58
Parent
4e73f314739095f…
1 file changed
+1
+1
| --- src/robot.c | ||
| +++ src/robot.c | ||
| @@ -204,10 +204,11 @@ | ||
| 204 | 204 | @ <form method="GET" id="x6"><p> |
| 205 | 205 | @ <span id="x3" style="visibility:hidden;">\ |
| 206 | 206 | @ Press <input type="submit" id="x5" value="Ok" focus> to continue</span> |
| 207 | 207 | @ <span id="x7" style="visibility:hidden;">You appear to be a robot.</span>\ |
| 208 | 208 | @ </p> |
| 209 | + cgi_tag_query_parameter("name"); | |
| 209 | 210 | cgi_query_parameters_to_hidden(); |
| 210 | 211 | @ <input id="x4" type="hidden" name="proof" value="0"> |
| 211 | 212 | @ </form> |
| 212 | 213 | @ <script nonce='%s(style_nonce())'> |
| 213 | 214 | @ function aaa(x){return document.getElementById(x);}\ |
| 214 | 215 |
| --- src/robot.c | |
| +++ src/robot.c | |
| @@ -204,10 +204,11 @@ | |
| 204 | @ <form method="GET" id="x6"><p> |
| 205 | @ <span id="x3" style="visibility:hidden;">\ |
| 206 | @ Press <input type="submit" id="x5" value="Ok" focus> to continue</span> |
| 207 | @ <span id="x7" style="visibility:hidden;">You appear to be a robot.</span>\ |
| 208 | @ </p> |
| 209 | cgi_query_parameters_to_hidden(); |
| 210 | @ <input id="x4" type="hidden" name="proof" value="0"> |
| 211 | @ </form> |
| 212 | @ <script nonce='%s(style_nonce())'> |
| 213 | @ function aaa(x){return document.getElementById(x);}\ |
| 214 |
| --- src/robot.c | |
| +++ src/robot.c | |
| @@ -204,10 +204,11 @@ | |
| 204 | @ <form method="GET" id="x6"><p> |
| 205 | @ <span id="x3" style="visibility:hidden;">\ |
| 206 | @ Press <input type="submit" id="x5" value="Ok" focus> to continue</span> |
| 207 | @ <span id="x7" style="visibility:hidden;">You appear to be a robot.</span>\ |
| 208 | @ </p> |
| 209 | cgi_tag_query_parameter("name"); |
| 210 | cgi_query_parameters_to_hidden(); |
| 211 | @ <input id="x4" type="hidden" name="proof" value="0"> |
| 212 | @ </form> |
| 213 | @ <script nonce='%s(style_nonce())'> |
| 214 | @ function aaa(x){return document.getElementById(x);}\ |
| 215 |