diff options
Diffstat (limited to 'indra/newview/llpanelhome.cpp')
-rw-r--r--[-rwxr-xr-x] | indra/newview/llpanelhome.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llpanelhome.cpp b/indra/newview/llpanelhome.cpp index 713d2d79b4..30c428bc2f 100755..100644 --- a/indra/newview/llpanelhome.cpp +++ b/indra/newview/llpanelhome.cpp @@ -67,7 +67,6 @@ BOOL LLPanelHome::postBuild() std::string url = LLViewerHome::getHomeURL(); mBrowser->addObserver(this); - mBrowser->setTrusted(true); mBrowser->setHomePageUrl(url); } |