Merge branch 'feature/cors-again' into 'develop'

Add CORSPlug to make web-based OAuth easier.

See merge request pleroma/pleroma!420
This commit is contained in:
kaniini 2018-11-03 15:36:23 +00:00
commit 007f1c73b1
3 changed files with 4 additions and 1 deletions

View file

@ -56,6 +56,7 @@ defmodule Pleroma.Web.Endpoint do
extra: "SameSite=Strict"
)
plug(CORSPlug)
plug(Pleroma.Web.Router)
@doc """