AliceCA / Overchan-Android

Meta Imageboard Client
http://miku-nyan.github.io/Overchan-Android
GNU General Public License v3.0
30 stars 7 forks source link

Ernstchan _ Asked to enter captcha when no captcha is needed #49

Open Berndst opened 6 years ago

Berndst commented 6 years ago

When I have a NL (Netherlands) or CH (Swiss) IP for instance, I don't have to enter the captcha. Still, Overchan gives me one to solve. I can enter whatever I want and still post successfully (and it's always the exact same captcha in a thread). It's not a real problem but a user might think he has to solve it at first.

When I downloaded the htm file from https://ernstchan.com/a/ with IPs from NL CH US and SE and compared the files I noticed that the ones that need captchas have these additional lines:

US (USA):

    <tr><td class="postblock"><label for="captcha">Captcha</label> (<a href="https://ernstchan.com/faq">?</a>) (US)</td>
    <td><input name="captcha" id="captcha" size="10" type="text"> <img alt="" src="US%20IP%20__%20Ernstchan%20%C2%BB%20_a_%20-%20Anime%20&amp;%20Manga_files/captcha.gif"></td></tr>

SE (Sweden):

    <tr><td class="postblock"><label for="captcha">Captcha</label> (<a href="https://ernstchan.com/faq">?</a>) (SE)</td>
    <td><input name="captcha" id="captcha" size="10" type="text"> <img alt="" src="SE%20IP%20__%20Ernstchan%20%C2%BB%20_a_%20-%20Anime%20&amp;%20Manga_files/captcha.gif"></td></tr>