From db27066a3f5549046be48edf25c9e55a72176d19 Mon Sep 17 00:00:00 2001 From: Popey456963 Date: Thu, 12 Mar 2015 18:16:16 +0000 Subject: [PATCH] Revert "Connect to code combat over HTTPS" This reverts commit aa321bb3af8cde3e0ba3c267433baa7e53f18314. --- headless_client.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headless_client.coffee b/headless_client.coffee index c0d2f3adc..857669c8f 100644 --- a/headless_client.coffee +++ b/headless_client.coffee @@ -29,7 +29,7 @@ options = simulateOnlyOneGame: simulateOneGame options.heapdump = require('heapdump') if options.heapdump -server = if options.testing then 'http://127.0.0.1:3000' else 'https://direct.codecombat.com' +server = if options.testing then 'http://127.0.0.1:3000' else 'http://direct.codecombat.com' # Use direct instead of live site because jQlone's requests proxy doesn't do caching properly and CloudFlare gets too aggressive. # Disabled modules