diff options
author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2014-09-22 20:01:55 +0300 |
---|---|---|
committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2014-09-22 20:01:55 +0300 |
commit | 61e05f912557e3086cd80a10075aeaa6586519be (patch) | |
tree | 273d774f45d2522041c752015dc4247890dfc7e3 /indra/llui/lltextbase.h | |
parent | 9c4a8951fffb2a649647178f396f01cf68f114fc (diff) |
MAINT-4170 Eliminate homoglyphs in URL hostnames: used 3p-uriparser;
Diffstat (limited to 'indra/llui/lltextbase.h')
-rwxr-xr-x | indra/llui/lltextbase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lltextbase.h b/indra/llui/lltextbase.h index 738b4d5b8e..dfc10923f3 100755 --- a/indra/llui/lltextbase.h +++ b/indra/llui/lltextbase.h @@ -590,6 +590,7 @@ protected: void appendTextImpl(const std::string &new_text, const LLStyle::Params& input_params = LLStyle::Params()); void appendAndHighlightTextImpl(const std::string &new_text, S32 highlight_part, const LLStyle::Params& style_params, bool underline_on_hover_only = false); + S32 normalizeUri(std::string& uri); protected: |