--nextPart158140224.0ksxXqBQOv Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, On Monday 01 February 2010 00:03:44 Dawit Alemayehu wrote: > SVN commit 1083276 by adawit: >=20 > - Prevent all cache related header directives from being sent through the > customHttpHeader meta-data sent to the http ioslave. >=20 > This should fix the intermittent issues with missing images or partial > rendering of pages, specially when navigating back in history. >=20 > CCMAIL:webkit-devel@kde.org > CCMAIL:rekonq@kde.org >=20 >=20 > M +37 -41 accessmanager.cpp =20 >=20 >=20 > --- trunk/KDE/kdelibs/kio/kio/accessmanager.cpp #1083275:1083276 > @@ -122,8 +122,7 @@ > { > KIO::SimpleJob *kioJob =3D 0; > =20 > - if ( !d->externalContentAllowed && req.url().scheme() !=3D "file" && > - req.url().scheme() !=3D "data" && !req.url().scheme().isEmpty()= ) { > + if ( !d->externalContentAllowed && req.url().scheme() !=3D "file" && > !req.url().scheme().isEmpty() ) { Was it intended that you removed the check for "data" here? Regards, Thomas --nextPart158140224.0ksxXqBQOv Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEABECAAYFAktmDgYACgkQKglv3sO8a1NJtgCfZJsW7CY8w8li5N6VqW8iCftg JOkAnRXGRU6O1W2WFnLYR4Xv0Rz/THZ5 =4+x6 -----END PGP SIGNATURE----- --nextPart158140224.0ksxXqBQOv--