You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure how to robustly introspect when determining the best location. But the middleware should be after aldryn_sites.middleware.SiteMiddleware and djangosecure.middleware.SecurityMiddleware (django.middleware.security.SecurityMiddleware on aldryn-django>=1.8.8.2), since those do domain level and http/https redirects.
Those middlewares are added by aldryn-django, but not with all versions.
The text was updated successfully, but these errors were encountered:
I'm not sure how to robustly introspect when determining the best location. But the middleware should be after
aldryn_sites.middleware.SiteMiddleware
anddjangosecure.middleware.SecurityMiddleware
(django.middleware.security.SecurityMiddleware
onaldryn-django>=1.8.8.2
), since those do domain level and http/https redirects.Those middlewares are added by aldryn-django, but not with all versions.
The text was updated successfully, but these errors were encountered: