Document allow-insecure property

This commit is contained in:
Svilen Markov 2024-05-30 22:19:06 +01:00
parent 21fd842bde
commit ee58ff40f1

View File

@ -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.