diff --git a/src/apps.json b/src/apps.json index 536c5edd8..f62301bf3 100755 --- a/src/apps.json +++ b/src/apps.json @@ -2991,7 +2991,6 @@ "cats": [ 1 ], - "env": "^\\$K$", "headers": { "Set-Cookie": "koken_referrer=" }, @@ -6181,6 +6180,7 @@ "meta": { "generator": "WordPress( [\\d.]+)?\\;version:\\1" }, + "script": "/wp-includes/", "website": "wordpress.org" }, "WordPress Super Cache": { @@ -7302,4 +7302,4 @@ "49": "feed-readers", "50": "document-management-systems" } -} \ No newline at end of file +} diff --git a/src/drivers/phantomjs/driver.js b/src/drivers/phantomjs/driver.js index efd672720..0e70904dd 100644 --- a/src/drivers/phantomjs/driver.js +++ b/src/drivers/phantomjs/driver.js @@ -63,11 +63,7 @@ }); } - console.log(JSON.stringify({ - url: originalUrl, - finalUrl: url, - applications: apps - })); + console.log(JSON.stringify({ applications: apps })); } },