Rob wrote:
I just finished building dillo 2.2 on my fresh OpenSuse 11.3 install.? I got the source for FLTK-2.0.x-r7690 (I had also managed to find an older version r6916, but it seemed to make no difference, other than that the latest version compiled with less warnings) and it compiled and installed fine.? I followed the directions found here:
http://www.dillo.org/source.html
Now before my system upgrade, my wife had been using dillo on a certain site successfully.? She had a cookiesrc in her .dillo folder, which had an entry for the site.? There is a captcha system on the site that seemed to work well until today.? I started dillo from the console to see if I could learn anything, but I was not able to make much of it other than I might need to add a couple of more sites to cookiesrc.? Here is some of the output from a session:
public suffix of dragcave.net is dragcave.net public suffix of dragcave.net is dragcave.net ALLOW public suffix of dragcave.net is dragcave.net public suffix of ppntop50.com is ppntop50.com DENY Nav_open_url: new url='http://api.recaptcha.net/noscript?k=6LcrhgUAAAAAADK0fngEdAvVoD9-GQBOHvaYb0Wp' Dns_server [0]: api.recaptcha.net is 69.12.97.165 Connecting to 69.12.97.165 Nav_open_url: new url='http://www.google.com/recaptcha/api/noscript?k=6LcrhgUAAAAAADK0fngEdAvVoD9-G...' public suffix of api.recaptcha.net is recaptcha.net public suffix of www.google.com is google.com DENY
That is just the last little bit, including the part generated when I request an verification image from captcha.? You can see how the site works here:
Here is what I have in .dillo/cookiesrc:
DEFAULT DENY
dragcave.net ACCEPT google.com ACCEPT_SESSION api.recaptcha.net ACCEPT_SESSION
I have also tried just plain 'ACCEPT' for the latter two entries.
It sounds like you're using the current dillo code instead of the 2.2 release. If you put "filter_auto_requests=allow_all" in dillorc, it should go back to the behaviour of loading images that are from a different domain than that of the page.