]> git.sesse.net Git - remoteglot/blobdiff - www/serve-analysis.js
In <title>, there is nothing to align, so remove the funny-looking space.
[remoteglot] / www / serve-analysis.js
index 19ab93667861d28ad2d2d974e0d6af3c73f30328..100cd4a6f53e4c2340a02bd5d3ce84d65241b2cd 100644 (file)
@@ -108,9 +108,9 @@ var send_json = function(response, accept_gzip, num_viewers) {
                'Content-Type': 'text/json',
                'X-Remoteglot-Last-Modified': json_last_modified,
                'X-Remoteglot-Num-Viewers': 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) {