chore: remove support for fetch from experimental scripting sandbox

To be revisited after addressing security implications.
This commit is contained in:
jamesgeorge007 2025-05-28 15:37:31 +05:30
parent 40c1c20de0
commit e1f78b185a

View file

@ -5,9 +5,8 @@ import {
crypto,
encoding,
esmModuleLoader,
fetch,
urlPolyfill,
timers,
urlPolyfill,
} from "faraday-cage/modules"
type DefaultModulesConfig = {
@ -61,7 +60,6 @@ export const defaultModules = (config?: DefaultModulesConfig) => {
}),
esmModuleLoader,
fetch(),
encoding(),
timers(),
]