We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f758f7 commit 66fb292Copy full SHA for 66fb292
lib/qrstorage_web/endpoint.ex
@@ -9,7 +9,8 @@ defmodule QrstorageWeb.Endpoint do
9
store: :cookie,
10
secure: true,
11
key: "_qrstorage_key",
12
- signing_salt: "w4G2Qpx/"
+ signing_salt: "w4G2Qpx/",
13
+ same_site: "Strict"
14
]
15
16
# Serve at "/" the static files from "priv/static" directory.
mix.exs
@@ -4,8 +4,8 @@ defmodule Qrstorage.MixProject do
4
def project do
5
[
6
app: :qrstorage,
7
- version: "0.4.6",
8
- elixir: "~> 1.11",
+ version: "0.5.0",
+ elixir: "~> 1.16",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
aliases: aliases(),
0 commit comments