mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
Add warnings in osslEnable.ini about use of osAvatarPlayAnimation which forces animations
on avatars without requesting user permission.
This commit is contained in:
@@ -74,6 +74,7 @@
|
||||
Allow_osSetSunParam = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
|
||||
Allow_osTeleportOwner = true
|
||||
Allow_osWindActiveModelPluginName = true
|
||||
Allow_osCheckODE = true
|
||||
|
||||
; ThreatLevel Nuisance
|
||||
Allow_osSetEstateSunSettings = ESTATE_MANAGER,ESTATE_OWNER
|
||||
@@ -176,6 +177,9 @@
|
||||
|
||||
; VeryHigh
|
||||
Allow_osAgentSaveAppearance = ESTATE_OWNER, ESTATE_MANAGER
|
||||
; Warning: The next function allows scripts to force animations on avatars without the user giving permission.
|
||||
; Enabling this can allow forced animations which can trigger traumatic episodes in vulnerable populations.
|
||||
; Similar things can be said for several of the 'force' functions. Enable with care and control.
|
||||
Allow_osAvatarPlayAnimation = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
||||
Allow_osAvatarStopAnimation = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
||||
Allow_osForceDetachFromAvatar = ESTATE_OWNER, ESTATE_MANAGER
|
||||
|
||||
Reference in New Issue
Block a user