Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why don't TMN's queries appear in website search history? Can TMN queries be associated with a user's account on a website? #131

Open
e-t-l opened this issue Jul 1, 2021 · 1 comment

Comments

@e-t-l
Copy link

e-t-l commented Jul 1, 2021

I can see TrackMeNot's requests being sent in the Browser Console, but I'm curious, if TMN sends a request to search "laser cats" on Amazon for example, why do I not see "laser cats" in my search history next time I visit Amazon? I'm assuming that since the extension just sends GET requests, it may obfuscate the requests coming from IP address, but it's not actually doing anything to obfuscate the searches performed from a given account or user ID for something like Amazon, Youtube, etc.

Personally, I think this latter functionality would be a lot more effective at protecting user privacy. Obviously, having a bunch of nonsense search terms in your search history for Amazon, Youtube, Google, etc. would totally throw off the website's recommended products/results, but I assume that would be a desired result for TrackMeNot users.

Is this feasible?

@vtoubiana
Copy link
Owner

Hi,

This is actually done if you active the "tab mode", the request should be sent from your account. Unfortunately, it's not possible to set/modify cookies of xmlhttprequest (at least not on chrome).

Best,

Vincent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants