File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -204,15 +204,17 @@ directory = ".plugins"
204204
205205# Allow installing native plugins from the marketplace (default: false)
206206# Native plugins run in-process; only enable for fully trusted registries.
207- # allow_native_marketplace = false
207+ # The official StreamKit marketplace uses signed manifests and curated plugins.
208+ allow_native_marketplace = true
208209
209210# Minisign public keys (contents of `.pub` files) trusted for marketplace manifests
210- # trusted_pubkeys = [
211- # "untrusted comment: minisign public key 81C485A94492F33F\nRWQ/85JEqYXEgX+2kl7Rwd8AcpVjYciSLzvLggzivbGyIrDPjfmcqjYP\n",
212- # ]
211+ # This is the official StreamKit marketplace signing key.
212+ trusted_pubkeys = [
213+ " untrusted comment: minisign public key 81C485A94492F33F\n RWQ/85JEqYXEgX+2kl7Rwd8AcpVjYciSLzvLggzivbGyIrDPjfmcqjYP\n " ,
214+ ]
213215
214216# Marketplace registry index URLs (e.g., https://example.com/index.json)
215- # registries = ["https://streamkit.dev/marketplace/index.json"]
217+ registries = [" https://streamkit.dev/marketplace/index.json" ]
216218
217219# Marketplace security controls
218220# allow_model_urls = false
You can’t perform that action at this time.
0 commit comments