On Sat, Feb 19, 2011 at 11:13 AM, Ron Wilson <ronw.m...@gmail.com> wrote:

> On Sat, Feb 19, 2011 at 6:23 AM, Remigiusz Modrzejewski
> <l...@maxnet.org.pl> wrote:
> >
> > On Feb 19, 2011, at 11:15 , Stephan Beal wrote:
> >
> >> i no longer believe that all bots are unaware of JS, though. In
> particular,
> >> now that google has their own js engine, i suspect that their crawlers
> can
> >> (or will soon be able to) understand js.
> >
> > They actually are fully js capable now. As fully AJAX sites became
> popular, it
> > was necessary for them to accommodate. So now most serious crawlers can
> > not only follow JS-obscured links, but also read fully JSON->Javascript
> > rendered pages. I believe that all newer rouge bots can also handle js to
> some
> > extent.
>
> Out of curiosity, wouldn't bots be able to use the onClick JS on the
> login page to automatically fill-in the captcha the same way people
> do?
>

They could, but that have not been observed to do so.

Perhaps the thing to do (for unauthenticated logins only) is recode all <a
href=>...</a> as <span class="..." href=..>...</span> and then have a small
bit of javascript that converts them all to <a> upon a single button
click.   Then put a button at the top of the page that says "Activate
Hyperlinks".   That button might also set a cookie that automatically
enables hyperlinks on subsequent pages.




> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to