From d96d31be4524f52715278d7b96c7b1755e763ad8 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Sun, 12 Apr 2015 19:32:06 -0700 Subject: [PATCH] Add warnings in osslEnable.ini about use of osAvatarPlayAnimation which forces animations on avatars without requesting user permission. --- bin/config-include/osslEnable.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/config-include/osslEnable.ini b/bin/config-include/osslEnable.ini index ba814c60f2..988060e9da 100755 --- a/bin/config-include/osslEnable.ini +++ b/bin/config-include/osslEnable.ini @@ -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