mirror of
https://github.com/Xevion/glance.git
synced 2025-12-14 22:11:50 -06:00
Document allow-insecure property
This commit is contained in:
@@ -885,6 +885,7 @@ Properties for each site:
|
|||||||
| title | string | yes | |
|
| title | string | yes | |
|
||||||
| url | string | yes | |
|
| url | string | yes | |
|
||||||
| icon | string | no | |
|
| icon | string | no | |
|
||||||
|
| allow-insecure | boolean | no | false |
|
||||||
| same-tab | boolean | no | false |
|
| same-tab | boolean | no | false |
|
||||||
|
|
||||||
`title`
|
`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).
|
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`
|
`same-tab`
|
||||||
|
|
||||||
Whether to open the link in the same or a new tab.
|
Whether to open the link in the same or a new tab.
|
||||||
|
|||||||
Reference in New Issue
Block a user