mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
disable some XmlResolver
This commit is contained in:
@@ -455,7 +455,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
if (m_part.ParentGroup.m_savedScriptState.ContainsKey(stateID))
|
||||
{
|
||||
XmlDocument doc = new XmlDocument();
|
||||
|
||||
doc.XmlResolver=null;
|
||||
doc.LoadXml(m_part.ParentGroup.m_savedScriptState[stateID]);
|
||||
|
||||
////////// CRUFT WARNING ///////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user