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:
commit
007f1c73b1
3 changed files with 4 additions and 1 deletions
|
|
@ -56,6 +56,7 @@ defmodule Pleroma.Web.Endpoint do
|
|||
extra: "SameSite=Strict"
|
||||
)
|
||||
|
||||
plug(CORSPlug)
|
||||
plug(Pleroma.Web.Router)
|
||||
|
||||
@doc """
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue