mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Fixes documentation for HSTS configuration options (#9238)
If `"hsts"` is removed or `null` is provided, configuration cannot be saved.
This commit is contained in:
parent
72c3722a86
commit
6f8d780b59
@ -41,8 +41,8 @@ keyfile:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
hsts:
|
hsts:
|
||||||
description: Value for the [`Strict-Transport-Security`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security) HTTP header to send. If empty or `null`, the header is not sent.
|
description: Value for the [`Strict-Transport-Security`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security) HTTP header to send. If empty, the header is not sent.
|
||||||
required: false
|
required: true
|
||||||
type: string
|
type: string
|
||||||
customize:
|
customize:
|
||||||
description: If true, additional NGINX configuration files for the default server and additional servers are read from files in the `/share` directory specified by the `default` and `servers` variables.
|
description: If true, additional NGINX configuration files for the default server and additional servers are read from files in the `/share` directory specified by the `default` and `servers` variables.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user