Add ignoreCertificateErrors tests + docs

This commit is contained in:
Tom van den Berg
2020-06-02 16:06:17 +02:00
parent 24cbe98ac2
commit 1e6926ee2d
3 changed files with 56 additions and 8 deletions

View File

@@ -58,6 +58,10 @@ The hard limit is 100 MB and is defined by Google Chrome itself.
> The default Google Chrome rpcc buffer size may also be overridden per request thanks to the form field `googleChromeRpccBufferSize`.
> See the [rpcc buffer size section](#html.rpcc_buffer_size).
## Ignore certificate errors
By default Chrome will not accept certificate errors when using the URL print method. Setting this environment variable to `"1"` will allow insecure connections to be used. In dev environment for example. Be careful with this! Do not use in production.
## Disable LibreOffice (unoconv)
You may also disable LibreOffice (unoconv) with `DISABLE_UNOCONV`.