From d0a9b5bebf7f61a952f1c80025411e3298b7c2fc Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 21 Mar 2016 13:28:41 +0000 Subject: [PATCH] #fluidbook-html5 : stats are now sent through SSL --- js/libs/fluidbook/fluidbook.stats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/libs/fluidbook/fluidbook.stats.js b/js/libs/fluidbook/fluidbook.stats.js index 7cb5b8fd..546520c6 100644 --- a/js/libs/fluidbook/fluidbook.stats.js +++ b/js/libs/fluidbook/fluidbook.stats.js @@ -45,7 +45,7 @@ FluidbookStats.prototype = { } $.ajax({ - url: 'http://stats.fluidbook.com/stats2.php', + url: 'https://stats.fluidbook.com/stats2.php', type: 'GET', data: { id: this.id, -- 2.39.5