From b687e6c3d6479791457f51373f361ac7aaf2239c Mon Sep 17 00:00:00 2001 From: George Clark Date: Sat, 11 Nov 2017 20:07:11 -0500 Subject: [PATCH] Item14529: Ignore cookie realm override. --- .../pub/System/UpdatesPlugin/jquery.updates.uncompressed.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UpdatesPlugin/pub/System/UpdatesPlugin/jquery.updates.uncompressed.js b/UpdatesPlugin/pub/System/UpdatesPlugin/jquery.updates.uncompressed.js index 93919c7069..6bb527e3b0 100644 --- a/UpdatesPlugin/pub/System/UpdatesPlugin/jquery.updates.uncompressed.js +++ b/UpdatesPlugin/pub/System/UpdatesPlugin/jquery.updates.uncompressed.js @@ -51,7 +51,8 @@ self.options.endpointUrl = foswiki.getScriptUrl("rest", "UpdatesPlugin", "check"); } - self.options.cookieDomain = foswiki.getPreference('COOKIEREALM'); // Allow domain override + // Don't override the domain. Each host most likely needs it's own check + //self.options.cookieDomain = foswiki.getPreference('COOKIEREALM'); // Allow domain override self.options.cookieSecure = foswiki.getPreference('URLHOST').indexOf('https://') === 0; // events