Pleroma.Web.Endpoint: Whitelist schemas directory
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Thu, 8 Nov 2018 19:22:12 +0000 (20:22 +0100)
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Thu, 8 Nov 2018 19:22:12 +0000 (20:22 +0100)
lib/pleroma/web/endpoint.ex

index 6673ab5768b5551d535f9d32d97a224f99bba9c4..b38f33863b6bdcccfc713675a8a289550f7af15d 100644 (file)
@@ -17,7 +17,7 @@ defmodule Pleroma.Web.Endpoint do
     Plug.Static,
     at: "/",
     from: :pleroma,
-    only: ~w(index.html static finmoji emoji packs sounds images instance sw.js favicon.png)
+    only: ~w(index.html static finmoji emoji packs sounds images instance sw.js favicon.png schemas)
   )
 
   # Code reloading can be explicitly enabled under the