mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:47:35 +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
|
@ -38,6 +38,7 @@ enum class WaitForDebugger {
|
|||
struct WebContentOptions {
|
||||
String command_line;
|
||||
String executable_path;
|
||||
Vector<ByteString> certificates;
|
||||
EnableCallgrindProfiling enable_callgrind_profiling { EnableCallgrindProfiling::No };
|
||||
EnableGPUPainting enable_gpu_painting { EnableGPUPainting::No };
|
||||
IsLayoutTestMode is_layout_test_mode { IsLayoutTestMode::No };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue