change osSetContentType threat level

This commit is contained in:
UbitUmarov
2018-12-11 14:55:32 +00:00
parent 34b7d7ec6e
commit 2c2b887c8a
2 changed files with 2 additions and 2 deletions

View File

@@ -4251,7 +4251,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
/// <returns></returns>
public void osSetContentType(LSL_Key id, string type)
{
CheckThreatLevel(ThreatLevel.High, "osSetContentType");
CheckThreatLevel(ThreatLevel.Severe, "osSetContentType");
if (m_UrlModule != null)
m_UrlModule.HttpContentType(new UUID(id),type);