mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01: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
|
|
@ -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…
Reference in New Issue
Block a user