mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-26 03:56:50 +00:00
Fix guard_page value in static connection (#32454)
This commit is contained in:
parent
d6c34a5ed3
commit
6f13b50282
@ -87,7 +87,7 @@ ssl_profile:
|
|||||||
type: string
|
type: string
|
||||||
default: modern
|
default: modern
|
||||||
strict_connection:
|
strict_connection:
|
||||||
description: Specifies the strict connection mode. Please read the section ["Strict connection mode"](#strict-connection-mode) before changing this value. Can be one of `disabled`, `static_page` or `drop_connection`.
|
description: Specifies the strict connection mode. Please read the section ["Strict connection mode"](#strict-connection-mode) before changing this value. Can be one of `disabled`, `guard_page` or `drop_connection`.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: disabled
|
default: disabled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user