diff options
author | UbitUmarov | 2018-12-11 14:55:32 +0000 |
---|---|---|
committer | UbitUmarov | 2018-12-11 14:55:32 +0000 |
commit | 2c2b887c8a36bd1d213aa22ff6ea86c3b52f93a4 (patch) | |
tree | ec30808d6673d523773f279cb6197956e71d170b /OpenSim/Region/ScriptEngine | |
parent | Remove OpenID cookie check (agni_sl_session_id) from *SetContentType Remove c... (diff) | |
download | opensim-SC-2c2b887c8a36bd1d213aa22ff6ea86c3b52f93a4.zip opensim-SC-2c2b887c8a36bd1d213aa22ff6ea86c3b52f93a4.tar.gz opensim-SC-2c2b887c8a36bd1d213aa22ff6ea86c3b52f93a4.tar.bz2 opensim-SC-2c2b887c8a36bd1d213aa22ff6ea86c3b52f93a4.tar.xz |
change osSetContentType threat level
Diffstat (limited to 'OpenSim/Region/ScriptEngine')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs index 07a8728..969347a 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs | |||
@@ -4251,7 +4251,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
4251 | /// <returns></returns> | 4251 | /// <returns></returns> |
4252 | public void osSetContentType(LSL_Key id, string type) | 4252 | public void osSetContentType(LSL_Key id, string type) |
4253 | { | 4253 | { |
4254 | CheckThreatLevel(ThreatLevel.High, "osSetContentType"); | 4254 | CheckThreatLevel(ThreatLevel.Severe, "osSetContentType"); |
4255 | 4255 | ||
4256 | if (m_UrlModule != null) | 4256 | if (m_UrlModule != null) |
4257 | m_UrlModule.HttpContentType(new UUID(id),type); | 4257 | m_UrlModule.HttpContentType(new UUID(id),type); |