mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-23 01:12:45 +00:00
WebDriver: Temporarily disable site isolation
We will need to update WebDriver to handle the switch of WebContent processes.
This commit is contained in:
parent
fce5d24e5f
commit
3af3799bbc
Notes:
github-actions[bot]
2025-03-12 02:01:53 +00:00
Author: https://github.com/trflynn89
Commit: 3af3799bbc
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3909
Reviewed-by: https://github.com/tcl3 ✅
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@ static Vector<ByteString> create_arguments(ByteString const& socket_path, bool f
|
|||
if (debug_process.has_value())
|
||||
arguments.append(ByteString::formatted("--debug-process={}", debug_process.value()));
|
||||
|
||||
// FIXME: WebDriver does not yet handle the WebContent process switch brought by site isolation.
|
||||
arguments.append("--disable-site-isolation"sv);
|
||||
|
||||
arguments.append("about:blank"sv);
|
||||
return arguments;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue