Page 1 of 1

Allowing CAPTCHA

Posted: Sat Nov 23, 2013 1:28 pm
by JonIrenicus
OK, another problem.
I wanted to find any information about jpgenx password recovery and was redirected to site
http://www.hackforums.net/showthread.php?tid=2870764
There I have to verify that I am a human - I had to enter reCAPTCHA.
But, I don't know, how to show it with NoScript enabled...
(about::config) javascript.enabled = true

BTW, this is not the only site, which is using this type of verification.

Re: Allowing CAPTCHA

Posted: Mon Nov 25, 2013 3:10 am
by Thrawn
What sites appear on your NoScript menu when this happens?

Re: Allowing CAPTCHA

Posted: Sat Nov 30, 2013 7:51 am
by JonIrenicus
Thanks for you reply. I have ALLOWED ALL sites:
Image

Now this site is shown like this:
Image

Re: Allowing CAPTCHA

Posted: Sat Nov 30, 2013 10:38 am
by Thrawn
Anything in the Browser Console (Ctrl+Shift+J)?

Are you running any other addons like RequestPolicy or Adblock Plus?

Ordinarily it's enough to allow recaptcha.net and Google, but I can't read German...

Re: Allowing CAPTCHA

Posted: Sat Nov 30, 2013 12:55 pm
by JonIrenicus
The problem was in ABE, but I don't know, how to create new rule:

Code: Select all

[16:48:27.336] GET http://www.hackforums.net/showthread.php?tid=2870764 [HTTP/1.1 403 Forbidden 253мс]
[16:48:27.559] [ABE] <.google.com googleapis.com> Deny INCLUSION on {GET http://www.google.com/recaptcha/api/challenge?k=MANY_LETTERS <<< http://www.hackforums.net/showthread.php?tid=2870764 - 2}
USER rule:
Site .google.com googleapis.com
Accept from SELF
Accept from .google.com
Deny INCLUSION
I solved this problem by clearing rules in NoScript -> Settings -> Advanced -> ABE tab -> USER
Thrawn, thanks for you aiming ;)

Re: Allowing CAPTCHA

Posted: Sat Nov 30, 2013 1:35 pm
by barbaz
JonIrenicus wrote:I don't know, how to create new rule:
This should do:

Code: Select all

Site .google.com googleapis.com
Accept from .google.com googleapis.com .hackforums.net
Deny INCLUSION

Re: Allowing CAPTCHA

Posted: Sun Dec 01, 2013 2:31 pm
by JonIrenicus
Thanks, I will try.