From c6ade8bec421fee888eaa3c1d25eb0dd96ff53bc Mon Sep 17 00:00:00 2001
From: Lloyd Hilaiel <lloyd@hilaiel.com>
Date: Thu, 10 Nov 2011 15:30:39 -0700
Subject: [PATCH] Revert ineffective fix for issue #296

This reverts commit 019857e3531448c9ea12a18d607a3ce13efa1a25.
---
 lib/wsapi.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/wsapi.js b/lib/wsapi.js
index c46a24234..b768db346 100644
--- a/lib/wsapi.js
+++ b/lib/wsapi.js
@@ -103,7 +103,6 @@ exports.setup = function(options, app) {
       // IMPORTANT: we allow users to go 1 weeks on the same device
       // without entering their password again
       maxAge: config.get('authentication_duration_ms'),
-      domain: config.get('hostname'),
       secure: overSSL
     }
   });
-- 
GitLab