From 39f7c4a292643603e63c02fd5eb032fccd1af9f8 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Mon, 14 Mar 2016 16:11:37 +0100 Subject: Expand on the comment on the new HTTP limit feature. --- bin/OpenSim.ini.example | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 840de6b..90ecb72 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -526,6 +526,11 @@ ;; By default, llHTTPRequest limits the response body to 2048 bytes. ;; This limit can be extended using HTTP_BODY_MAXLENGTH to a maximum ;; of HttpBodyMaxLenMAX bytes. + ;; Please be aware that the limit can be set to insanely high values, + ;; effectively removing any limitation. This will expose your sim to a + ;; known attack. It is not recommended to set this limit higher than + ;; the highest value that is actually needed by existing applications! + ;; 16384 is the SL compatible value. ; HttpBodyMaxLenMAX=16384 ;# {ExternalHostNameForLSL} {} {Hostname to use for HTTP-IN URLs. This should be reachable from the internet.} {} -- cgit v1.1