Replaced AJAX by fetch: not everything tested yet, but seems fine
[vchess.git] / client / src / parameters.js.dist
index e96535b..2e47407 100644 (file)
@@ -6,9 +6,6 @@ const Parameters =
   // URL of the server (leave blank for 1-server case)
   serverUrl: "http://localhost:3000",
 
-  // true if the server is at a different address
-  cors: true,
-
   // "include" if the server is at a different address
   credentials: "same-origin"
 };