mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 18:00:21 +00:00
test: align browser subpath ssrf default
This commit is contained in:
@@ -13,7 +13,7 @@ describe("plugin-sdk browser subpaths", () => {
|
||||
expect(DEFAULT_OPENCLAW_BROWSER_ENABLED).toBe(true);
|
||||
expect(DEFAULT_BROWSER_DEFAULT_PROFILE_NAME).toBe("openclaw");
|
||||
expect(resolved.controlPort).toBeTypeOf("number");
|
||||
expect(resolved.ssrfPolicy).toBeUndefined();
|
||||
expect(resolved.ssrfPolicy).toEqual({});
|
||||
});
|
||||
|
||||
it("parses and redacts CDP urls on the dedicated CDP subpath", () => {
|
||||
|
||||
Reference in New Issue
Block a user