Skip to content

Commit

Permalink
fix: position of white noise middleware (#25857)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
pauldambra and github-actions[bot] authored Oct 30, 2024
1 parent 84db60b commit bc07ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/settings/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
"posthog.health.healthcheck_middleware",
"posthog.middleware.ShortCircuitMiddleware",
"posthog.middleware.AllowIPMiddleware",
"whitenoise.middleware.WhiteNoiseMiddleware",
"django.contrib.sessions.middleware.SessionMiddleware",
"posthog.middleware.SessionAgeMiddleware",
"corsheaders.middleware.CorsMiddleware",
Expand All @@ -116,7 +117,6 @@
"posthog.middleware.AutoLogoutImpersonateMiddleware",
"django.middleware.clickjacking.XFrameOptionsMiddleware",
"posthog.middleware.CsvNeverCacheMiddleware",
"whitenoise.middleware.WhiteNoiseMiddleware",
"axes.middleware.AxesMiddleware",
"posthog.middleware.AutoProjectMiddleware",
"posthog.middleware.CHQueries",
Expand Down

0 comments on commit bc07ba4

Please sign in to comment.