diff options
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r-- | bin/Robust.HG.ini.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 5fa4026..872a7f8 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -153,6 +153,13 @@ | |||
153 | ;; Hypergrid services are not affected by this; they are publicly available | 153 | ;; Hypergrid services are not affected by this; they are publicly available |
154 | ;; by design. | 154 | ;; by design. |
155 | 155 | ||
156 | ;; By default, scripts are not allowed to call private services via llHttpRequest() | ||
157 | ;; Such calls are detected by the X-SecondLife-Shared HTTP header | ||
158 | ;; If you allow such calls you must be sure that they are restricted to very trusted scripters | ||
159 | ;; (remember scripts can also be in visiting avatar attachments). | ||
160 | ;; This can be overriden in individual private service sections if necessary | ||
161 | AllowllHTTPRequestIn = false | ||
162 | |||
156 | ; * The following are for the remote console | 163 | ; * The following are for the remote console |
157 | ; * They have no effect for the local or basic console types | 164 | ; * They have no effect for the local or basic console types |
158 | ; * Leave commented to diable logins to the console | 165 | ; * Leave commented to diable logins to the console |