summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelprofilepicks.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-09-07 23:06:00 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-09-07 23:06:00 +0300
commit1aa27d4d13602baaf568d6269f4842881a78bdbc (patch)
tree7027db063f4de4ef105bad47017af4c5b91fa751 /indra/newview/llpanelprofilepicks.cpp
parent25388312cf28f8b30934ac3885783a96a3b2ed69 (diff)
SL-20273 IM, Offer Teleport, Map and Pay SLurls from external browser were blocked
Diffstat (limited to 'indra/newview/llpanelprofilepicks.cpp')
-rw-r--r--indra/newview/llpanelprofilepicks.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpanelprofilepicks.cpp b/indra/newview/llpanelprofilepicks.cpp
index 0535036cb0..ff3f654d0e 100644
--- a/indra/newview/llpanelprofilepicks.cpp
+++ b/indra/newview/llpanelprofilepicks.cpp
@@ -74,7 +74,8 @@ public:
return true; // don't block, will fail later
}
- if (nav_type == NAV_TYPE_CLICKED)
+ if (nav_type == NAV_TYPE_CLICKED
+ || nav_type == NAV_TYPE_EXTERNAL)
{
return true;
}