diff options
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs | 2 | ||||
-rw-r--r-- | bin/config-include/osslEnable.ini | 2 |
2 files changed, 2 insertions, 2 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); |
diff --git a/bin/config-include/osslEnable.ini b/bin/config-include/osslEnable.ini index 6b1bf73..05eb16f 100644 --- a/bin/config-include/osslEnable.ini +++ b/bin/config-include/osslEnable.ini | |||
@@ -184,7 +184,6 @@ | |||
184 | Allow_osParcelSubdivide = ESTATE_MANAGER,ESTATE_OWNER | 184 | Allow_osParcelSubdivide = ESTATE_MANAGER,ESTATE_OWNER |
185 | Allow_osRegionRestart = ESTATE_MANAGER,ESTATE_OWNER | 185 | Allow_osRegionRestart = ESTATE_MANAGER,ESTATE_OWNER |
186 | Allow_osRegionNotice = ESTATE_MANAGER,ESTATE_OWNER | 186 | Allow_osRegionNotice = ESTATE_MANAGER,ESTATE_OWNER |
187 | Allow_osSetContentType = ${OSSL|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER | ||
188 | Allow_osSetPrimitiveParams = false | 187 | Allow_osSetPrimitiveParams = false |
189 | Allow_osSetProjectionParams = ${OSSL|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER | 188 | Allow_osSetProjectionParams = ${OSSL|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER |
190 | Allow_osSetRegionWaterHeight = ESTATE_MANAGER,ESTATE_OWNER | 189 | Allow_osSetRegionWaterHeight = ESTATE_MANAGER,ESTATE_OWNER |
@@ -221,6 +220,7 @@ | |||
221 | 220 | ||
222 | ; ThreatLevel Severe with additional internal restrictions | 221 | ; ThreatLevel Severe with additional internal restrictions |
223 | Allow_osGetAgentIP = true ; always restricted to Administrators (true or false to disable) | 222 | Allow_osGetAgentIP = true ; always restricted to Administrators (true or false to disable) |
223 | Allow_osSetContentType = $ESTATE_OWNER | ||
224 | 224 | ||
225 | 225 | ||
226 | ; available functions out of Threat level control (for reference only) | 226 | ; available functions out of Threat level control (for reference only) |