mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-13 21:49:38 +00:00
fix: align browser ssrf policy typing
This commit is contained in:
parent
abc499ec49
commit
b2df0ed4b7
1 changed files with 1 additions and 0 deletions
|
|
@ -396,6 +396,7 @@ vi.mock("../config/config.js", async () => {
|
|||
Object.keys(state.cfgProfiles).length > 0
|
||||
? state.cfgProfiles
|
||||
: defaultProfilesForState(state.testPort),
|
||||
ssrfPolicy: { dangerouslyAllowPrivateNetwork: true },
|
||||
},
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue