Hi, On Monday 01 February 2010 00:03:44 Dawit Alemayehu wrote: > SVN commit 1083276 by adawit: > > - Prevent all cache related header directives from being sent through the > customHttpHeader meta-data sent to the http ioslave. > > This should fix the intermittent issues with missing images or partial > rendering of pages, specially when navigating back in history. > > CCMAIL:[email protected] > CCMAIL:[email protected] > > > M +37 -41 accessmanager.cpp > > > --- trunk/KDE/kdelibs/kio/kio/accessmanager.cpp #1083275:1083276 > @@ -122,8 +122,7 @@ > { > KIO::SimpleJob *kioJob = 0; > > - if ( !d->externalContentAllowed && req.url().scheme() != "file" && > - req.url().scheme() != "data" && !req.url().scheme().isEmpty() ) { > + if ( !d->externalContentAllowed && req.url().scheme() != "file" && > !req.url().scheme().isEmpty() ) {
Was it intended that you removed the check for "data" here? Regards, Thomas
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ rekonq mailing list [email protected] https://mail.kde.org/mailman/listinfo/rekonq
