mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 22:10:21 +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