mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
disable some XmlResolver
This commit is contained in:
@@ -671,6 +671,7 @@ namespace OpenSim.Framework
|
||||
public static string GetFormattedXml(string rawXml)
|
||||
{
|
||||
XmlDocument xd = new XmlDocument();
|
||||
xd.XmlResolver=null;
|
||||
xd.LoadXml(rawXml);
|
||||
|
||||
StringBuilder sb = new StringBuilder();
|
||||
|
||||
Reference in New Issue
Block a user