Removed radios and listening recording for anonymous users as it was buggy

This commit is contained in:
Eliot Berriot 2018-05-06 11:18:28 +02:00
parent a2dcae0bbf
commit 4325b1be4f
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
11 changed files with 33 additions and 98 deletions

View file

@ -144,7 +144,6 @@ INSTALLED_APPS = DJANGO_APPS + THIRD_PARTY_APPS + LOCAL_APPS
MIDDLEWARE = (
# Make sure djangosecure.middleware.SecurityMiddleware is listed first
'django.contrib.sessions.middleware.SessionMiddleware',
'funkwhale_api.users.middleware.AnonymousSessionMiddleware',
'corsheaders.middleware.CorsMiddleware',
'django.middleware.common.CommonMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',