[#1505] Fixed `replies` serialization (included objects' ids instead of activities...
[akkoma] / lib / pleroma / application.ex
index e1706887671fab475c6cd8517e05071c9091cc37..2c8889ce58886fa502c04af9248aca4c42817219 100644 (file)
@@ -33,6 +33,7 @@ defmodule Pleroma.Application do
   def start(_type, _args) do
     Pleroma.HTML.compile_scrubbers()
     Pleroma.Config.DeprecationWarnings.warn()
+    Pleroma.Plugs.HTTPSecurityPlug.warn_if_disabled()
     Pleroma.Repo.check_migrations_applied!()
     setup_instrumenters()
     load_custom_modules()