origin-js icon indicating copy to clipboard operation
origin-js copied to clipboard

🐃 Avatar can be used to track viewers

Open DanielVF opened this issue 5 years ago • 0 comments

There's nothing preventing the avatar image from being an http link. This allows a user to get the ip address/browser/etc for everyone that views one of their listings or their profile. Could also be used to get the IP addresses of counterparties or arbitrators.

We need to remove avatar images that are not data urls.

To test:

await originTest.users.set({profile:{
    firstName:"The Black",
    lastName:"Team",
    avatar:"http://localhost/evilTracker.gif"
}})

DanielVF avatar Sep 21 '18 14:09 DanielVF