From 9ce0e4167a9365bf67c2df74203a092e6be4263c Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 16 Nov 2014 13:35:48 +0100 Subject: [PATCH] Send the right Vary headers. --- www/serve-analysis.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/serve-analysis.js b/www/serve-analysis.js index 19ab936..868363d 100644 --- a/www/serve-analysis.js +++ b/www/serve-analysis.js @@ -111,6 +111,7 @@ var send_json = function(response, accept_gzip, num_viewers) { 'Access-Control-Allow-Origin': 'http://analysis.sesse.net', 'Access-Control-Expose-Headers': 'X-Remoteglot-Last-Modified, X-Remoteglot-Num-Viewers', 'Expires': 'Mon, 01 Jan 1970 00:00:00 UTC', + 'Vary': 'Accept-Encoding', }; if (accept_gzip) { -- 2.39.2