mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 01:24:05 +02:00
Remove useragent (pnorman is right)
This commit is contained in:
@@ -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),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user