diff --git a/config.template.yml b/config.template.yml index e21d4291a..3e81f169c 100644 --- a/config.template.yml +++ b/config.template.yml @@ -390,7 +390,7 @@ session: domain: example.com ## Sets the Cookie SameSite value. Possible options are none, lax, or strict. - ## Please read https://www.authelia.com/docs/configuration/session.html#same_site + ## Please read https://www.authelia.com/docs/configuration/session/#same_site same_site: lax ## The secret to encrypt the session data. This is only used with Redis / Redis Sentinel. diff --git a/internal/configuration/config.template.yml b/internal/configuration/config.template.yml index e21d4291a..3e81f169c 100644 --- a/internal/configuration/config.template.yml +++ b/internal/configuration/config.template.yml @@ -390,7 +390,7 @@ session: domain: example.com ## Sets the Cookie SameSite value. Possible options are none, lax, or strict. - ## Please read https://www.authelia.com/docs/configuration/session.html#same_site + ## Please read https://www.authelia.com/docs/configuration/session/#same_site same_site: lax ## The secret to encrypt the session data. This is only used with Redis / Redis Sentinel.