From ff9298fdf3f35a6c110375445639f9e7bb41ec7f Mon Sep 17 00:00:00 2001 From: Jonathan Leech-Pepin Date: Fri, 14 Nov 2014 14:49:28 -0500 Subject: Set `sx-request-api-root` to use `https` instead of `http`. This will prevent loss of authentication token when using authentication. --- sx-request.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sx-request.el b/sx-request.el index b16fd9a..6dc54e7 100644 --- a/sx-request.el +++ b/sx-request.el @@ -41,7 +41,7 @@ "The current version of the API.") (defconst sx-request-api-root - (format "http://api.stackexchange.com/%s/" sx-request-api-version) + (format "https://api.stackexchange.com/%s/" sx-request-api-version) "The base URL to make requests from.") (defcustom sx-request-silent-p -- cgit v1.2.3