mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 05:24:29 -04:00
Ignore HTTPS errors in browsershop
This commit is contained in:
parent
57ed1571aa
commit
caa30da38d
@ -51,6 +51,7 @@ trait PdfMaker
|
|||||||
->deviceScaleFactor(1)
|
->deviceScaleFactor(1)
|
||||||
->waitUntilNetworkIdle(true)
|
->waitUntilNetworkIdle(true)
|
||||||
->noSandbox()
|
->noSandbox()
|
||||||
|
->ignoreHttpsErrors()
|
||||||
->pdf();
|
->pdf();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user