diff MoinMoin/config/multiconfig.py @ 5146:2df8a041ae90

change cookie_httponly default to False, makes trouble with TWikiDraw
author Thomas Waldmann <tw AT waldmann-edv DOT de>
date Wed, 16 Sep 2009 12:46:14 +0200
parents 9ae242080889
children d751e9807213
line wrap: on
line diff
--- a/MoinMoin/config/multiconfig.py	Mon Sep 14 22:28:57 2009 +0200
+++ b/MoinMoin/config/multiconfig.py	Wed Sep 16 12:46:14 2009 +0200
@@ -711,7 +711,7 @@
      "The session service."),
     ('cookie_secure', None,
      'Use secure cookie. (None = auto-enable secure cookie for https, True = ever use secure cookie, False = never use secure cookie).'),
-    ('cookie_httponly', True,
+    ('cookie_httponly', False,
      'Use a httponly cookie that can only be used by the server, not by clientside scripts.'),
     ('cookie_domain', None,
      'Domain used in the session cookie. (None = do not specify domain).'),