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 = {