From kde-commits Wed Jan 31 23:11:32 2007 From: Tom Albers Date: Wed, 31 Jan 2007 23:11:32 +0000 To: kde-commits Subject: Re: playground/pim/mailody Message-Id: <1555302.LNCRsicWfh () kde ! nl> X-MARC-Message: https://marc.info/?l=kde-commits&m=117028511023099 Op wo 31 jan 2007 23:34 schreef u: > On Wednesday 31 January 2007, Tom Albers wrote: > > +    KHTMLPart* newPart = new KHTMLPart(this); > > +    newPart->setOnlyLocalReferences(!m_body->externalImage()); > > This code should also disable javascript, plugins, java etc. etc. for security > reasons, I think. Thanks for spotting this error! It is fixed. Toma