diff options
-rw-r--r-- | bin/OpenSim.ini.example | 5 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index bb73687..557e475 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1158,6 +1158,11 @@ | |||
1158 | ;; Set the value of the url to your UserProfilesService | 1158 | ;; Set the value of the url to your UserProfilesService |
1159 | ;; If un-set / "" the module is disabled | 1159 | ;; If un-set / "" the module is disabled |
1160 | ;; ProfileServiceURL = ${Const|BaseURL}:${Const|PublicPort} | 1160 | ;; ProfileServiceURL = ${Const|BaseURL}:${Const|PublicPort} |
1161 | |||
1162 | ;# {AllowUserProfileWebURLs} {} {allow user profiles web urls} {true false} true | ||
1163 | ;; set this to false to prevent your users to be sent to unkown | ||
1164 | ;; web sites by other users on their profiles | ||
1165 | ; AllowUserProfileWebURLs = true | ||
1161 | 1166 | ||
1162 | [XBakes] | 1167 | [XBakes] |
1163 | ;# {URL} {} {Set URL for Baked texture service} {} | 1168 | ;# {URL} {} {Set URL for Baked texture service} {} |
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 3f8864e..b57a844 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -541,6 +541,10 @@ | |||
541 | ;; points to your grid's Robust user profiles service | 541 | ;; points to your grid's Robust user profiles service |
542 | ;; | 542 | ;; |
543 | ; ProfileURL = http://127.0.0.1:9000 | 543 | ; ProfileURL = http://127.0.0.1:9000 |
544 | |||
545 | ;; set this to false to prevent your users to be sent to unkown | ||
546 | ;; web sites by other users on their profiles | ||
547 | ; AllowUserProfileWebURLs = true | ||
544 | 548 | ||
545 | 549 | ||
546 | [SMTP] | 550 | [SMTP] |