mirror of
https://github.com/oceanprotocol/react.git
synced 2025-02-14 21:10:38 +01:00
update compute privacy
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
This commit is contained in:
parent
f64ddb0f78
commit
691b8008ec
@ -114,7 +114,8 @@ function usePublish(): UsePublish {
|
|||||||
const origComputePrivacy: ServiceComputePrivacy = {
|
const origComputePrivacy: ServiceComputePrivacy = {
|
||||||
allowRawAlgorithm: true,
|
allowRawAlgorithm: true,
|
||||||
allowNetworkAccess: false,
|
allowNetworkAccess: false,
|
||||||
publisherTrustedAlgorithms: []
|
publisherTrustedAlgorithms: [],
|
||||||
|
allowAllPublishedAlgorithms: false
|
||||||
}
|
}
|
||||||
const computeService = ocean.compute.createComputeService(
|
const computeService = ocean.compute.createComputeService(
|
||||||
account,
|
account,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user