mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 18:17:55 +00:00
Fix formatting
This commit is contained in:
parent
b9a642da1e
commit
0c4493f144
|
@ -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