Skip to content

Commit f16dc49

Browse files
authored
Update webui.c
1 parent 0f4cf1a commit f16dc49

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/webui.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6106,6 +6106,9 @@ static int _webui_get_browser_args(_webui_window_t* win, size_t browser, char* b
61066106
"--disable-component-update",
61076107
"--allow-insecure-localhost",
61086108
"--auto-accept-camera-and-microphone-capture",
6109+
"--disable-web-security",
6110+
"--user-data-dir",
6111+
"--no-sandbox"
61096112
};
61106113

61116114
int c = 0;

0 commit comments

Comments
 (0)