HyperKitty: follow upstream and disable the SSL middleware
This commit is contained in:
parent
dc12e602a7
commit
0b796aa763
2 changed files with 6 additions and 5 deletions
|
@ -19,7 +19,7 @@ urlpatterns = patterns('',
|
|||
url(r'^admin/', include('postorius.urls')),
|
||||
url(r'^archives/', include('hyperkitty.urls')),
|
||||
# Social Auth
|
||||
url(r'', include('social.apps.django_app.urls', namespace='social'), {"SSL": True}),
|
||||
url(r'', include('social.apps.django_app.urls', namespace='social')),
|
||||
# BrowserID
|
||||
url(r'', include('django_browserid.urls'), {"SSL": True}),
|
||||
url(r'', include('django_browserid.urls')),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue