rabin hace 7 años
padre
commit
9f3c7edae6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 = {