Django-magic to prevent cross-site request forgery for POST requests
commit922afc350b6c1cdfbe0b9f976a2dae01d723f616
authorStefan Koegl <stefan@skoegl.net>
Tue, 13 Apr 2010 16:20:01 +0000 (13 18:20 +0200)
committerStefan Koegl <stefan@skoegl.net>
Tue, 13 Apr 2010 16:21:59 +0000 (13 18:21 +0200)
tree9928e9a9efe5bcb4e95cf44fea288d469293a827
parentdac440566ccd477b589725ffc5779304d2cfaae3
Django-magic to prevent cross-site request forgery for POST requests
19 files changed:
mygpo/publisher/templates/publisher/episode.html
mygpo/publisher/templates/publisher/home.html
mygpo/publisher/templates/publisher/podcast.html
mygpo/security.py [new file with mode: 0644]
mygpo/settings.py
mygpo/web/templates/account.html
mygpo/web/templates/csrf.html [new file with mode: 0644]
mygpo/web/templates/delete_account.html
mygpo/web/templates/device.html
mygpo/web/templates/episode.html
mygpo/web/templates/episode_toplist.html
mygpo/web/templates/login.html
mygpo/web/templates/migrate.html
mygpo/web/templates/podcast.html
mygpo/web/templates/subscribe.html
mygpo/web/templates/toplist.html
mygpo/web/users.py
mygpo/web/views/__init__.py
mygpo/web/views/settings.py