fix not working httponly for csrf cookie
authorMaciej Tronowski <mtro@man.poznan.pl>
Wed, 2 Sep 2015 13:14:26 +0000 (15:14 +0200)
committerDawid Jagieła <lightnir@gmail.com>
Sat, 12 Sep 2015 10:08:18 +0000 (12:08 +0200)
plgng/settings_common.py

index a2b39fe..337f557 100644 (file)
@@ -111,9 +111,6 @@ SESSION_COOKIE_AGE = 60 * 60 * 24 * 6  # 6 days, length of user proxy from openi
 SESSION_SERIALIZER = 'django.contrib.sessions.serializers.PickleSerializer'
 
 
-CSRF_COOKIE_HTTPONLY = True
-
-
 # 3-rd party settings
 
 BOOTSTRAP3 = {