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"
parent
4381f16e18
commit
35d1642889
|
@ -843,7 +843,11 @@
|
||||||
Cap_WebFetchInventoryDescendents = ""
|
Cap_WebFetchInventoryDescendents = ""
|
||||||
Cap_FetchInventoryDescendents2 = "localhost"
|
Cap_FetchInventoryDescendents2 = "localhost"
|
||||||
Cap_FetchInventory2 = "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
|
; Capability for searching for people
|
||||||
Cap_AvatarPickerSearch = "localhost"
|
Cap_AvatarPickerSearch = "localhost"
|
||||||
|
|
Loading…
Reference in New Issue