Kruhlmann / gatekeeper

Fight club CAPTCHA bot
GNU General Public License v3.0
1 stars 4 forks source link

Fix potential race when looking up next captcha to send #70

Closed ghost closed 4 years ago

ghost commented 4 years ago

Change the search for the next captcha to send to also filter by active:false instead of only completed:false, this ensures we don't accidentally select the current captcha that has completed:false and active:true