mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:58:11 +00:00
Ladybird: Plumb overriding root certificate paths through the chromes
This commit is contained in:
parent
080aa567a5
commit
bb9da0ed8d
10 changed files with 63 additions and 33 deletions
|
@ -119,8 +119,8 @@ WebContentView::WebContentView(QWidget* window, WebContentOptions const& web_con
|
|||
QToolTip::hideText();
|
||||
};
|
||||
|
||||
on_request_worker_agent = []() {
|
||||
auto worker_client = MUST(launch_web_worker_process(MUST(get_paths_for_helper_process("WebWorker"sv))));
|
||||
on_request_worker_agent = [this]() {
|
||||
auto worker_client = MUST(launch_web_worker_process(MUST(get_paths_for_helper_process("WebWorker"sv)), m_web_content_options.certificates));
|
||||
return worker_client->dup_sockets();
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue