Plugs.HTTPSecurityPlug: Add static_url to CSP's connect-src
[akkoma] / lib / pleroma / plugs / user_fetcher_plug.ex
index f874e2f95a3fd8fb836af99ccdbdd237abf85651..7ed4602bbd2a5c43e4a96aba0b975657f05a4958 100644 (file)
@@ -3,9 +3,10 @@
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Plugs.UserFetcherPlug do
-  import Plug.Conn
-  alias Pleroma.Repo
   alias Pleroma.User
+  alias Pleroma.Repo
+
+  import Plug.Conn
 
   def init(options) do
     options