• Stephan Bergmann's avatar
    rhbz#887420 Implement "block untrusted referer links" feature · f0a9ca24
    Stephan Bergmann yazdı
    For now, this checks for a trusted referer (if the BlockUntrustedRefererLinks
    configuration prop is set) in utl::MediaDescriptor::impl_openStreamWithURL and
    SvxBrushItem::GetGraphicObject.  Checking in additional places will probably be
    necessary to block /all/ unwanted communication.  Also, some places marked
    /*TODO?*/ currently pass in an empty referer (which is always considered
    trusted) and will probably need to be adapted.
    
    Ideally, Referer URIs would never be empty (and consistently use something like
    <private:user> for cases where access is explicitly initiated by the user and
    should never be blocked), but that's a very daunting task, so start small by
    identifying the places that potentially need blocking and adding appropriate
    Referer URIs there.  Also, Referer information should always be computed as
    freshly as possible from the context in which an access attempt is made, but,
    again, always carrying the information from the context all the way to the
    relevant functions is a very daunting task, so for now store the information
    upon object instantiation in some cases (SvxBrushItem, SdrGrafObj, ...).
    
    The Referer URI (css.document.MediaDescriptor property; SID_REFERER) was already
    used to track macro execution, and there is one place in
    SfxApplication::OpenDocExec_Impl where opening of hyperlinks (explicitly clicked
    by the user) is done that needs the current document's URI as Referer to check
    execution of macro URIs but needs an empty (or <private:user>, see above)
    Referer to not block non-macro URIs.  Special code has been added there to
    handle that.
    
    Change-Id: Iafbdc07a9fe925d9ee580d4f5778448f18f2ebd9
    f0a9ca24
Adı
Son kayıt (commit)
Son güncelleme
..
table Loading commit data...
DashStyle.hxx Loading commit data...
DocumentSettingsContext.hxx Loading commit data...
EnumPropertyHdl.hxx Loading commit data...
GradientStyle.hxx Loading commit data...
HatchStyle.hxx Loading commit data...
ImageStyle.hxx Loading commit data...
MarkerStyle.hxx Loading commit data...
NamedBoolPropertyHdl.hxx Loading commit data...
PageMasterStyleMap.hxx Loading commit data...
ProgressBarHelper.hxx Loading commit data...
PropertySetInfoHash.hxx Loading commit data...
PropertySetInfoKey.hxx Loading commit data...
SchXMLExportHelper.hxx Loading commit data...
SchXMLImportHelper.hxx Loading commit data...
SchXMLSeriesHelper.hxx Loading commit data...
SettingsExportHelper.hxx Loading commit data...
SinglePropertySetInfoCache.hxx Loading commit data...
WordWrapPropertyHdl.hxx Loading commit data...
XMLBase64ImportContext.hxx Loading commit data...
XMLCharContext.hxx Loading commit data...
XMLConstantsPropertyHandler.hxx Loading commit data...
XMLEmbeddedObjectExportFilter.hxx Loading commit data...
XMLEventExport.hxx Loading commit data...
XMLEventsImportContext.hxx Loading commit data...
XMLFilterServiceNames.h Loading commit data...
XMLFontAutoStylePool.hxx Loading commit data...
XMLFontStylesContext.hxx Loading commit data...
XMLGraphicsDefaultStyle.hxx Loading commit data...
XMLPageExport.hxx Loading commit data...
XMLSettingsExportContext.hxx Loading commit data...
XMLShapeStyleContext.hxx Loading commit data...
XMLTextListAutoStylePool.hxx Loading commit data...
XMLTextMasterPageContext.hxx Loading commit data...
XMLTextMasterPageExport.hxx Loading commit data...
XMLTextMasterStylesContext.hxx Loading commit data...
XMLTextShapeImportHelper.hxx Loading commit data...
XMLTextShapeStyleContext.hxx Loading commit data...
XMLTextTableContext.hxx Loading commit data...
animationexport.hxx Loading commit data...
animexp.hxx Loading commit data...
attrlist.hxx Loading commit data...
contextid.hxx Loading commit data...
controlpropertyhdl.hxx Loading commit data...
dllapi.h Loading commit data...
families.hxx Loading commit data...
formlayerexport.hxx Loading commit data...
formlayerimport.hxx Loading commit data...
i18nmap.hxx Loading commit data...
languagetagodf.hxx Loading commit data...
maptype.hxx Loading commit data...
nmspmap.hxx Loading commit data...
numehelp.hxx Loading commit data...
odffields.hxx Loading commit data...
prhdlfac.hxx Loading commit data...
prstylei.hxx Loading commit data...
settingsstore.hxx Loading commit data...
shapeexport.hxx Loading commit data...
shapeimport.hxx Loading commit data...
styleexp.hxx Loading commit data...
txtimp.hxx Loading commit data...
txtimppr.hxx Loading commit data...
txtparae.hxx Loading commit data...
txtprmap.hxx Loading commit data...
txtstyli.hxx Loading commit data...
uniref.hxx Loading commit data...
unoatrcn.hxx Loading commit data...
unointerfacetouniqueidentifiermapper.hxx Loading commit data...
xformsexport.hxx Loading commit data...
xformsimport.hxx Loading commit data...
xmlaustp.hxx Loading commit data...
xmlcnimp.hxx Loading commit data...
xmlement.hxx Loading commit data...
xmlerror.hxx Loading commit data...
xmlevent.hxx Loading commit data...
xmlexp.hxx Loading commit data...
xmlexppr.hxx Loading commit data...
xmlictxt.hxx Loading commit data...
xmlimp.hxx Loading commit data...
xmlimppr.hxx Loading commit data...
xmlmetae.hxx Loading commit data...
xmlmetai.hxx Loading commit data...
xmlmultiimagehelper.hxx Loading commit data...
xmlnmspe.hxx Loading commit data...
xmlnume.hxx Loading commit data...
xmlnumfe.hxx Loading commit data...
xmlnumfi.hxx Loading commit data...
xmlnumi.hxx Loading commit data...
xmlprcon.hxx Loading commit data...
xmlprhdl.hxx Loading commit data...
xmlprmap.hxx Loading commit data...
xmlreg.hxx Loading commit data...
xmlscripti.hxx Loading commit data...
xmlstyle.hxx Loading commit data...
xmltabe.hxx Loading commit data...
xmltkmap.hxx Loading commit data...
xmltoken.hxx Loading commit data...
xmltypes.hxx Loading commit data...
xmluconv.hxx Loading commit data...