diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-09-07 23:06:00 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-09-07 23:06:00 +0300 |
commit | 1aa27d4d13602baaf568d6269f4842881a78bdbc (patch) | |
tree | 7027db063f4de4ef105bad47017af4c5b91fa751 /indra/newview/llpanelprofileclassifieds.cpp | |
parent | 25388312cf28f8b30934ac3885783a96a3b2ed69 (diff) |
SL-20273 IM, Offer Teleport, Map and Pay SLurls from external browser were blocked
Diffstat (limited to 'indra/newview/llpanelprofileclassifieds.cpp')
-rw-r--r-- | indra/newview/llpanelprofileclassifieds.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpanelprofileclassifieds.cpp b/indra/newview/llpanelprofileclassifieds.cpp index dec6cfd83b..3fbaad4dee 100644 --- a/indra/newview/llpanelprofileclassifieds.cpp +++ b/indra/newview/llpanelprofileclassifieds.cpp @@ -93,7 +93,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; } |