disable the new Cap_FetchLib2 because viewers do not suport it for opensim. To decide when to use it, they use a hardcode LL owner ID on same code paths, while on others just compare owner to the agent. This makes suport for this cap impossible"

This commit is contained in:
UbitUmarov
2018-01-31 14:54:27 +00:00
parent 4381f16e18
commit 35d1642889

View File

@@ -843,7 +843,11 @@
Cap_WebFetchInventoryDescendents = ""
Cap_FetchInventoryDescendents2 = "localhost"
Cap_FetchInventory2 = "localhost"
Cap_FetchLib2 = "localhost"
; do uncomment Cap_FetchLib2 for now
; Current viewers do not suport it for opensim.
; in same requests they use a hard coded ll library owner id.
;Cap_FetchLib2 = "localhost"
; Capability for searching for people
Cap_AvatarPickerSearch = "localhost"