the fragmentary code
|
command_line.append_switch(Some(&"disable-javascript-open-windows".into())); |
There are arguments
disable-javascript-open-windows
disable-chrome-login-prompt
disable-session-crashed-bubble
disable-restore-session-state
I tried to find these arguments on resources with command line tools.
used these links
https://peter.sh/experiments/chromium-command-line-switches/
https://gist.github.com/dodying/34ea4760a699b47825a766051f47d43b
unfortunately, I did not find any matches, can you please tell me where you got the documentation on these Chromium flags from?
the fragmentary code
iced-webview/src/browser.rs
Line 124 in 620cfa1
There are arguments
disable-javascript-open-windows
disable-chrome-login-prompt
disable-session-crashed-bubble
disable-restore-session-state
I tried to find these arguments on resources with command line tools.
used these links
https://peter.sh/experiments/chromium-command-line-switches/
https://gist.github.com/dodying/34ea4760a699b47825a766051f47d43b
unfortunately, I did not find any matches, can you please tell me where you got the documentation on these Chromium flags from?