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