T
T
Timur Tuz2014-06-06 12:30:43
JavaScript
Timur Tuz, 2014-06-06 12:30:43

What information does javascript collect?

Firework. Are there any utilities that can show what information the javascript from the site collects about the environment? OS, screen resolution, locale, etc. ?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Stepan, 2014-06-06
@L3n1n

Firebug will show all network activity. And there you already see what and where it goes.

A
Andrey Golumenov, 2014-06-06
@Golumenov

Look at the window.navigator and window.screen
objects These objects store basic information about the browser, environment, and screen resolution.
And so, look in the console which requests are sent where

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question