Skip to content
Snippets Groups Projects
Commit 06228e4e authored by Martin Mareš's avatar Martin Mareš
Browse files

Turn off XSRF cookies in the CWS

This will hopefully help eradicate the XSRF failures when the login
form is loaded in a freshly started Firefox.
parent a5087a45
Branches ceoi2024
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ class ContestWebServer(WebService):
"debug": config.tornado_debug,
"is_proxy_used": config.is_proxy_used,
"num_proxies_used": config.num_proxies_used,
"xsrf_cookies": True,
"xsrf_cookies": False,
}
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment