If I am on two sites with a browser, can one of those sites see what I am doing on the other site?
|
feedback
|
migrated from stackoverflow.com Mar 2 '11 at 10:54
This question came from our site for professional and enthusiast programmers.
|
Yes, if both sites have the same domain and javascript code to do that. No otherwise, unless there's a serious security flaw in your browser or system that is being exploited. Reference: http://tools.ietf.org/html/draft-abarth-principles-of-origin-00 | |||||||||||||||||
feedback
|
|
If all is well, then currently: no, not in the way you describe (simultaneous browser sessions). But, more general given the title of your question, bugs and privacy leaks might always be exploited. Like today in some browsers, embedding links to the other sites might reveal if you visited those, by abusing an old "visited links" privacy leak. December 2010:
| |||
|
feedback
|
|
Depends. If they share tracking code and set everything up to track behavior on both - then yes. Also there are many ways for malware to do so. | |||
|
feedback
|