rabin преди 6 години
родител
ревизия
9f3c7edae6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      web.py

+ 1 - 1
web.py

@@ -251,7 +251,7 @@ class Web(object):
 	@staticmethod
 	def start(url):
 		config = Demeter.config[Demeter.web]
-		cookie = True
+		cookie = False
 		if 'xsrf_cookies' in config:
 			cookie = Demeter.bool(config['xsrf_cookies'])
 		settings = {