Sep. 06, 2008, 06:54 PM
Hi peoples!
I install Bfilter, and insert rule from AdBlock, as write on http://www.convoglio.com/bfilter/.
After this manipulation, my files contain
/etc/bfilter/urls -> http://www.reactos.org/paste/index.php/1830/
/etc/bfilter/urls.local -> http://www.reactos.org/paste/index.php/1831/
/etc/bfilter/filters/Common annoyances filter -> http://www.reactos.org/paste/index.php/1833/
/etc/bfilter/filters/PopUp filter -> http://www.reactos.org/paste/index.php/1834/
All work fine, adv removing. But after some time using, i find trouble. The Bfilter remove captcha area from recaptcha.net.
Example, in direct connect, page HTML code is
But if connect from bfilter, page HTML code change to
(sample url http://protos.dk/2007/11/17/recaptcha-for-wordpress/)
I search in all configfile the strings "captcha", "[BFilter] Script removed [ad or webbug in the adjacent noscript]", "[BFilter] IFRAME ad removed (page_cleanup is in effect)", but this string not found.
I try append rule to urls.local
but captcha still removing.
Questions:
Where is finding a rule, that remove this captcha?
What writing to bfilter configfiles for don't block this captcha?
I install Bfilter, and insert rule from AdBlock, as write on http://www.convoglio.com/bfilter/.
After this manipulation, my files contain
/etc/bfilter/urls -> http://www.reactos.org/paste/index.php/1830/
/etc/bfilter/urls.local -> http://www.reactos.org/paste/index.php/1831/
/etc/bfilter/filters/Common annoyances filter -> http://www.reactos.org/paste/index.php/1833/
/etc/bfilter/filters/PopUp filter -> http://www.reactos.org/paste/index.php/1834/
All work fine, adv removing. But after some time using, i find trouble. The Bfilter remove captcha area from recaptcha.net.
Example, in direct connect, page HTML code is
Code:
<tr>
<td class="l">Protect code: </td>
<td><script type="text/javascript" src="http://api.recaptcha.net/challenge?k=6LePWQIAAAAAAEPgACyC-FPPrYGItib7GVA4z4pk...;
<noscript>
<iframe src="http://api.recaptcha.net/noscript?k=6LePWQIAAAAAAEPgACyC-FPPrYGItib7GVA4z4pk&...; height="300" width="500" frameborder="0"></iframe><br/>
<textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
<input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
</noscript>
</td>
</tr>But if connect from bfilter, page HTML code change to
Code:
<tr>
<td class="l">Protect code: </td>
<td><!-- [BFilter] Script removed [ad or webbug in the adjacent noscript]. -->
<span>
<!-- [BFilter] IFRAME ad removed (page_cleanup is in effect) --><br/>
<textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
<input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
</span>
</td>
</tr>(sample url http://protos.dk/2007/11/17/recaptcha-for-wordpress/)
I search in all configfile the strings "captcha", "[BFilter] Script removed [ad or webbug in the adjacent noscript]", "[BFilter] IFRAME ad removed (page_cleanup is in effect)", but this string not found.
I try append rule to urls.local
Code:
ALLOW http://*recaptcha.net*Questions:
Where is finding a rule, that remove this captcha?
What writing to bfilter configfiles for don't block this captcha?