diff --git a/docs/index.html b/docs/index.html index 8e1889e7..536fa28d 100755 --- a/docs/index.html +++ b/docs/index.html @@ -167,14 +167,14 @@ $ make publish GOTENBERG_USER_GID=You may also add it in your Docker Compose stack:

-
version: '3'
+
version: '3'
 
-services:
+services:
 
   # your other services
 
-  gotenberg:
-    image: thecodingmachine/gotenberg:6
+  gotenberg:
+    image: thecodingmachine/gotenberg:6
 
@@ -332,11 +332,13 @@ The hard limit is 100 MB and is defined by Google Chrome itself.

See the rpcc buffer size section.

-

Ignore certificate errors

+Google Chrome ignore certificate errors

-

By default the chrome instance 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.

+

When performing a URL conversion, Google Chrome will not accept certificate errors .

+ +

You may allow insecure connections by setting GOOGLE_CHROME_IGNORE_CERTIFICATE_ERRORS variable to "1". You should be careful with this feature and only enable it in your development environment.