diff options
author | Richard Linden <none@none> | 2010-09-17 12:16:07 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-09-17 12:16:07 -0700 |
commit | f3cdc9b01deb6c789d909b39914d11a6184946cd (patch) | |
tree | f8eb19badaee0f27ef48a9624464d964faa4ebbf /indra/newview/skins/default/xui/en/floater_search.xml | |
parent | e66585aa4fce98d4e58656cadfdbb65b3d808cfa (diff) |
allow_popups is now driven by trusted content flag
trusted content is now a const attribute of LLMediaCtrl, set in constructor params
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_search.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_search.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_search.xml b/indra/newview/skins/default/xui/en/floater_search.xml index 0b97c363f6..8770ede7e9 100644 --- a/indra/newview/skins/default/xui/en/floater_search.xml +++ b/indra/newview/skins/default/xui/en/floater_search.xml @@ -38,7 +38,7 @@ user_resize="false" width="630"> <web_browser - always_allow_popups="true" + trusted_content="true" follows="left|right|top|bottom" layout="topleft" left="0" |