Changeset c9d8369 for asadb/settings.py


Ignore:
Timestamp:
Aug 6, 2011, 5:17:03 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
bb674c2
Parents:
9c1f0b2
git-author:
Alex Dehnert <adehnert@…> (08/06/11 05:17:03)
git-committer:
Alex Dehnert <adehnert@…> (08/06/11 05:17:03)
Message:

Add CSRF protections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/settings.py

    r8bcff9a rc9d8369  
    7171    'django.contrib.sessions.middleware.SessionMiddleware',
    7272    'django.contrib.auth.middleware.AuthenticationMiddleware',
     73    'django.middleware.csrf.CsrfViewMiddleware',
    7374]
    7475
Note: See TracChangeset for help on using the changeset viewer.