Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #344 from lmorchard/disable-nocache-middleware-762252
Browse files Browse the repository at this point in the history
bug 762252: Disable NoCacheHttpsMiddleware to allow caching under HTTPS
  • Loading branch information
groovecoder committed Jul 17, 2012
2 parents 7eaf0cb + 9e40c18 commit 18dad6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion settings.py
Expand Up @@ -314,7 +314,6 @@ def lazy_language_deki_map():
'django.middleware.common.CommonMiddleware',
'sumo.middleware.RemoveSlashMiddleware',
'inproduct.middleware.EuBuildMiddleware',
'sumo.middleware.NoCacheHttpsMiddleware',
'commonware.middleware.NoVarySessionMiddleware',
'commonware.middleware.FrameOptionsHeader',
'django.middleware.csrf.CsrfViewMiddleware',
Expand Down

0 comments on commit 18dad6c

Please sign in to comment.