aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/GridCommon.ini.example
diff options
context:
space:
mode:
authorDiva Canto2011-02-04 17:05:45 -0800
committerDiva Canto2011-02-04 17:05:45 -0800
commitf5a3eb9fd547df043b00a2934d891dcfff3142ab (patch)
tree08f36e038b2c9fdc760bd63445a5da5e2f3c65ca /bin/config-include/GridCommon.ini.example
parentFor now, reinstate the call to World.GridService.GetRegionsByName() commented... (diff)
downloadopensim-SC_OLD-f5a3eb9fd547df043b00a2934d891dcfff3142ab.zip
opensim-SC_OLD-f5a3eb9fd547df043b00a2934d891dcfff3142ab.tar.gz
opensim-SC_OLD-f5a3eb9fd547df043b00a2934d891dcfff3142ab.tar.bz2
opensim-SC_OLD-f5a3eb9fd547df043b00a2934d891dcfff3142ab.tar.xz
Added a config var to HGInventoryAccessModule called OutboundPermission that controls whether the sim lets asset POSTs happen to foreign grids or not. It's True by default. If ppl want to allow foreign visitors but don't want to allow any assets out of their grid, they should set this to False. This is the beginning of policies for these things...
Diffstat (limited to 'bin/config-include/GridCommon.ini.example')
-rw-r--r--bin/config-include/GridCommon.ini.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example
index 761e5eb..e1bcf00 100644
--- a/bin/config-include/GridCommon.ini.example
+++ b/bin/config-include/GridCommon.ini.example
@@ -88,6 +88,10 @@
88 ; accessible from other grids 88 ; accessible from other grids
89 ; 89 ;
90 ProfileServerURI = "http://mygridserver.com:8002/user" 90 ProfileServerURI = "http://mygridserver.com:8002/user"
91 ;; If you want to protect your assets from being copied by foreign visitors
92 ;; uncomment the next line. You may want to do this on sims that have licensed content.
93 ; OutboundPermission = False
94
91 95
92[Modules] 96[Modules]
93 ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. 97 ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists.