From 7d3bafd5abf22f5c1ea3c3d8918d9b8177693bda Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Wed, 4 Mar 2015 17:43:00 +0000
Subject: Add outbound URL filter to llHttpRequest() and
osSetDynamicTextureURL*() script functions.
This is to address an issue where HTTP script functions could make calls to localhost and other endpoints inside the simulator's LAN.
By default, calls to all private addresses are now blocked as per http://en.wikipedia.org/wiki/Reserved_IP_addresses
If you require exceptions to this, configure [Network] OutboundDisallowForUserScriptsExcept in OpenSim.ini
---
prebuild.xml | 2 ++
1 file changed, 2 insertions(+)
(limited to 'prebuild.xml')
diff --git a/prebuild.xml b/prebuild.xml
index 771b7c7..a0b33b6 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -593,6 +593,7 @@
../../../bin/
+
@@ -607,6 +608,7 @@
+
--
cgit v1.1