From ee58ff40f1d1ec0f5405011715716ab187280bbb Mon Sep 17 00:00:00 2001 From: Svilen Markov <7613769+svilenmarkov@users.noreply.github.com> Date: Thu, 30 May 2024 22:19:06 +0100 Subject: [PATCH] Document allow-insecure property --- docs/configuration.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index 1cc150e..ed8b646 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -885,6 +885,7 @@ Properties for each site: | title | string | yes | | | url | string | yes | | | icon | string | no | | +| allow-insecure | boolean | no | false | | same-tab | boolean | no | false | `title` @@ -899,6 +900,10 @@ The URL which will be requested and its response will determine the status of th Optional URL to an image which will be used as the icon for the site. Can be an external URL or internal via [server configured assets](#assets-path). +`allow-insecure` + +Whether to ignore invalid/self-signed certificates. + `same-tab` Whether to open the link in the same or a new tab.