diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-03-31 17:47:07 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-03-31 17:47:07 +0300 |
commit | a6daa3a26d2b566df0a0563fc6d6c40fb385a1f0 (patch) | |
tree | 149e078a00a671c95c1f9d16c47a4ddd6447d7df /indra/newview/llgroupactions.cpp | |
parent | 302bfb6e81c28254b750392eea2468b434220bb3 (diff) |
SL-19432 External group links dont load in SL
Diffstat (limited to 'indra/newview/llgroupactions.cpp')
-rw-r--r-- | indra/newview/llgroupactions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llgroupactions.cpp b/indra/newview/llgroupactions.cpp index be52e280e1..aec6c23e34 100644 --- a/indra/newview/llgroupactions.cpp +++ b/indra/newview/llgroupactions.cpp @@ -52,7 +52,7 @@ class LLGroupHandler : public LLCommandHandler { public: // requires trusted browser to trigger - LLGroupHandler() : LLCommandHandler("group", UNTRUSTED_CLICK_ONLY) { } + LLGroupHandler() : LLCommandHandler("group", UNTRUSTED_THROTTLE) { } virtual bool canHandleUntrusted( const LLSD& params, |