diff options
author | BlueWall | 2015-03-04 14:02:35 -0500 |
---|---|---|
committer | BlueWall | 2015-03-04 14:02:35 -0500 |
commit | 369ccaf1eb0f2cf235108b6534d4207cfbf520e9 (patch) | |
tree | c916dd429b9a9b494b27fe87563ef31d399c9403 /bin/Robust.ini.example | |
parent | One more migration fix (diff) | |
parent | Make private services forbid llHTTPRequest() calls by rejecting those that ha... (diff) | |
download | opensim-SC_OLD-369ccaf1eb0f2cf235108b6534d4207cfbf520e9.zip opensim-SC_OLD-369ccaf1eb0f2cf235108b6534d4207cfbf520e9.tar.gz opensim-SC_OLD-369ccaf1eb0f2cf235108b6534d4207cfbf520e9.tar.bz2 opensim-SC_OLD-369ccaf1eb0f2cf235108b6534d4207cfbf520e9.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r-- | bin/Robust.ini.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index a0b8f50..48deeae 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -129,6 +129,13 @@ | |||
129 | ;; This is useful in cases where you want to protect most of the services, | 129 | ;; This is useful in cases where you want to protect most of the services, |
130 | ;; but unprotect individual services. Username and Password can also be | 130 | ;; but unprotect individual services. Username and Password can also be |
131 | ;; overriden if you want to use different credentials for the different services. | 131 | ;; overriden if you want to use different credentials for the different services. |
132 | |||
133 | ;; By default, scripts are not allowed to call private services via llHttpRequest() | ||
134 | ;; Such calls are detected by the X-SecondLife-Shared HTTP header | ||
135 | ;; If you allow such calls you must be sure that they are restricted to very trusted scripters | ||
136 | ;; (remember scripts can also be in visiting avatar attachments). | ||
137 | ;; This can be overriden in individual private service sections if necessary | ||
138 | AllowllHTTPRequestIn = false | ||
132 | 139 | ||
133 | ; * The following are for the remote console | 140 | ; * The following are for the remote console |
134 | ; * They have no effect for the local or basic console types | 141 | ; * They have no effect for the local or basic console types |