There was an error while loading. Please reload this page.
2 parents 110eeb8 + 7034b69 commit f91c657Copy full SHA for f91c657
1 file changed
crates/pumpkin/src/plugin/loader/wasm/wasm_host/mod.rs
@@ -277,6 +277,10 @@ impl WasmPlugin {
277
builder.inherit_network();
278
}
279
280
+ if has_permission(permissions::HTTP_OUTBOUND) {
281
+ store.data_mut().wasi_http_hooks.allow_outbound = true;
282
+ }
283
+
284
// --- System Permissions & Environment Variables ---
285
286
// Environment Variables
0 commit comments