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: http://dragcave.net/login 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. Finally, I hope that this message is appropriate for this list.? Rob S. _________________________________________________________________ MSN Dating: Find someone special. Start now. http://go.microsoft.com/?linkid=9734384
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.
----------------------------------------
From: corvid@lavabit.com Date: Fri, 23 Jul 2010 21:49:06 +0000 To: dillo-dev@dillo.org Subject: Re: [Dillo-dev] captcha image not loading
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.
Ah!? I should have known that what I was downloading might not be the official release.? In light of this, I grabbed the source from the downloads page (Dillo 2.2) and recompiled.? I also added the bit you suggested in my ~/.dillo/dillorc.? I seem to get a little further on the page this time, but still no captcha image, and the console has this: Nav_open_url: new url='http://dragcave.net/' a_Nav_expect_done: repush! CssParser::parseImport(): @import /layout/style.css Nav_open_url: new url='http://dragcave.net/login' Connecting to 38.101.121.19 CssParser::parseImport(): @import /layout/style.css 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...' Dns_server [0]: www.google.com is 173.194.33.104 Connecting to 173.194.33.104 HTTP warning: unhandled MIME type: "image/jpeg" I did a test of inserting a link to a jpeg image in the address bar, and instead of loading it, and I got this in the console: Nav_open_url: new url='http://www.1969-camaro.com/images/1969camaro1.jpg' Dns_server [0]: www.1969-camaro.com is 72.9.233.117 Connecting to 72.9.233.117 Content-Type 'image/jpeg' not viewable. a_UIcmd_save_link: (null) Of course it did not load the image, but the save image dialog box came up instead.? Have I somehow compiled it in such a way so as to not allow it to render jpeg images?? (The 'allow images' under the tools dialogue is checked, and the browser does load pngs.) _________________________________________________________________ Turn down-time into play-time with Messenger games http://go.microsoft.com/?linkid=9734385
Rob wrote:
Ah!? I should have known that what I was downloading might not be the official release.? In light of this, I grabbed the source from the downloads page (Dillo 2.2) and recompiled.? I also added the bit you suggested in my ~/.dillo/dillorc.? I seem to get a little further on the page this time, but still no captcha image, and the console has this:
If you're using the 2.2 release, you won't need the dillorc option.
Nav_open_url: new url='http://dragcave.net/' a_Nav_expect_done: repush! CssParser::parseImport(): @import /layout/style.css
Nav_open_url: new url='http://dragcave.net/login' Connecting to 38.101.121.19 CssParser::parseImport(): @import /layout/style.css
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...' Dns_server [0]: www.google.com is 173.194.33.104 Connecting to 173.194.33.104 HTTP warning: unhandled MIME type: "image/jpeg"
I did a test of inserting a link to a jpeg image in the address bar, and instead of loading it, and I got this in the console:
Nav_open_url: new url='http://www.1969-camaro.com/images/1969camaro1.jpg' Dns_server [0]: www.1969-camaro.com is 72.9.233.117 Connecting to 72.9.233.117 Content-Type 'image/jpeg' not viewable. a_UIcmd_save_link: (null)
Of course it did not load the image, but the save image dialog box came up instead.? Have I somehow compiled it in such a way so as to not allow it to render jpeg images?? (The 'allow images' under the tools dialogue is checked, and the browser does load pngs.)
It... _should_ like jpegs :) Loading the camaro image from the address bar, for instance, works for me. In config.h, does it say "#define ENABLE_JPEG 1" ? When you run the configure script, does it complain about finding jpeg libraries or anything?
----------------------------------------
From: corvid@lavabit.com Date: Fri, 23 Jul 2010 22:47:10 +0000 To: dillo-dev@dillo.org Subject: Re: [Dillo-dev] captcha image not loading
If you're using the 2.2 release, you won't need the dillorc option.
Good then - I nixed that bit.
It... _should_ like jpegs :) Loading the camaro image from the address bar, for instance, works for me.
In config.h, does it say "#define ENABLE_JPEG 1" ? When you run the configure script, does it complain about finding jpeg libraries or anything?
Got it!? OpenSuse is not exactly a developer's distro out of the box - I was missing the dev libraries for jpeg.? When I had a look at the config.h, the thing about jpegs was actually #undefined.? I looked in my config log, and sure enough it was the missing libraries.? Thank you so much for your help - that was a great bit of troubleshooting on your part.? My wife will be quite pleased to have her speedy browser back in working condition. _________________________________________________________________ Game on: Challenge friends to great games on Messenger http://go.microsoft.com/?linkid=9734387
participants (2)
-
corvid@lavabit.com
-
mr_semantics@hotmail.com