Fix formatting
This commit is contained in:
parent
b9a642da1e
commit
0c4493f144
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@ defmodule Pleroma.Web.Endpoint do
|
|||
store: :cookie,
|
||||
key: "_pleroma_key",
|
||||
signing_salt: "CqaoopA2",
|
||||
secure: Application.get_env(:pleroma, Pleroma.Web.Endpoint) |> Keyword.get(:secure_cookie_flag),
|
||||
secure:
|
||||
Application.get_env(:pleroma, Pleroma.Web.Endpoint) |> Keyword.get(:secure_cookie_flag),
|
||||
extra: "SameSite=Lax"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue