From e460663fec5e3b117e782b4c1b4bfcbe87cbcc64 Mon Sep 17 00:00:00 2001 From: BlueWall Date: Sat, 9 Jun 2012 23:52:47 -0400 Subject: [PATCH] Add a note about securing web interface --- OpenSim/Services/IntegrationService/IntegrationService.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenSim/Services/IntegrationService/IntegrationService.cs b/OpenSim/Services/IntegrationService/IntegrationService.cs index e229edd041..022acd84da 100644 --- a/OpenSim/Services/IntegrationService/IntegrationService.cs +++ b/OpenSim/Services/IntegrationService/IntegrationService.cs @@ -348,6 +348,8 @@ namespace OpenSim.Services.IntegrationService #endregion #region IIntegrationService implementation + // Will hold back on implementing things here that can actually make changes + // Need to secure it first public byte[] HandleWebListRepositories(OSDMap request) { Dictionary result = new Dictionary();