mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-07 22:09:57 +00:00
fix(browser): gate evaluate behind config flag
This commit is contained in:
@@ -6,6 +6,7 @@ import type { HookEligibilityContext, HookEntry } from "./types.js";
|
||||
|
||||
const DEFAULT_CONFIG_VALUES: Record<string, boolean> = {
|
||||
"browser.enabled": true,
|
||||
"browser.evaluateEnabled": true,
|
||||
"workspace.dir": true,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user