From 1829cfee15076a91c87cf574da3a42b8f76117bc Mon Sep 17 00:00:00 2001 From: David Glasser Date: Mon, 26 Jan 2015 15:55:50 -0800 Subject: [PATCH] Remove obsoleted comment --- packages/spiderable/spiderable_server.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/spiderable/spiderable_server.js b/packages/spiderable/spiderable_server.js index e55a53f7d1..0995b0821a 100644 --- a/packages/spiderable/spiderable_server.js +++ b/packages/spiderable/spiderable_server.js @@ -55,11 +55,6 @@ var PHANTOM_SCRIPT = Assets.getText("phantom_script.js"); WebApp.connectHandlers.use(function (req, res, next) { // _escaped_fragment_ comes from Google's AJAX crawling spec: // https://developers.google.com/webmasters/ajax-crawling/docs/specification - // This spec was designed during the brief era where using "#!" URLs was - // common, so it mostly describes how to translate "#!" URLs into - // _escaped_fragment_ URLs. Since then, "#!" URLs have gone out of style, but - // the (see spiderable.html) approach also - // described in the spec is still common and used by several crawlers. if (/\?.*_escaped_fragment_=/.test(req.url) || _.any(Spiderable.userAgentRegExps, function (re) { return re.test(req.headers['user-agent']); })) {