summaryrefslogtreecommitdiff
path: root/indra/llui/llurlregistry.cpp
diff options
context:
space:
mode:
authorAndreyL ProductEngine <andreylproductengine@lindenlab.com>2015-07-29 07:35:08 +0300
committerAndreyL ProductEngine <andreylproductengine@lindenlab.com>2015-07-29 07:35:08 +0300
commite62d5ea4e822e7bb2204eca25c8c4a87a9f6b4be (patch)
treed4431e780b5c7ee41f27191c8f8ec064362e3b10 /indra/llui/llurlregistry.cpp
parent33dfd860ecd29790b4c43c28f52b185c98ad791d (diff)
MAINT-5019 FIXED Undesired "http://" added to domains sent in chat
Completely removed matching of the URLs w/o a protocol + Some unit tests
Diffstat (limited to 'indra/llui/llurlregistry.cpp')
-rwxr-xr-xindra/llui/llurlregistry.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llui/llurlregistry.cpp b/indra/llui/llurlregistry.cpp
index fcdb5b19d4..decb9c9bc2 100755
--- a/indra/llui/llurlregistry.cpp
+++ b/indra/llui/llurlregistry.cpp
@@ -76,9 +76,6 @@ LLUrlRegistry::LLUrlRegistry()
registerUrl(new LLUrlEntrySL());
mUrlEntrySLLabel = new LLUrlEntrySLLabel();
registerUrl(mUrlEntrySLLabel);
- // most common pattern is a URL without any protocol starting with "www",
- // e.g., "www.secondlife.com"
- registerUrl(new LLUrlEntryHTTPNoProtocol());
registerUrl(new LLUrlEntryEmail());
}