Re: Capi_filters_test not displaying pictures
"Benjamin Johnson" <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <op.vzrehsfgwkf1rx@boinggloing> |
On Fri, 05 Aug 2011 16:55:31 -0400, Dennis Nezic <[email protected]> wrote: > After upgrading to dillo-2.2.1, many thumbnail sites, like > images.google.com for example, don't work properly. I get messages like: > > Capi_filters_test: DENY from 'images.google.ca' to 't3.gstatic.com' > > and the thumbnail doesn't display. Oddly enough, it does display after > I click on the thumbnail. Ideas? Try adding the line filter_auto_requests=allow_all to your ~/.dillo/dillorc file and see if that fixes it. Dillo's default is to only load images/stylesheets from the same domain. It helps privacy a bit (since it can't load ads, etc.), but breaks a lot of sites, including Google Images, Wikipedia, etc. ~Benjamin