Skip to content

Commit 66fb292

Browse files
authored
chore: set same_site to strict (#376)
1 parent 6f758f7 commit 66fb292

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

lib/qrstorage_web/endpoint.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ defmodule QrstorageWeb.Endpoint do
99
store: :cookie,
1010
secure: true,
1111
key: "_qrstorage_key",
12-
signing_salt: "w4G2Qpx/"
12+
signing_salt: "w4G2Qpx/",
13+
same_site: "Strict"
1314
]
1415

1516
# Serve at "/" the static files from "priv/static" directory.

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ defmodule Qrstorage.MixProject do
44
def project do
55
[
66
app: :qrstorage,
7-
version: "0.4.6",
8-
elixir: "~> 1.11",
7+
version: "0.5.0",
8+
elixir: "~> 1.16",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
start_permanent: Mix.env() == :prod,
1111
aliases: aliases(),

0 commit comments

Comments
 (0)