summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2025-11-21 15:53:40 +0200
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2025-11-26 23:11:47 +0200
commitd4bee6babb248c97b38a5971ad6bfe890a040581 (patch)
treed6a292286da40ef661cb6cae3088a916ad5e37c9
parent9fe788e031e83aa6bfbb7bc9144079d2814018e8 (diff)
#5012 Switch 'chat' from untrusted, to click only
This command shouldn't be allowed from outside the app, but clicks should be valid
-rw-r--r--indra/newview/llfloaterimnearbychat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimnearbychat.cpp b/indra/newview/llfloaterimnearbychat.cpp
index b649514bff..f0d696361a 100644
--- a/indra/newview/llfloaterimnearbychat.cpp
+++ b/indra/newview/llfloaterimnearbychat.cpp
@@ -907,7 +907,7 @@ class LLChatCommandHandler : public LLCommandHandler
{
public:
// not allowed from outside the app
- LLChatCommandHandler() : LLCommandHandler("chat", UNTRUSTED_BLOCK) { }
+ LLChatCommandHandler() : LLCommandHandler("chat", UNTRUSTED_CLICK_ONLY) { }
// Your code here
bool handle(const LLSD& tokens,