From 057bcc92eced27ad9d0d926357aabf9252309773 Mon Sep 17 00:00:00 2001 From: maxim_productengine Date: Thu, 19 Apr 2018 16:48:46 +0300 Subject: MAINT-8552 FIXED Secure map links do not parse in chat and SL icon is not displayed --- indra/llui/llurlentry.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/llui/llurlentry.h') diff --git a/indra/llui/llurlentry.h b/indra/llui/llurlentry.h index 28e9931718..78c149d9fd 100644 --- a/indra/llui/llurlentry.h +++ b/indra/llui/llurlentry.h @@ -175,6 +175,7 @@ class LLUrlEntrySLURL : public LLUrlEntryBase { public: LLUrlEntrySLURL(); + /*virtual*/ bool isTrusted() const { return true; } /*virtual*/ std::string getLabel(const std::string &url, const LLUrlLabelCallback &cb); /*virtual*/ std::string getLocation(const std::string &url) const; }; -- cgit v1.2.3