mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 02:20:38 +09:00
Merge pull request #388 from ohld/fix/default-skip-permissions
fix: default dangerouslySkipPermissions to true
This commit is contained in:
commit
908e01655a
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ export const defaultCreateValues: CreateConfigValues = {
|
|||
model: "",
|
||||
thinkingEffort: "",
|
||||
chrome: false,
|
||||
dangerouslySkipPermissions: false,
|
||||
dangerouslySkipPermissions: true,
|
||||
search: false,
|
||||
dangerouslyBypassSandbox: false,
|
||||
command: "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue