From 8ae8474e3ac68cf30edf49216f113fac4a09fbbf Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Thu, 15 Dec 2016 23:07:55 +0100 Subject: [PATCH] use root domain to prevent cookie problems --- assets/js/config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/js/config.js b/assets/js/config.js index 80e5fed..7b336a2 100644 --- a/assets/js/config.js +++ b/assets/js/config.js @@ -19,13 +19,13 @@ var config = { // By default logging is enabled loggingEnabled: true, // Url to which to send the heartbeat - heartbeatApiUrl: 'https://api.wakatime.com/api/v1/users/current/heartbeats', + heartbeatApiUrl: 'https://wakatime.com/api/v1/users/current/heartbeats', // Url from which to detect if the user is logged in - currentUserApiUrl: 'https://api.wakatime.com/api/v1/users/current', + currentUserApiUrl: 'https://wakatime.com/api/v1/users/current', // The url to logout the user from wakatime logoutUserUrl: 'https://wakatime.com/logout', // Gets stats from the WakaTime API - summariesApiUrl: 'https://api.wakatime.com/api/v1/users/current/summaries', + summariesApiUrl: 'https://wakatime.com/api/v1/users/current/summaries', // Different colors for different states of the extension colors: { allGood: '',