chore: remove support for fetch from experimental scripting sandbox
To be revisited after addressing security implications.
This commit is contained in:
parent
40c1c20de0
commit
e1f78b185a
1 changed files with 1 additions and 3 deletions
|
|
@ -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(),
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue