mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
disable some XmlResolver
This commit is contained in:
@@ -513,7 +513,7 @@ namespace OpenSim.Server.Base
|
||||
Dictionary<string, object> ret = new Dictionary<string, object>();
|
||||
|
||||
XmlDocument doc = new XmlDocument();
|
||||
|
||||
doc.XmlResolver = null;
|
||||
try
|
||||
{
|
||||
doc.LoadXml(data);
|
||||
|
||||
Reference in New Issue
Block a user