Issue 361 Initial implementation of CSRF protection middleware
authorNathan Yergler <nathan@yergler.net>
Mon, 5 Sep 2011 01:15:52 +0000 (18:15 -0700)
committerNathan Yergler <nathan@yergler.net>
Mon, 5 Sep 2011 01:15:52 +0000 (18:15 -0700)
commitf1226c98c44119261b6e1a5652d32e49eb912a53
tree3c55e31bfb75a4fe91909dfa694e7a4c976572f3
parent0c8a30e61d494b2ec7ee75e5928f6f9d72a31ae4
Issue 361 Initial implementation of CSRF protection middleware
mediagoblin/config_spec.ini
mediagoblin/middleware/__init__.py
mediagoblin/middleware/csrf.py [new file with mode: 0644]
mediagoblin/util.py