mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-26 07:57:40 +00:00
fix(browser): keep static helper seams cold (#59471)
* fix(browser): keep static helper seams cold * fix(browser): narrow sandbox helper facade imports * fix(browser): harden host inspection helpers
This commit is contained in:
@@ -226,9 +226,12 @@ export const GENERATED_PLUGIN_SDK_FACADES = [
|
||||
DEFAULT_UPLOAD_DIR: "./browser-config.js",
|
||||
closeTrackedBrowserTabsForSessions: "./browser-maintenance.js",
|
||||
movePathToTrash: "./browser-maintenance.js",
|
||||
parseBrowserMajorVersion: "./browser-host-inspection.js",
|
||||
redactCdpUrl: "./browser-config.js",
|
||||
readBrowserVersion: "./browser-host-inspection.js",
|
||||
resolveBrowserConfig: "./browser-config.js",
|
||||
resolveBrowserControlAuth: "./browser-config.js",
|
||||
resolveGoogleChromeExecutableForPlatform: "./browser-host-inspection.js",
|
||||
resolveProfile: "./browser-config.js",
|
||||
},
|
||||
exports: [
|
||||
|
||||
Reference in New Issue
Block a user