HTTPSecurityPlug module name and filename

This commit is contained in:
Alexander Strizhakov 2020-06-24 10:39:17 +03:00
commit abc3c7689b
No known key found for this signature in database
GPG key ID: 022896A53AEF1381
4 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@ defmodule Pleroma.Application do
Pleroma.HTML.compile_scrubbers()
Pleroma.Config.Oban.warn()
Config.DeprecationWarnings.warn()
Pleroma.Plugs.HTTPSecurityPlug.warn_if_disabled()
Pleroma.Web.Plugs.HTTPSecurityPlug.warn_if_disabled()
Pleroma.ApplicationRequirements.verify!()
setup_instrumenters()
load_custom_modules()