diff options
author | Armin Weatherwax | 2011-03-13 15:19:55 +0100 |
---|---|---|
committer | Armin Weatherwax | 2011-03-13 15:19:55 +0100 |
commit | b543f291fcf945330fd5a533cc7235c20d7cb4c5 (patch) | |
tree | 46e725a9a11f6d54535f869d0a2494efaeb6985c /linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | |
parent | fix voice doesn't kick in. (diff) | |
download | meta-impy-b543f291fcf945330fd5a533cc7235c20d7cb4c5.zip meta-impy-b543f291fcf945330fd5a533cc7235c20d7cb4c5.tar.gz meta-impy-b543f291fcf945330fd5a533cc7235c20d7cb4c5.tar.bz2 meta-impy-b543f291fcf945330fd5a533cc7235c20d7cb4c5.tar.xz |
Henri Beauchamps version of Sione Lomus media filter patch.
from http://sldev.free.fr/ : "MediaFilter_v3: based on code by Sione Lomu with a couple of bugfixes by Tonya Souther, this improved patch brings media and streaming audio URLs filtering (to prevent IP ripping by so-called security systems which violate the SL TOS by catching your IP and associating your various avatars with it, thus violating your anonimity). Beside empowering your viewer with allow/deny/blacklist/whitelist functions per domain, this improved patch makes the difference between external servers (domains names filtering) and in-world servers (scripted objects with built-in HTTP servers). I also fixed various bugs, security holes and shortcomings, refactored the code and improved it, and added a whitelist/blacklist erasing function."
Imprudence changes: added "MediaFilter" debug to be able to inspect the full url and media texture uuid
Diffstat (limited to 'linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml b/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml index 4bde0f0..5fbf337 100644 --- a/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml +++ b/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | |||
@@ -277,6 +277,11 @@ | |||
277 | <on_click function="ShowAgentGroups" | 277 | <on_click function="ShowAgentGroups" |
278 | userdata="agent" /> | 278 | userdata="agent" /> |
279 | </menu_item_call> | 279 | </menu_item_call> |
280 | <menu_item_check bottom="-192" enabled="true" height="19" label="Media Filter" left="0" | ||
281 | mouse_opaque="true" name="Media Filter" width="211"> | ||
282 | <on_click function="ShowFloater" userdata="media filter" /> | ||
283 | <on_check function="FloaterVisible" userdata="media filter" /> | ||
284 | </menu_item_check> | ||
280 | <menu_item_separator /> | 285 | <menu_item_separator /> |
281 | <menu_item_call name="Preferences..." label="Preferences..." | 286 | <menu_item_call name="Preferences..." label="Preferences..." |
282 | shortcut="control|P"> | 287 | shortcut="control|P"> |