OsSetContentType
From OpenSimulator
(Difference between revisions)
												
			m (XEngine to OSSL)  | 
			|||
| Line 2: | Line 2: | ||
|function_syntax= osSetContentType(key id, string type)  | |function_syntax= osSetContentType(key id, string type)  | ||
|threat_level=Severe  | |threat_level=Severe  | ||
| − | |permissions=${  | + | |permissions=${OSSL|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER  | 
|delay=0  | |delay=0  | ||
|description=Sets an arbitrary content return type for an [http://wiki.secondlife.com/wiki/LlRequestURL llRequestUrl()].  | |description=Sets an arbitrary content return type for an [http://wiki.secondlife.com/wiki/LlRequestURL llRequestUrl()].  | ||
Revision as of 06:37, 7 November 2019
osSetContentType(key id, string type)
 
 | |
| Sets an arbitrary content return type for an llRequestUrl(). | |
| Threat Level | Severe | 
| Permissions | ${OSSL|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER | 
| Extra Delay | 0 seconds | 
| Notes | |
| This function was added in 0.7.5-post-fixes
 The threat level was upgraded to Severe as of commit #2c2b887c8a on December 11, 2018.  | |