From 7cc1d2573acee378220e3b1400668e886d928b64 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Thu, 19 Mar 2015 20:41:11 -0400 Subject: [PATCH] Remove useragent (pnorman is right) --- js/id/core/connection.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/id/core/connection.js b/js/id/core/connection.js index 75b681ba9..d0c76a6f2 100644 --- a/js/id/core/connection.js +++ b/js/id/core/connection.js @@ -245,7 +245,6 @@ iD.Connection = function() { created_by: 'iD ' + iD.version, host: (window.location.origin + window.location.pathname).substr(0, 255), locale: iD.detect().locale, - user_agent: navigator.userAgent.substr(0, 255), imagery_used: imageryUsed.join(';').substr(0, 255), };