aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorkaniini <nenolod@gmail.com>2018-11-03 15:36:23 +0000
committerkaniini <nenolod@gmail.com>2018-11-03 15:36:23 +0000
commit007f1c73b1d42012763b51d2cbdd049783eb1844 (patch)
treeff358de1dc6ff0e2fa3a696827ed072a555862ac /mix.exs
parent50f974b83b598a573307d144ce1614fae4c99969 (diff)
parente954cfcc2c9e9b36bf31dc0bdbc90b1f8a2d47ce (diff)
downloadpleroma-007f1c73b1d42012763b51d2cbdd049783eb1844.tar.gz
Merge branch 'feature/cors-again' into 'develop'
Add CORSPlug to make web-based OAuth easier. See merge request pleroma/pleroma!420
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 885df0094..427c5d810 100644
--- a/mix.exs
+++ b/mix.exs
@@ -53,7 +53,8 @@ defmodule Pleroma.Mixfile do
{:credo, "~> 0.9.3", only: [:dev, :test]},
{:mock, "~> 0.3.1", only: :test},
{:crypt,
- git: "https://github.com/msantos/crypt", ref: "1f2b58927ab57e72910191a7ebaeff984382a1d3"}
+ git: "https://github.com/msantos/crypt", ref: "1f2b58927ab57e72910191a7ebaeff984382a1d3"},
+ {:cors_plug, "~> 1.5"}
]
end