SL-18826 limit teleport command usage
parent
f7010e46af
commit
ab8dc07630
|
|
@ -263,7 +263,7 @@ public:
|
|||
// inside the app, otherwise a malicious web page could
|
||||
// cause a constant teleport loop. JC
|
||||
LLTeleportHandler() :
|
||||
LLCommandHandler("teleport", UNTRUSTED_THROTTLE),
|
||||
LLCommandHandler("teleport", UNTRUSTED_CLICK_ONLY),
|
||||
LLEventAPI("LLTeleportHandler", "Low-level teleport API")
|
||||
{
|
||||
LLEventAPI::add("teleport",
|
||||
|
|
|
|||
Loading…
Reference in New Issue